diff options
Diffstat (limited to 'networkstatus/testserviceview.ui')
-rw-r--r-- | networkstatus/testserviceview.ui | 181 |
1 files changed, 0 insertions, 181 deletions
diff --git a/networkstatus/testserviceview.ui b/networkstatus/testserviceview.ui deleted file mode 100644 index 17e4853c4..000000000 --- a/networkstatus/testserviceview.ui +++ /dev/null @@ -1,181 +0,0 @@ -<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> -<class>TestServiceView</class> -<widget class="QWidget"> - <property name="name"> - <cstring>TestServiceView</cstring> - </property> - <property name="geometry"> - <rect> - <x>0</x> - <y>0</y> - <width>367</width> - <height>132</height> - </rect> - </property> - <property name="caption"> - <string>Form1</string> - </property> - <vbox> - <property name="name"> - <cstring>unnamed</cstring> - </property> - <widget class="QLabel"> - <property name="name"> - <cstring>textLabel4</cstring> - </property> - <property name="text"> - <string><font size="+2"><b>Service for KDE 3 Offline Mode</b></font></string> - </property> - <property name="alignment"> - <set>AlignVCenter</set> - </property> - </widget> - <widget class="QLayoutWidget"> - <property name="name"> - <cstring>layout2</cstring> - </property> - <hbox> - <property name="name"> - <cstring>unnamed</cstring> - </property> - <widget class="QLabel"> - <property name="name"> - <cstring>textLabel1</cstring> - </property> - <property name="text"> - <string>Status:</string> - </property> - </widget> - <widget class="QLabel"> - <property name="name"> - <cstring>statusLabel</cstring> - </property> - <property name="paletteBackgroundColor"> - <color> - <red>0</red> - <green>255</green> - <blue>0</blue> - </color> - </property> - <property name="frameShape"> - <enum>StyledPanel</enum> - </property> - <property name="text"> - <string>STATUS</string> - </property> - <property name="alignment"> - <set>AlignCenter</set> - </property> - </widget> - </hbox> - </widget> - <widget class="QLayoutWidget"> - <property name="name"> - <cstring>layout3</cstring> - </property> - <hbox> - <property name="name"> - <cstring>unnamed</cstring> - </property> - <widget class="QLabel"> - <property name="name"> - <cstring>textLabel3</cstring> - </property> - <property name="text"> - <string>Change to:</string> - </property> - </widget> - <widget class="QComboBox"> - <item> - <property name="text"> - <string>Offline Disconnected</string> - </property> - </item> - <item> - <property name="text"> - <string>Offline Failed</string> - </property> - </item> - <item> - <property name="text"> - <string>Shutting Down</string> - </property> - </item> - <item> - <property name="text"> - <string>Offline</string> - </property> - </item> - <item> - <property name="text"> - <string>Establishing</string> - </property> - </item> - <item> - <property name="text"> - <string>Online</string> - </property> - </item> - <property name="name"> - <cstring>changeCombo</cstring> - </property> - </widget> - </hbox> - </widget> - <widget class="QLayoutWidget"> - <property name="name"> - <cstring>layout1</cstring> - </property> - <hbox> - <property name="name"> - <cstring>unnamed</cstring> - </property> - <spacer> - <property name="name"> - <cstring>spacer1</cstring> - </property> - <property name="orientation"> - <enum>Horizontal</enum> - </property> - <property name="sizeType"> - <enum>Expanding</enum> - </property> - <property name="sizeHint"> - <size> - <width>51</width> - <height>20</height> - </size> - </property> - </spacer> - <widget class="QPushButton"> - <property name="name"> - <cstring>changeButton</cstring> - </property> - <property name="text"> - <string>Do change</string> - </property> - </widget> - <spacer> - <property name="name"> - <cstring>spacer2</cstring> - </property> - <property name="orientation"> - <enum>Horizontal</enum> - </property> - <property name="sizeType"> - <enum>Expanding</enum> - </property> - <property name="sizeHint"> - <size> - <width>41</width> - <height>20</height> - </size> - </property> - </spacer> - </hbox> - </widget> - </vbox> -</widget> -<layoutdefaults spacing="6" margin="11"/> -</UI> - |