First version
[staging/HomeScreen.git] / resources / inputdevicesimulator.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>InputDeviceSimulator</class>
4  <widget class="QDialog" name="InputDeviceSimulator">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>300</width>
10     <height>600</height>
11    </rect>
12   </property>
13   <property name="minimumSize">
14    <size>
15     <width>300</width>
16     <height>600</height>
17    </size>
18   </property>
19   <property name="maximumSize">
20    <size>
21     <width>300</width>
22     <height>600</height>
23    </size>
24   </property>
25   <property name="focusPolicy">
26    <enum>Qt::NoFocus</enum>
27   </property>
28   <property name="windowTitle">
29    <string>Input Device Simulator</string>
30   </property>
31   <widget class="QPushButton" name="pushButtonUp">
32    <property name="enabled">
33     <bool>false</bool>
34    </property>
35    <property name="geometry">
36     <rect>
37      <x>110</x>
38      <y>60</y>
39      <width>71</width>
40      <height>71</height>
41     </rect>
42    </property>
43    <property name="focusPolicy">
44     <enum>Qt::NoFocus</enum>
45    </property>
46    <property name="text">
47     <string>Up</string>
48    </property>
49   </widget>
50   <widget class="QPushButton" name="pushButtonLeft">
51    <property name="enabled">
52     <bool>false</bool>
53    </property>
54    <property name="geometry">
55     <rect>
56      <x>30</x>
57      <y>140</y>
58      <width>71</width>
59      <height>71</height>
60     </rect>
61    </property>
62    <property name="focusPolicy">
63     <enum>Qt::NoFocus</enum>
64    </property>
65    <property name="text">
66     <string>Left</string>
67    </property>
68   </widget>
69   <widget class="QPushButton" name="pushButtonRight">
70    <property name="enabled">
71     <bool>false</bool>
72    </property>
73    <property name="geometry">
74     <rect>
75      <x>190</x>
76      <y>140</y>
77      <width>71</width>
78      <height>71</height>
79     </rect>
80    </property>
81    <property name="focusPolicy">
82     <enum>Qt::NoFocus</enum>
83    </property>
84    <property name="text">
85     <string>Right</string>
86    </property>
87   </widget>
88   <widget class="QPushButton" name="pushButtonDown">
89    <property name="enabled">
90     <bool>false</bool>
91    </property>
92    <property name="geometry">
93     <rect>
94      <x>110</x>
95      <y>220</y>
96      <width>71</width>
97      <height>71</height>
98     </rect>
99    </property>
100    <property name="focusPolicy">
101     <enum>Qt::NoFocus</enum>
102    </property>
103    <property name="text">
104     <string>Down</string>
105    </property>
106   </widget>
107   <widget class="QPushButton" name="pushButtonOK">
108    <property name="enabled">
109     <bool>false</bool>
110    </property>
111    <property name="geometry">
112     <rect>
113      <x>110</x>
114      <y>140</y>
115      <width>71</width>
116      <height>71</height>
117     </rect>
118    </property>
119    <property name="focusPolicy">
120     <enum>Qt::NoFocus</enum>
121    </property>
122    <property name="text">
123     <string>OK</string>
124    </property>
125   </widget>
126   <widget class="QLabel" name="label">
127    <property name="geometry">
128     <rect>
129      <x>60</x>
130      <y>0</y>
131      <width>181</width>
132      <height>51</height>
133     </rect>
134    </property>
135    <property name="text">
136     <string>under development
137 not functional right now</string>
138    </property>
139   </widget>
140   <widget class="QPushButton" name="pushButtonCancel">
141    <property name="enabled">
142     <bool>false</bool>
143    </property>
144    <property name="geometry">
145     <rect>
146      <x>30</x>
147      <y>220</y>
148      <width>71</width>
149      <height>71</height>
150     </rect>
151    </property>
152    <property name="focusPolicy">
153     <enum>Qt::NoFocus</enum>
154    </property>
155    <property name="text">
156     <string>Cancel/
157 Back?</string>
158    </property>
159   </widget>
160  </widget>
161  <resources/>
162  <connections/>
163 </ui>