source: trunk/examples/network/infoprotocol/infoserver/serverbase.ui

Last change on this file was 2, checked in by dmik, 20 years ago

Imported xplatform parts of the official release 3.3.1 from Trolltech

File size: 4.1 KB
Line 
1<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
2<class>ServerInfoBase</class>
3<widget class="QWidget">
4 <property name="name">
5 <cstring>ServerInfoBase</cstring>
6 </property>
7 <property name="geometry">
8 <rect>
9 <x>0</x>
10 <y>0</y>
11 <width>272</width>
12 <height>282</height>
13 </rect>
14 </property>
15 <property name="caption">
16 <string>Info Server</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="QLabel">
29 <property name="name">
30 <cstring>TextLabel1</cstring>
31 </property>
32 <property name="text">
33 <string>This is a small Information Server.
34Accepting client requests...</string>
35 </property>
36 <property name="alignment">
37 <set>AlignCenter</set>
38 </property>
39 </widget>
40 <widget class="QTextEdit">
41 <property name="name">
42 <cstring>infoText</cstring>
43 </property>
44 <property name="readOnly">
45 <bool>true</bool>
46 </property>
47 </widget>
48 <widget class="QLayoutWidget">
49 <property name="name">
50 <cstring>Layout1</cstring>
51 </property>
52 <hbox>
53 <property name="name">
54 <cstring>unnamed</cstring>
55 </property>
56 <property name="margin">
57 <number>0</number>
58 </property>
59 <property name="spacing">
60 <number>6</number>
61 </property>
62 <spacer>
63 <property name="name" stdset="0">
64 <cstring>Spacer2</cstring>
65 </property>
66 <property name="orientation">
67 <enum>Horizontal</enum>
68 </property>
69 <property name="sizeType">
70 <enum>Expanding</enum>
71 </property>
72 <property name="sizeHint">
73 <size>
74 <width>20</width>
75 <height>20</height>
76 </size>
77 </property>
78 </spacer>
79 <widget class="QPushButton">
80 <property name="name">
81 <cstring>btnQuit</cstring>
82 </property>
83 <property name="sizePolicy">
84 <sizepolicy>
85 <hsizetype>3</hsizetype>
86 <vsizetype>0</vsizetype>
87 <horstretch>0</horstretch>
88 <verstretch>0</verstretch>
89 </sizepolicy>
90 </property>
91 <property name="text">
92 <string>&amp;Quit</string>
93 </property>
94 </widget>
95 <spacer>
96 <property name="name" stdset="0">
97 <cstring>Spacer1</cstring>
98 </property>
99 <property name="orientation">
100 <enum>Horizontal</enum>
101 </property>
102 <property name="sizeType">
103 <enum>Expanding</enum>
104 </property>
105 <property name="sizeHint">
106 <size>
107 <width>20</width>
108 <height>20</height>
109 </size>
110 </property>
111 </spacer>
112 </hbox>
113 </widget>
114 </vbox>
115</widget>
116<layoutdefaults spacing="6" margin="11"/>
117</UI>
Note: See TracBrowser for help on using the repository browser.