Subversion Repositories Projects

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
279 KeyOz 1
<ui version="4.0" >
2
 <class>dlg_Motortest_UI</class>
3
 <widget class="QDialog" name="dlg_Motortest_UI" >
4
  <property name="geometry" >
5
   <rect>
6
    <x>0</x>
7
    <y>0</y>
8
    <width>253</width>
9
    <height>193</height>
10
   </rect>
11
  </property>
12
  <property name="windowTitle" >
13
   <string>Motortest</string>
14
  </property>
15
  <layout class="QGridLayout" name="gridLayout" >
16
   <item row="0" column="0" >
17
    <widget class="QLabel" name="label_133" >
18
     <property name="text" >
19
      <string>Links</string>
20
     </property>
21
    </widget>
22
   </item>
23
   <item row="0" column="1" >
24
    <widget class="QSlider" name="sl_Left" >
25
     <property name="minimumSize" >
26
      <size>
27
       <width>200</width>
28
       <height>0</height>
29
      </size>
30
     </property>
31
     <property name="maximum" >
32
      <number>255</number>
33
     </property>
34
     <property name="orientation" >
35
      <enum>Qt::Horizontal</enum>
36
     </property>
37
    </widget>
38
   </item>
39
   <item row="1" column="0" >
40
    <widget class="QLabel" name="label_135" >
41
     <property name="text" >
42
      <string>Rechts</string>
43
     </property>
44
    </widget>
45
   </item>
46
   <item row="1" column="1" >
47
    <widget class="QSlider" name="sl_Right" >
48
     <property name="maximum" >
49
      <number>255</number>
50
     </property>
51
     <property name="orientation" >
52
      <enum>Qt::Horizontal</enum>
53
     </property>
54
    </widget>
55
   </item>
56
   <item row="2" column="0" >
57
    <widget class="QLabel" name="label_136" >
58
     <property name="text" >
59
      <string>Vorn</string>
60
     </property>
61
    </widget>
62
   </item>
63
   <item row="2" column="1" >
64
    <widget class="QSlider" name="sl_Front" >
65
     <property name="maximum" >
66
      <number>255</number>
67
     </property>
68
     <property name="orientation" >
69
      <enum>Qt::Horizontal</enum>
70
     </property>
71
    </widget>
72
   </item>
73
   <item row="3" column="0" >
74
    <widget class="QLabel" name="label_137" >
75
     <property name="text" >
76
      <string>Hinten</string>
77
     </property>
78
    </widget>
79
   </item>
80
   <item row="3" column="1" >
81
    <widget class="QSlider" name="sl_Back" >
82
     <property name="maximum" >
83
      <number>255</number>
84
     </property>
85
     <property name="orientation" >
86
      <enum>Qt::Horizontal</enum>
87
     </property>
88
    </widget>
89
   </item>
90
   <item row="4" column="0" colspan="2" >
91
    <widget class="Line" name="line" >
92
     <property name="orientation" >
93
      <enum>Qt::Horizontal</enum>
94
     </property>
95
    </widget>
96
   </item>
97
   <item row="5" column="0" >
98
    <widget class="QLabel" name="label_138" >
99
     <property name="text" >
100
      <string>Alle</string>
101
     </property>
102
    </widget>
103
   </item>
104
   <item row="5" column="1" >
105
    <widget class="QSlider" name="sl_All" >
106
     <property name="maximum" >
107
      <number>255</number>
108
     </property>
109
     <property name="orientation" >
110
      <enum>Qt::Horizontal</enum>
111
     </property>
112
    </widget>
113
   </item>
114
   <item row="7" column="0" colspan="2" >
115
    <widget class="Line" name="line_2" >
116
     <property name="orientation" >
117
      <enum>Qt::Horizontal</enum>
118
     </property>
119
    </widget>
120
   </item>
121
   <item row="8" column="1" >
122
    <widget class="QPushButton" name="pb_OK" >
123
     <property name="text" >
124
      <string>OK</string>
125
     </property>
126
    </widget>
127
   </item>
128
  </layout>
129
  <zorder>sl_All</zorder>
130
  <zorder>sl_Left</zorder>
131
  <zorder>sl_Right</zorder>
132
  <zorder>label_137</zorder>
133
  <zorder>label_136</zorder>
134
  <zorder>sl_Front</zorder>
135
  <zorder>label_138</zorder>
136
  <zorder>sl_Back</zorder>
137
  <zorder>label_133</zorder>
138
  <zorder>label_135</zorder>
139
  <zorder>line</zorder>
140
  <zorder>line_2</zorder>
141
  <zorder>pb_OK</zorder>
142
 </widget>
143
 <resources/>
144
 <connections>
145
  <connection>
146
   <sender>sl_All</sender>
147
   <signal>valueChanged(int)</signal>
148
   <receiver>sl_Back</receiver>
149
   <slot>setValue(int)</slot>
150
   <hints>
151
    <hint type="sourcelabel" >
152
     <x>132</x>
153
     <y>133</y>
154
    </hint>
155
    <hint type="destinationlabel" >
156
     <x>131</x>
157
     <y>108</y>
158
    </hint>
159
   </hints>
160
  </connection>
161
  <connection>
162
   <sender>sl_All</sender>
163
   <signal>valueChanged(int)</signal>
164
   <receiver>sl_Front</receiver>
165
   <slot>setValue(int)</slot>
166
   <hints>
167
    <hint type="sourcelabel" >
168
     <x>166</x>
169
     <y>137</y>
170
    </hint>
171
    <hint type="destinationlabel" >
172
     <x>166</x>
173
     <y>76</y>
174
    </hint>
175
   </hints>
176
  </connection>
177
  <connection>
178
   <sender>sl_All</sender>
179
   <signal>valueChanged(int)</signal>
180
   <receiver>sl_Right</receiver>
181
   <slot>setValue(int)</slot>
182
   <hints>
183
    <hint type="sourcelabel" >
184
     <x>202</x>
185
     <y>130</y>
186
    </hint>
187
    <hint type="destinationlabel" >
188
     <x>204</x>
189
     <y>50</y>
190
    </hint>
191
   </hints>
192
  </connection>
193
  <connection>
194
   <sender>sl_All</sender>
195
   <signal>valueChanged(int)</signal>
196
   <receiver>sl_Left</receiver>
197
   <slot>setValue(int)</slot>
198
   <hints>
199
    <hint type="sourcelabel" >
200
     <x>241</x>
201
     <y>144</y>
202
    </hint>
203
    <hint type="destinationlabel" >
204
     <x>240</x>
205
     <y>17</y>
206
    </hint>
207
   </hints>
208
  </connection>
209
  <connection>
210
   <sender>pb_OK</sender>
211
   <signal>clicked()</signal>
212
   <receiver>dlg_Motortest_UI</receiver>
213
   <slot>accept()</slot>
214
   <hints>
215
    <hint type="sourcelabel" >
216
     <x>63</x>
217
     <y>174</y>
218
    </hint>
219
    <hint type="destinationlabel" >
220
     <x>29</x>
221
     <y>177</y>
222
    </hint>
223
   </hints>
224
  </connection>
225
 </connections>
226
</ui>