Rev Author Line No. Line
178 kaklik 1 <ui version="4.0" >
2 <author></author>
3 <comment></comment>
4 <exportmacro></exportmacro>
5 <class>MandoWindow</class>
6 <widget class="QWidget" name="MandoWindow" >
7 <property name="geometry" >
8 <rect>
9 <x>0</x>
10 <y>0</y>
11 <width>157</width>
12 <height>339</height>
13 </rect>
14 </property>
15 <property name="windowTitle" >
16 <string>mando</string>
17 </property>
18 <property name="windowIcon" >
19 <iconset resource="mando.qrc" >:/images/mandologo.png</iconset>
20 </property>
21 <layout class="QVBoxLayout" >
22 <property name="margin" >
23 <number>9</number>
24 </property>
25 <property name="spacing" >
26 <number>6</number>
27 </property>
28 <item>
29 <widget class="QPushButton" name="configureButton" >
30 <property name="text" >
31 <string>&amp;Configure</string>
32 </property>
33 <property name="icon" >
34 <iconset resource="mando.qrc" >:/images/configure.png</iconset>
35 </property>
36 </widget>
37 </item>
38 <item>
39 <widget class="QCheckBox" name="activateCheckBox" >
40 <property name="enabled" >
41 <bool>false</bool>
42 </property>
43 <property name="text" >
44 <string>Ac&amp;tivate</string>
45 </property>
46 </widget>
47 </item>
48 <item>
49 <widget class="QGroupBox" name="modeGroupBox" >
50 <property name="minimumSize" >
51 <size>
52 <width>16</width>
53 <height>75</height>
54 </size>
55 </property>
56 <property name="title" >
57 <string>Pointer Mode</string>
58 </property>
59 <layout class="QVBoxLayout" >
60 <property name="margin" >
61 <number>9</number>
62 </property>
63 <property name="spacing" >
64 <number>6</number>
65 </property>
66 <item>
67 <widget class="QRadioButton" name="singleClickRadio" >
68 <property name="text" >
69 <string>&amp;Single click</string>
70 </property>
71 <property name="checked" >
72 <bool>true</bool>
73 </property>
74 </widget>
75 </item>
76 <item>
77 <widget class="QRadioButton" name="draggingRadio" >
78 <property name="text" >
79 <string>&amp;Dragging</string>
80 </property>
81 </widget>
82 </item>
83 </layout>
84 </widget>
85 </item>
86 <item>
87 <widget class="Line" name="separator" >
88 <property name="orientation" >
89 <enum>Qt::Horizontal</enum>
90 </property>
91 </widget>
92 </item>
93 <item>
94 <widget class="QPushButton" name="aboutButton" >
95 <property name="text" >
96 <string>&amp;About</string>
97 </property>
98 <property name="icon" >
99 <iconset resource="mando.qrc" >:/images/mandologo.png</iconset>
100 </property>
101 </widget>
102 </item>
103 <item>
104 <widget class="QPushButton" name="quitButton" >
105 <property name="text" >
106 <string>&amp;Quit</string>
107 </property>
108 <property name="icon" >
109 <iconset>quit.png</iconset>
110 </property>
111 </widget>
112 </item>
113 </layout>
114 </widget>
115 <pixmapfunction></pixmapfunction>
116 <resources>
117 <include location="mando.qrc" />
118 </resources>
119 <connections/>
120 </ui>