diff options
Diffstat (limited to 'networkstatus/testclientview.ui')
-rw-r--r-- | networkstatus/testclientview.ui | 177 |
1 files changed, 177 insertions, 0 deletions
diff --git a/networkstatus/testclientview.ui b/networkstatus/testclientview.ui new file mode 100644 index 000000000..1ef36de23 --- /dev/null +++ b/networkstatus/testclientview.ui @@ -0,0 +1,177 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>TestClientView</class> +<widget class="QWidget"> + <property name="name"> + <cstring>TestClientView</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>356</width> + <height>127</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="sizePolicy"> + <sizepolicy> + <hsizetype>5</hsizetype> + <vsizetype>5</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string><font size="+2"><b>Client for KDE 3 Offline Mode</b></font></string> + </property> + <property name="alignment"> + <set>AlignVCenter</set> + </property> + </widget> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>layout1</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLabel"> + <property name="name"> + <cstring>textLabel1</cstring> + </property> + <property name="text"> + <string>Network status:</string> + </property> + </widget> + <widget class="QLabel"> + <property name="name"> + <cstring>netStatusLabel</cstring> + </property> + <property name="paletteBackgroundColor"> + <color> + <red>0</red> + <green>255</green> + <blue>0</blue> + </color> + </property> + <property name="frameShape"> + <enum>Panel</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>layout1_2</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLabel"> + <property name="name"> + <cstring>textLabel1_2</cstring> + </property> + <property name="text"> + <string>App status:</string> + </property> + </widget> + <widget class="QLabel"> + <property name="name"> + <cstring>appStatusLabel</cstring> + </property> + <property name="paletteBackgroundColor"> + <color> + <red>0</red> + <green>255</green> + <blue>0</blue> + </color> + </property> + <property name="frameShape"> + <enum>Panel</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>layout2</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>31</width> + <height>20</height> + </size> + </property> + </spacer> + <widget class="QPushButton"> + <property name="name"> + <cstring>connectButton</cstring> + </property> + <property name="text"> + <string>Start Connect</string> + </property> + <property name="toggleButton"> + <bool>false</bool> + </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>61</width> + <height>20</height> + </size> + </property> + </spacer> + </hbox> + </widget> + </vbox> +</widget> +<layoutdefaults spacing="6" margin="11"/> +</UI> |