17f6129c9e110248ef01de27329b736a780d28c4
[kugel-rb.git] / utils / themeeditor / gui / devicestate.ui
blob17f6129c9e110248ef01de27329b736a780d28c4
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>DeviceState</class>
4 <widget class="QWidget" name="DeviceState">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>400</width>
10 <height>300</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Device Settings</string>
15 </property>
16 <property name="windowIcon">
17 <iconset resource="../resources.qrc">
18 <normaloff>:/resources/resources/windowicon.png</normaloff>:/resources/resources/windowicon.png</iconset>
19 </property>
20 <layout class="QVBoxLayout" name="verticalLayout">
21 <item>
22 <widget class="QToolBox" name="toolBox">
23 <property name="currentIndex">
24 <number>1</number>
25 </property>
26 <widget class="QWidget" name="page">
27 <property name="geometry">
28 <rect>
29 <x>0</x>
30 <y>0</y>
31 <width>382</width>
32 <height>220</height>
33 </rect>
34 </property>
35 <attribute name="label">
36 <string>Device Basics</string>
37 </attribute>
38 <layout class="QVBoxLayout" name="verticalLayout_2">
39 <item>
40 <layout class="QHBoxLayout" name="horizontalLayout">
41 <item>
42 <widget class="QLabel" name="label">
43 <property name="text">
44 <string>Screen Width</string>
45 </property>
46 <property name="buddy">
47 <cstring>widthBox</cstring>
48 </property>
49 </widget>
50 </item>
51 <item>
52 <widget class="QLineEdit" name="widthBox"/>
53 </item>
54 </layout>
55 </item>
56 <item>
57 <layout class="QHBoxLayout" name="horizontalLayout_2">
58 <item>
59 <widget class="QLabel" name="label_2">
60 <property name="text">
61 <string>Screen Height</string>
62 </property>
63 <property name="buddy">
64 <cstring>heightBox</cstring>
65 </property>
66 </widget>
67 </item>
68 <item>
69 <widget class="QLineEdit" name="heightBox"/>
70 </item>
71 </layout>
72 </item>
73 <item>
74 <layout class="QHBoxLayout" name="horizontalLayout_3">
75 <item>
76 <widget class="QLabel" name="label_3">
77 <property name="text">
78 <string>Remote Width</string>
79 </property>
80 <property name="buddy">
81 <cstring>rWidthBox</cstring>
82 </property>
83 </widget>
84 </item>
85 <item>
86 <widget class="QLineEdit" name="rWidthBox"/>
87 </item>
88 </layout>
89 </item>
90 <item>
91 <layout class="QHBoxLayout" name="horizontalLayout_4">
92 <item>
93 <widget class="QLabel" name="label_4">
94 <property name="text">
95 <string>Remote Height</string>
96 </property>
97 <property name="buddy">
98 <cstring>rHeightBox</cstring>
99 </property>
100 </widget>
101 </item>
102 <item>
103 <widget class="QLineEdit" name="rHeightBox"/>
104 </item>
105 </layout>
106 </item>
107 </layout>
108 </widget>
109 <widget class="QWidget" name="page_2">
110 <property name="geometry">
111 <rect>
112 <x>0</x>
113 <y>0</y>
114 <width>382</width>
115 <height>220</height>
116 </rect>
117 </property>
118 <attribute name="label">
119 <string>Device Status</string>
120 </attribute>
121 </widget>
122 </widget>
123 </item>
124 </layout>
125 </widget>
126 <resources>
127 <include location="../resources.qrc"/>
128 </resources>
129 <connections/>
130 </ui>