diff options
author | Mavridis Philippe <[email protected]> | 2021-12-24 11:39:08 +0200 |
---|---|---|
committer | Mavridis Philippe <[email protected]> | 2022-01-14 12:39:19 +0200 |
commit | b1d0b204e125214893eb84c05d25772ac3afaa28 (patch) | |
tree | 98de199a2515a34682e994a5ab5884ce38b2ccf1 /kweather/stationsconfig.ui | |
parent | 257301adc00e7adab75adf9103a5564572a99972 (diff) | |
download | tdetoys-b1d0b204e125214893eb84c05d25772ac3afaa28.tar.gz tdetoys-b1d0b204e125214893eb84c05d25772ac3afaa28.zip |
KWeather: Split Display module in two sumbodules
Signed-off-by: Mavridis Philippe <[email protected]>
Diffstat (limited to 'kweather/stationsconfig.ui')
-rw-r--r-- | kweather/stationsconfig.ui | 259 |
1 files changed, 259 insertions, 0 deletions
diff --git a/kweather/stationsconfig.ui b/kweather/stationsconfig.ui new file mode 100644 index 0000000..5ad40b6 --- /dev/null +++ b/kweather/stationsconfig.ui @@ -0,0 +1,259 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>stationsConfig</class> +<author>Ian Reinhart Geiser <[email protected]></author> +<widget class="TQWidget"> + <property name="name"> + <cstring>stationsConfig</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>374</width> + <height>315</height> + </rect> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="margin"> + <number>0</number> + </property> + <widget class="KPushButton" row="2" column="1"> + <property name="name"> + <cstring>mAddButton</cstring> + </property> + <property name="text"> + <string>A&dd</string> + </property> + </widget> + <widget class="TQLabel" row="0" column="2"> + <property name="name"> + <cstring>textLabel2</cstring> + </property> + <property name="text"> + <string>Se&lected stations:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>mSelectedStations</cstring> + </property> + </widget> + <widget class="TQLabel" row="0" column="0"> + <property name="name"> + <cstring>textLabel1</cstring> + </property> + <property name="text"> + <string>A&vailable stations:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>mAllStations</cstring> + </property> + </widget> + <spacer row="1" column="1"> + <property name="name"> + <cstring>spacer1</cstring> + </property> + <property name="orientation"> + <enum>Vertical</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>20</width> + <height>86</height> + </size> + </property> + </spacer> + <widget class="TDEListView" row="1" column="2" rowspan="4" colspan="1"> + <column> + <property name="text"> + <string>Selected</string> + </property> + <property name="clickable"> + <bool>false</bool> + </property> + <property name="resizable"> + <bool>false</bool> + </property> + </column> + <property name="name"> + <cstring>mSelectedStations</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>5</hsizetype> + <vsizetype>7</vsizetype> + <horstretch>1</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="resizeMode"> + <enum>LastColumn</enum> + </property> + <property name="fullWidth"> + <bool>false</bool> + </property> + <property name="itemsMovable"> + <bool>false</bool> + </property> + <property name="autoOpen"> + <bool>false</bool> + </property> + </widget> + <widget class="KPushButton" row="3" column="1"> + <property name="name"> + <cstring>mRemoveButton</cstring> + </property> + <property name="text"> + <string>&Remove</string> + </property> + </widget> + <spacer row="4" column="1"> + <property name="name"> + <cstring>spacer2</cstring> + </property> + <property name="orientation"> + <enum>Vertical</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>20</width> + <height>85</height> + </size> + </property> + </spacer> + <widget class="TDEListView" row="1" column="0" rowspan="4" colspan="1"> + <column> + <property name="text"> + <string>All</string> + </property> + <property name="clickable"> + <bool>false</bool> + </property> + <property name="resizable"> + <bool>false</bool> + </property> + </column> + <property name="name"> + <cstring>mAllStations</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>5</hsizetype> + <vsizetype>7</vsizetype> + <horstretch>1</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="rootIsDecorated"> + <bool>true</bool> + </property> + <property name="resizeMode"> + <enum>LastColumn</enum> + </property> + <property name="fullWidth"> + <bool>false</bool> + </property> + <property name="itemsMovable"> + <bool>false</bool> + </property> + <property name="autoOpen"> + <bool>false</bool> + </property> + </widget> + <widget class="TQLayoutWidget" row="5" column="0" rowspan="1" colspan="3"> + <property name="name"> + <cstring>layout1</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="KPushButton"> + <property name="name"> + <cstring>mExit</cstring> + </property> + <property name="text"> + <string>&Stop Weather Service</string> + </property> + </widget> + <widget class="KPushButton"> + <property name="name"> + <cstring>mUpdate</cstring> + </property> + <property name="text"> + <string>&Update All</string> + </property> + </widget> + </hbox> + </widget> + </grid> +</widget> +<customwidgets> +</customwidgets> +<connections> + <connection> + <sender>mAddButton</sender> + <signal>clicked()</signal> + <receiver>stationsConfig</receiver> + <slot>addStation()</slot> + </connection> + <connection> + <sender>mRemoveButton</sender> + <signal>clicked()</signal> + <receiver>stationsConfig</receiver> + <slot>removeStation()</slot> + </connection> + <connection> + <sender>mUpdate</sender> + <signal>clicked()</signal> + <receiver>stationsConfig</receiver> + <slot>updateStations()</slot> + </connection> + <connection> + <sender>mExit</sender> + <signal>clicked()</signal> + <receiver>stationsConfig</receiver> + <slot>exitWeatherService()</slot> + </connection> + <connection> + <sender>mSelectedStations</sender> + <signal>selectionChanged(TQListViewItem*)</signal> + <receiver>stationsConfig</receiver> + <slot>selectionChanged(TQListViewItem*)</slot> + </connection> +</connections> +<forwards> + <forward>class TQListViewItem;</forward> +</forwards> +<tabstops> + <tabstop>mAllStations</tabstop> + <tabstop>mSelectedStations</tabstop> + <tabstop>mAddButton</tabstop> + <tabstop>mRemoveButton</tabstop> + <tabstop>mExit</tabstop> + <tabstop>mUpdate</tabstop> +</tabstops> +<includes> + <include location="global" impldecl="in implementation">kiconloader.h</include> + <include location="global" impldecl="in implementation">kdialog.h</include> + <include location="global" impldecl="in implementation">knuminput.h</include> + <include location="global" impldecl="in implementation">kpushbutton.h</include> + <include location="global" impldecl="in implementation">tdelistview.h</include> +</includes> +<Q_SLOTS> + <slot>exitWeatherService()</slot> + <slot>removeStation()</slot> + <slot>updateStations()</slot> + <slot>addStation()</slot> + <slot>selectionChanged( TQListViewItem* )</slot> +</Q_SLOTS> +<layoutdefaults spacing="3" margin="6"/> +<layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/> +</UI> |