|
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>RemoteCtrl</class> |
|
7 <widget class="QDialog" name="RemoteCtrl"> |
|
8 <property name="geometry"> |
|
9 <rect> |
|
10 <x>0</x> |
|
11 <y>0</y> |
|
12 <width>279</width> |
|
13 <height>185</height> |
|
14 </rect> |
|
15 </property> |
|
16 <property name="windowTitle"> |
|
17 <string>Remote control</string> |
|
18 </property> |
|
19 <property name="sizeGripEnabled"> |
|
20 <bool>true</bool> |
|
21 </property> |
|
22 <layout class="QHBoxLayout"> |
|
23 <property name="margin"> |
|
24 <number>11</number> |
|
25 </property> |
|
26 <property name="spacing"> |
|
27 <number>6</number> |
|
28 </property> |
|
29 <item> |
|
30 <layout class="QVBoxLayout"> |
|
31 <property name="margin"> |
|
32 <number>0</number> |
|
33 </property> |
|
34 <property name="spacing"> |
|
35 <number>6</number> |
|
36 </property> |
|
37 <item> |
|
38 <widget class="QLineEdit" name="textToSend"/> |
|
39 </item> |
|
40 <item> |
|
41 <spacer name="Spacer5_2"> |
|
42 <property name="sizeHint"> |
|
43 <size> |
|
44 <width>20</width> |
|
45 <height>20</height> |
|
46 </size> |
|
47 </property> |
|
48 <property name="sizeType"> |
|
49 <enum>QSizePolicy::Expanding</enum> |
|
50 </property> |
|
51 <property name="orientation"> |
|
52 <enum>Qt::Vertical</enum> |
|
53 </property> |
|
54 </spacer> |
|
55 </item> |
|
56 </layout> |
|
57 </item> |
|
58 <item> |
|
59 <layout class="QVBoxLayout"> |
|
60 <property name="margin"> |
|
61 <number>0</number> |
|
62 </property> |
|
63 <property name="spacing"> |
|
64 <number>6</number> |
|
65 </property> |
|
66 <item> |
|
67 <widget class="QPushButton" name="sText"> |
|
68 <property name="text"> |
|
69 <string>Send &Text</string> |
|
70 </property> |
|
71 </widget> |
|
72 </item> |
|
73 <item> |
|
74 <widget class="QPushButton" name="sImage"> |
|
75 <property name="text"> |
|
76 <string>Send &Image...</string> |
|
77 </property> |
|
78 </widget> |
|
79 </item> |
|
80 <item> |
|
81 <widget class="QPushButton" name="sPalette"> |
|
82 <property name="text"> |
|
83 <string>Send &Palette...</string> |
|
84 </property> |
|
85 </widget> |
|
86 </item> |
|
87 <item> |
|
88 <spacer name="Spacer6"> |
|
89 <property name="sizeHint"> |
|
90 <size> |
|
91 <width>20</width> |
|
92 <height>20</height> |
|
93 </size> |
|
94 </property> |
|
95 <property name="sizeType"> |
|
96 <enum>QSizePolicy::Expanding</enum> |
|
97 </property> |
|
98 <property name="orientation"> |
|
99 <enum>Qt::Vertical</enum> |
|
100 </property> |
|
101 </spacer> |
|
102 </item> |
|
103 <item> |
|
104 <widget class="QPushButton" name="quitButton"> |
|
105 <property name="text"> |
|
106 <string>&Quit</string> |
|
107 </property> |
|
108 </widget> |
|
109 </item> |
|
110 </layout> |
|
111 </item> |
|
112 </layout> |
|
113 </widget> |
|
114 <layoutdefault spacing="6" margin="11"/> |
|
115 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
|
116 <connections> |
|
117 <connection> |
|
118 <sender>quitButton</sender> |
|
119 <signal>clicked()</signal> |
|
120 <receiver>RemoteCtrl</receiver> |
|
121 <slot>close()</slot> |
|
122 </connection> |
|
123 </connections> |
|
124 </ui> |