Subversion Repositories Projects

Rev

Rev 159 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
159 KeyOz 1
<ui version="4.0" >
2
 <class>dlg_Preferences_UI</class>
3
 <widget class="QDialog" name="dlg_Preferences_UI" >
4
  <property name="geometry" >
5
   <rect>
6
    <x>0</x>
7
    <y>0</y>
163 KeyOz 8
    <width>388</width>
9
    <height>317</height>
159 KeyOz 10
   </rect>
11
  </property>
12
  <property name="windowTitle" >
13
   <string>Einstellungen</string>
14
  </property>
163 KeyOz 15
  <layout class="QGridLayout" name="gridLayout_4" >
159 KeyOz 16
   <item row="1" column="0" >
17
    <layout class="QHBoxLayout" name="horizontalLayout" >
18
     <item>
19
      <spacer>
20
       <property name="orientation" >
21
        <enum>Qt::Horizontal</enum>
22
       </property>
23
       <property name="sizeHint" stdset="0" >
24
        <size>
25
         <width>131</width>
26
         <height>31</height>
27
        </size>
28
       </property>
29
      </spacer>
30
     </item>
31
     <item>
32
      <widget class="QPushButton" name="okButton" >
33
       <property name="text" >
34
        <string>OK</string>
35
       </property>
36
      </widget>
37
     </item>
38
     <item>
39
      <widget class="QPushButton" name="cancelButton" >
40
       <property name="text" >
41
        <string>Cancel</string>
42
       </property>
43
      </widget>
44
     </item>
45
    </layout>
46
   </item>
163 KeyOz 47
   <item row="0" column="0" >
48
    <widget class="QTabWidget" name="tabWidget" >
49
     <property name="currentIndex" >
50
      <number>0</number>
51
     </property>
52
     <widget class="QWidget" name="tab" >
53
      <attribute name="title" >
54
       <string>Analog-Daten</string>
55
      </attribute>
56
      <layout class="QGridLayout" name="gridLayout_3" >
57
       <item row="0" column="0" >
58
        <widget class="QGroupBox" name="groupBox" >
59
         <property name="title" >
60
          <string>Debug-Daten</string>
61
         </property>
62
         <layout class="QGridLayout" name="gridLayout" >
63
          <item row="0" column="0" >
64
           <widget class="QLabel" name="label" >
65
            <property name="text" >
66
             <string>Intervall langsam :</string>
67
            </property>
68
           </widget>
69
          </item>
70
          <item row="0" column="1" >
71
           <widget class="QSpinBox" name="sp_Debug_Slow" >
72
            <property name="suffix" >
73
             <string> ms</string>
74
            </property>
75
            <property name="minimum" >
76
             <number>10</number>
77
            </property>
78
            <property name="maximum" >
79
             <number>2550</number>
80
            </property>
81
            <property name="singleStep" >
82
             <number>10</number>
83
            </property>
84
            <property name="value" >
85
             <number>500</number>
86
            </property>
87
           </widget>
88
          </item>
89
          <item row="1" column="0" >
90
           <widget class="QLabel" name="label_2" >
91
            <property name="text" >
92
             <string>Intervall schnell :</string>
93
            </property>
94
           </widget>
95
          </item>
96
          <item row="1" column="1" >
97
           <widget class="QSpinBox" name="sp_Debug_Fast" >
98
            <property name="suffix" >
99
             <string> ms</string>
100
            </property>
101
            <property name="prefix" >
102
             <string/>
103
            </property>
104
            <property name="minimum" >
105
             <number>10</number>
106
            </property>
107
            <property name="maximum" >
108
             <number>2550</number>
109
            </property>
110
            <property name="singleStep" >
111
             <number>10</number>
112
            </property>
113
            <property name="value" >
114
             <number>100</number>
115
            </property>
116
           </widget>
117
          </item>
118
          <item row="2" column="0" colspan="2" >
119
           <widget class="QCheckBox" name="checkBox" >
120
            <property name="text" >
121
             <string>Beim Beenden abschalten</string>
122
            </property>
123
           </widget>
124
          </item>
125
          <item row="3" column="0" colspan="2" >
126
           <widget class="QCheckBox" name="checkBox_2" >
127
            <property name="text" >
128
             <string>Debug-Texte immer neueinlesen</string>
129
            </property>
130
           </widget>
131
          </item>
132
         </layout>
133
        </widget>
134
       </item>
135
       <item row="1" column="0" >
136
        <widget class="QGroupBox" name="groupBox_2" >
137
         <property name="title" >
138
          <string>Plotter</string>
139
         </property>
140
         <layout class="QGridLayout" name="gridLayout_2" >
141
          <item row="0" column="0" >
142
           <widget class="QLabel" name="label_3" >
143
            <property name="text" >
144
             <string>Angezeigte Datensätze :</string>
145
            </property>
146
           </widget>
147
          </item>
148
          <item row="0" column="1" >
149
           <widget class="QSpinBox" name="sp_Plotter_Count" >
150
            <property name="minimum" >
151
             <number>50</number>
152
            </property>
153
            <property name="maximum" >
154
             <number>250</number>
155
            </property>
156
            <property name="singleStep" >
157
             <number>5</number>
158
            </property>
159
            <property name="value" >
160
             <number>100</number>
161
            </property>
162
           </widget>
163
          </item>
164
         </layout>
165
        </widget>
166
       </item>
167
      </layout>
168
     </widget>
169
     <widget class="QWidget" name="tab_2" >
170
      <attribute name="title" >
171
       <string>Verzeichnisse</string>
172
      </attribute>
173
      <layout class="QVBoxLayout" name="verticalLayout_3" >
174
       <item>
175
        <widget class="QGroupBox" name="groupBox_3" >
176
         <property name="title" >
177
          <string>Verzeichniss für CVS-Dateien (Datenrecorder)</string>
178
         </property>
179
         <layout class="QVBoxLayout" name="verticalLayout" >
180
          <item>
181
           <widget class="QLineEdit" name="le_DIR_CVS" />
182
          </item>
183
          <item>
184
           <widget class="QPushButton" name="pb_DIR_CVS" >
185
            <property name="text" >
186
             <string>Verzeichniss auswählen</string>
187
            </property>
188
            <property name="icon" >
189
             <iconset resource="../MKTool.qrc" >
190
              <normaloff>:/Actions/Images/22X22/folder-print.png</normaloff>:/Actions/Images/22X22/folder-print.png</iconset>
191
            </property>
192
           </widget>
193
          </item>
194
         </layout>
195
        </widget>
196
       </item>
197
       <item>
198
        <widget class="QGroupBox" name="groupBox_4" >
199
         <property name="title" >
200
          <string>Verzeichniss für Setting-Dateien</string>
201
         </property>
202
         <layout class="QVBoxLayout" name="verticalLayout_2" >
203
          <item>
204
           <widget class="QLineEdit" name="le_DIR_SET" />
205
          </item>
206
          <item>
207
           <widget class="QPushButton" name="pb_DIR_SET" >
208
            <property name="text" >
209
             <string>Verzeichniss auswählen</string>
210
            </property>
211
            <property name="icon" >
212
             <iconset resource="../MKTool.qrc" >
213
              <normaloff>:/Actions/Images/22X22/folder.png</normaloff>:/Actions/Images/22X22/folder.png</iconset>
214
            </property>
215
           </widget>
216
          </item>
217
         </layout>
218
        </widget>
219
       </item>
220
       <item>
221
        <spacer name="verticalSpacer" >
222
         <property name="orientation" >
223
          <enum>Qt::Vertical</enum>
224
         </property>
225
         <property name="sizeHint" stdset="0" >
226
          <size>
227
           <width>20</width>
228
           <height>21</height>
229
          </size>
230
         </property>
231
        </spacer>
232
       </item>
233
      </layout>
234
     </widget>
235
    </widget>
236
   </item>
159 KeyOz 237
  </layout>
238
 </widget>
163 KeyOz 239
 <resources>
240
  <include location="../MKTool.qrc" />
241
 </resources>
159 KeyOz 242
 <connections>
243
  <connection>
244
   <sender>okButton</sender>
245
   <signal>clicked()</signal>
246
   <receiver>dlg_Preferences_UI</receiver>
247
   <slot>accept()</slot>
248
   <hints>
249
    <hint type="sourcelabel" >
250
     <x>278</x>
251
     <y>253</y>
252
    </hint>
253
    <hint type="destinationlabel" >
254
     <x>96</x>
255
     <y>254</y>
256
    </hint>
257
   </hints>
258
  </connection>
259
  <connection>
260
   <sender>cancelButton</sender>
261
   <signal>clicked()</signal>
262
   <receiver>dlg_Preferences_UI</receiver>
263
   <slot>reject()</slot>
264
   <hints>
265
    <hint type="sourcelabel" >
266
     <x>369</x>
267
     <y>253</y>
268
    </hint>
269
    <hint type="destinationlabel" >
270
     <x>179</x>
271
     <y>282</y>
272
    </hint>
273
   </hints>
274
  </connection>
275
 </connections>
276
</ui>