1 | <!DOCTYPE UI><UI version="3.0" stdsetdef="1">
|
---|
2 | <class>ClientInfoBase</class>
|
---|
3 | <widget class="QWidget">
|
---|
4 | <property name="name">
|
---|
5 | <cstring>ClientInfoBase</cstring>
|
---|
6 | </property>
|
---|
7 | <property name="geometry">
|
---|
8 | <rect>
|
---|
9 | <x>0</x>
|
---|
10 | <y>0</y>
|
---|
11 | <width>325</width>
|
---|
12 | <height>279</height>
|
---|
13 | </rect>
|
---|
14 | </property>
|
---|
15 | <property name="caption">
|
---|
16 | <string>Info Client Protocol</string>
|
---|
17 | </property>
|
---|
18 | <vbox>
|
---|
19 | <property name="name">
|
---|
20 | <cstring>unnamed</cstring>
|
---|
21 | </property>
|
---|
22 | <property name="margin">
|
---|
23 | <number>11</number>
|
---|
24 | </property>
|
---|
25 | <property name="spacing">
|
---|
26 | <number>6</number>
|
---|
27 | </property>
|
---|
28 | <widget class="QLayoutWidget">
|
---|
29 | <property name="name">
|
---|
30 | <cstring>Layout5</cstring>
|
---|
31 | </property>
|
---|
32 | <hbox>
|
---|
33 | <property name="name">
|
---|
34 | <cstring>unnamed</cstring>
|
---|
35 | </property>
|
---|
36 | <property name="margin">
|
---|
37 | <number>0</number>
|
---|
38 | </property>
|
---|
39 | <property name="spacing">
|
---|
40 | <number>6</number>
|
---|
41 | </property>
|
---|
42 | <widget class="QPushButton">
|
---|
43 | <property name="name">
|
---|
44 | <cstring>btnOpen</cstring>
|
---|
45 | </property>
|
---|
46 | <property name="sizePolicy">
|
---|
47 | <sizepolicy>
|
---|
48 | <hsizetype>3</hsizetype>
|
---|
49 | <vsizetype>0</vsizetype>
|
---|
50 | <horstretch>0</horstretch>
|
---|
51 | <verstretch>0</verstretch>
|
---|
52 | </sizepolicy>
|
---|
53 | </property>
|
---|
54 | <property name="text">
|
---|
55 | <string>&Open</string>
|
---|
56 | </property>
|
---|
57 | <property name="default">
|
---|
58 | <bool>true</bool>
|
---|
59 | </property>
|
---|
60 | <property name="toolTip" stdset="0">
|
---|
61 | <string>open data</string>
|
---|
62 | </property>
|
---|
63 | </widget>
|
---|
64 | <spacer>
|
---|
65 | <property name="name" stdset="0">
|
---|
66 | <cstring>Spacer4</cstring>
|
---|
67 | </property>
|
---|
68 | <property name="orientation">
|
---|
69 | <enum>Horizontal</enum>
|
---|
70 | </property>
|
---|
71 | <property name="sizeType">
|
---|
72 | <enum>Expanding</enum>
|
---|
73 | </property>
|
---|
74 | <property name="sizeHint">
|
---|
75 | <size>
|
---|
76 | <width>20</width>
|
---|
77 | <height>20</height>
|
---|
78 | </size>
|
---|
79 | </property>
|
---|
80 | </spacer>
|
---|
81 | <widget class="QPushButton">
|
---|
82 | <property name="name">
|
---|
83 | <cstring>btnQuit</cstring>
|
---|
84 | </property>
|
---|
85 | <property name="sizePolicy">
|
---|
86 | <sizepolicy>
|
---|
87 | <hsizetype>3</hsizetype>
|
---|
88 | <vsizetype>0</vsizetype>
|
---|
89 | <horstretch>0</horstretch>
|
---|
90 | <verstretch>0</verstretch>
|
---|
91 | </sizepolicy>
|
---|
92 | </property>
|
---|
93 | <property name="text">
|
---|
94 | <string>&Quit</string>
|
---|
95 | </property>
|
---|
96 | </widget>
|
---|
97 | </hbox>
|
---|
98 | </widget>
|
---|
99 | <widget class="QLabel">
|
---|
100 | <property name="name">
|
---|
101 | <cstring>TextLabel2</cstring>
|
---|
102 | </property>
|
---|
103 | <property name="text">
|
---|
104 | <string>Data:</string>
|
---|
105 | </property>
|
---|
106 | </widget>
|
---|
107 | <widget class="QTextEdit">
|
---|
108 | <property name="name">
|
---|
109 | <cstring>infoText</cstring>
|
---|
110 | </property>
|
---|
111 | <property name="readOnly">
|
---|
112 | <bool>true</bool>
|
---|
113 | </property>
|
---|
114 | </widget>
|
---|
115 | </vbox>
|
---|
116 | </widget>
|
---|
117 | <layoutdefaults spacing="6" margin="11"/>
|
---|
118 | </UI>
|
---|