0
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<ui version="4.0" stdsetdef="1">
|
|
3 |
<author></author>
|
|
4 |
<comment></comment>
|
|
5 |
<exportmacro></exportmacro>
|
|
6 |
<class>ServerInfoBase</class>
|
|
7 |
<widget class="QWidget" name="ServerInfoBase">
|
|
8 |
<property name="geometry">
|
|
9 |
<rect>
|
|
10 |
<x>0</x>
|
|
11 |
<y>0</y>
|
|
12 |
<width>272</width>
|
|
13 |
<height>282</height>
|
|
14 |
</rect>
|
|
15 |
</property>
|
|
16 |
<property name="windowTitle">
|
|
17 |
<string>Info Server</string>
|
|
18 |
</property>
|
|
19 |
<layout class="QVBoxLayout">
|
|
20 |
<property name="margin">
|
|
21 |
<number>11</number>
|
|
22 |
</property>
|
|
23 |
<property name="spacing">
|
|
24 |
<number>6</number>
|
|
25 |
</property>
|
|
26 |
<item>
|
|
27 |
<widget class="QLabel" name="TextLabel1">
|
|
28 |
<property name="text">
|
|
29 |
<string>This is a small Information Server.
|
|
30 |
Accepting client requests...</string>
|
|
31 |
</property>
|
|
32 |
<property name="alignment">
|
|
33 |
<set>Qt::AlignCenter</set>
|
|
34 |
</property>
|
|
35 |
<property name="wordWrap">
|
|
36 |
<bool>false</bool>
|
|
37 |
</property>
|
|
38 |
</widget>
|
|
39 |
</item>
|
|
40 |
<item>
|
|
41 |
<widget class="Q3TextEdit" name="infoText">
|
|
42 |
<property name="readOnly">
|
|
43 |
<bool>true</bool>
|
|
44 |
</property>
|
|
45 |
</widget>
|
|
46 |
</item>
|
|
47 |
<item>
|
|
48 |
<layout class="QHBoxLayout">
|
|
49 |
<property name="margin">
|
|
50 |
<number>0</number>
|
|
51 |
</property>
|
|
52 |
<property name="spacing">
|
|
53 |
<number>6</number>
|
|
54 |
</property>
|
|
55 |
<item>
|
|
56 |
<spacer name="Spacer2">
|
|
57 |
<property name="sizeHint">
|
|
58 |
<size>
|
|
59 |
<width>20</width>
|
|
60 |
<height>20</height>
|
|
61 |
</size>
|
|
62 |
</property>
|
|
63 |
<property name="sizeType">
|
|
64 |
<enum>QSizePolicy::Expanding</enum>
|
|
65 |
</property>
|
|
66 |
<property name="orientation">
|
|
67 |
<enum>Qt::Horizontal</enum>
|
|
68 |
</property>
|
|
69 |
</spacer>
|
|
70 |
</item>
|
|
71 |
<item>
|
|
72 |
<widget class="QPushButton" name="btnQuit">
|
|
73 |
<property name="sizePolicy">
|
|
74 |
<sizepolicy>
|
|
75 |
<hsizetype>3</hsizetype>
|
|
76 |
<vsizetype>0</vsizetype>
|
|
77 |
<horstretch>0</horstretch>
|
|
78 |
<verstretch>0</verstretch>
|
|
79 |
</sizepolicy>
|
|
80 |
</property>
|
|
81 |
<property name="text">
|
|
82 |
<string>&Quit</string>
|
|
83 |
</property>
|
|
84 |
</widget>
|
|
85 |
</item>
|
|
86 |
<item>
|
|
87 |
<spacer name="Spacer1">
|
|
88 |
<property name="sizeHint">
|
|
89 |
<size>
|
|
90 |
<width>20</width>
|
|
91 |
<height>20</height>
|
|
92 |
</size>
|
|
93 |
</property>
|
|
94 |
<property name="sizeType">
|
|
95 |
<enum>QSizePolicy::Expanding</enum>
|
|
96 |
</property>
|
|
97 |
<property name="orientation">
|
|
98 |
<enum>Qt::Horizontal</enum>
|
|
99 |
</property>
|
|
100 |
</spacer>
|
|
101 |
</item>
|
|
102 |
</layout>
|
|
103 |
</item>
|
|
104 |
</layout>
|
|
105 |
</widget>
|
|
106 |
<layoutdefault spacing="6" margin="11"/>
|
|
107 |
<pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
|
|
108 |
</ui>
|