From ae2a03c2941bf92573f89b88ef73f8aa842bea0a Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdetoys@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kweather/serviceconfigdata.ui | 258 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 258 insertions(+) create mode 100644 kweather/serviceconfigdata.ui (limited to 'kweather/serviceconfigdata.ui') diff --git a/kweather/serviceconfigdata.ui b/kweather/serviceconfigdata.ui new file mode 100644 index 0000000..5ebdcde --- /dev/null +++ b/kweather/serviceconfigdata.ui @@ -0,0 +1,258 @@ + +wsPrefs +Ian Reinhart Geiser <geiseri@kde.org> + + + wsPrefs + + + + 0 + 0 + 374 + 315 + + + + + unnamed + + + 0 + + + + mAddButton + + + A&dd + + + + + textLabel2 + + + Se&lected stations: + + + mSelectedStations + + + + + textLabel1 + + + A&vailable stations: + + + mAllStations + + + + + spacer1 + + + Vertical + + + Expanding + + + + 20 + 86 + + + + + + + Selected + + + false + + + false + + + + mSelectedStations + + + + 5 + 7 + 1 + 0 + + + + LastColumn + + + false + + + false + + + false + + + + + mRemoveButton + + + &Remove + + + + + spacer2 + + + Vertical + + + Expanding + + + + 20 + 85 + + + + + + + All + + + false + + + false + + + + mAllStations + + + + 5 + 7 + 1 + 0 + + + + true + + + LastColumn + + + false + + + false + + + false + + + + + layout1 + + + + unnamed + + + + mExit + + + &Stop Weather Service + + + + + mUpdate + + + &Update All + + + + + + + + + + + mAddButton + clicked() + wsPrefs + addStation() + + + mRemoveButton + clicked() + wsPrefs + removeStation() + + + mUpdate + clicked() + wsPrefs + updateStations() + + + mExit + clicked() + wsPrefs + exitWeatherService() + + + mSelectedStations + selectionChanged(QListViewItem*) + wsPrefs + selectionChanged(QListViewItem*) + + + + mAllStations + mSelectedStations + mAddButton + mRemoveButton + mExit + mUpdate + + + kiconloader.h + kdialog.h + knuminput.h + + + exitWeatherService() + removeStation() + updateStations() + addStation() + selectionChanged( QListViewItem* ) + + + + + klistview.h + klistview.h + + -- cgit v1.2.1