source: trunk/examples/network/remotecontrol/remotectrl.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: 5.0 KB
Line 
1<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
2<class>RemoteCtrl</class>
3<widget class="QDialog">
4 <property name="name">
5 <cstring>RemoteCtrl</cstring>
6 </property>
7 <property name="geometry">
8 <rect>
9 <x>0</x>
10 <y>0</y>
11 <width>279</width>
12 <height>185</height>
13 </rect>
14 </property>
15 <property name="caption">
16 <string>Remote control</string>
17 </property>
18 <property name="sizeGripEnabled">
19 <bool>true</bool>
20 </property>
21 <hbox>
22 <property name="name">
23 <cstring>unnamed</cstring>
24 </property>
25 <property name="margin">
26 <number>11</number>
27 </property>
28 <property name="spacing">
29 <number>6</number>
30 </property>
31 <widget class="QLayoutWidget">
32 <property name="name">
33 <cstring>Layout5</cstring>
34 </property>
35 <vbox>
36 <property name="name">
37 <cstring>unnamed</cstring>
38 </property>
39 <property name="margin">
40 <number>0</number>
41 </property>
42 <property name="spacing">
43 <number>6</number>
44 </property>
45 <widget class="QLineEdit">
46 <property name="name">
47 <cstring>textToSend</cstring>
48 </property>
49 </widget>
50 <spacer>
51 <property name="name" stdset="0">
52 <cstring>Spacer5_2</cstring>
53 </property>
54 <property name="orientation">
55 <enum>Vertical</enum>
56 </property>
57 <property name="sizeType">
58 <enum>Expanding</enum>
59 </property>
60 <property name="sizeHint">
61 <size>
62 <width>20</width>
63 <height>20</height>
64 </size>
65 </property>
66 </spacer>
67 </vbox>
68 </widget>
69 <widget class="QLayoutWidget">
70 <property name="name">
71 <cstring>Layout6</cstring>
72 </property>
73 <vbox>
74 <property name="name">
75 <cstring>unnamed</cstring>
76 </property>
77 <property name="margin">
78 <number>0</number>
79 </property>
80 <property name="spacing">
81 <number>6</number>
82 </property>
83 <widget class="QPushButton">
84 <property name="name">
85 <cstring>sText</cstring>
86 </property>
87 <property name="text">
88 <string>Send &amp;Text</string>
89 </property>
90 </widget>
91 <widget class="QPushButton">
92 <property name="name">
93 <cstring>sImage</cstring>
94 </property>
95 <property name="text">
96 <string>Send &amp;Image...</string>
97 </property>
98 </widget>
99 <widget class="QPushButton">
100 <property name="name">
101 <cstring>sPalette</cstring>
102 </property>
103 <property name="text">
104 <string>Send &amp;Palette...</string>
105 </property>
106 </widget>
107 <spacer>
108 <property name="name" stdset="0">
109 <cstring>Spacer6</cstring>
110 </property>
111 <property name="orientation">
112 <enum>Vertical</enum>
113 </property>
114 <property name="sizeType">
115 <enum>Expanding</enum>
116 </property>
117 <property name="sizeHint">
118 <size>
119 <width>20</width>
120 <height>20</height>
121 </size>
122 </property>
123 </spacer>
124 <widget class="QPushButton">
125 <property name="name">
126 <cstring>quitButton</cstring>
127 </property>
128 <property name="text">
129 <string>&amp;Quit</string>
130 </property>
131 </widget>
132 </vbox>
133 </widget>
134 </hbox>
135</widget>
136<connections>
137 <connection>
138 <sender>quitButton</sender>
139 <signal>clicked()</signal>
140 <receiver>RemoteCtrl</receiver>
141 <slot>close()</slot>
142 </connection>
143</connections>
144<layoutdefaults spacing="6" margin="11"/>
145</UI>
Note: See TracBrowser for help on using the repository browser.