Go to most recent revision | Details | 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> |
||
8 | <width>239</width> |
||
9 | <height>274</height> |
||
10 | </rect> |
||
11 | </property> |
||
12 | <property name="windowTitle" > |
||
13 | <string>Einstellungen</string> |
||
14 | </property> |
||
15 | <layout class="QGridLayout" name="gridLayout_3" > |
||
16 | <item row="0" column="0" > |
||
17 | <widget class="QGroupBox" name="groupBox" > |
||
18 | <property name="title" > |
||
19 | <string>Debug-Daten</string> |
||
20 | </property> |
||
21 | <layout class="QGridLayout" name="gridLayout" > |
||
22 | <item row="0" column="0" > |
||
23 | <widget class="QLabel" name="label" > |
||
24 | <property name="text" > |
||
25 | <string>Intervall langsam :</string> |
||
26 | </property> |
||
27 | </widget> |
||
28 | </item> |
||
29 | <item row="0" column="1" > |
||
30 | <widget class="QSpinBox" name="sp_Debug_Slow" > |
||
31 | <property name="suffix" > |
||
32 | <string> ms</string> |
||
33 | </property> |
||
34 | <property name="minimum" > |
||
35 | <number>10</number> |
||
36 | </property> |
||
37 | <property name="maximum" > |
||
38 | <number>2550</number> |
||
39 | </property> |
||
40 | <property name="singleStep" > |
||
41 | <number>10</number> |
||
42 | </property> |
||
43 | <property name="value" > |
||
44 | <number>500</number> |
||
45 | </property> |
||
46 | </widget> |
||
47 | </item> |
||
48 | <item row="1" column="0" > |
||
49 | <widget class="QLabel" name="label_2" > |
||
50 | <property name="text" > |
||
51 | <string>Intervall schnell :</string> |
||
52 | </property> |
||
53 | </widget> |
||
54 | </item> |
||
55 | <item row="1" column="1" > |
||
56 | <widget class="QSpinBox" name="sp_Debug_Fast" > |
||
57 | <property name="suffix" > |
||
58 | <string> ms</string> |
||
59 | </property> |
||
60 | <property name="prefix" > |
||
61 | <string/> |
||
62 | </property> |
||
63 | <property name="minimum" > |
||
64 | <number>10</number> |
||
65 | </property> |
||
66 | <property name="maximum" > |
||
67 | <number>2550</number> |
||
68 | </property> |
||
69 | <property name="singleStep" > |
||
70 | <number>10</number> |
||
71 | </property> |
||
72 | <property name="value" > |
||
73 | <number>100</number> |
||
74 | </property> |
||
75 | </widget> |
||
76 | </item> |
||
77 | <item row="2" column="0" colspan="2" > |
||
78 | <widget class="QCheckBox" name="checkBox" > |
||
79 | <property name="text" > |
||
80 | <string>Beim Beenden abschalten</string> |
||
81 | </property> |
||
82 | </widget> |
||
83 | </item> |
||
84 | <item row="3" column="0" colspan="2" > |
||
85 | <widget class="QCheckBox" name="checkBox_2" > |
||
86 | <property name="text" > |
||
87 | <string>Debug-Texte immer neueinlesen</string> |
||
88 | </property> |
||
89 | </widget> |
||
90 | </item> |
||
91 | </layout> |
||
92 | </widget> |
||
93 | </item> |
||
94 | <item row="1" column="0" > |
||
95 | <widget class="QGroupBox" name="groupBox_2" > |
||
96 | <property name="title" > |
||
97 | <string>Plotter</string> |
||
98 | </property> |
||
99 | <layout class="QGridLayout" name="gridLayout_2" > |
||
100 | <item row="0" column="0" > |
||
101 | <widget class="QLabel" name="label_3" > |
||
102 | <property name="text" > |
||
103 | <string>Angezeigte Datensätze :</string> |
||
104 | </property> |
||
105 | </widget> |
||
106 | </item> |
||
107 | <item row="0" column="1" > |
||
108 | <widget class="QSpinBox" name="sp_Plotter_Count" > |
||
109 | <property name="minimum" > |
||
110 | <number>50</number> |
||
111 | </property> |
||
112 | <property name="maximum" > |
||
113 | <number>250</number> |
||
114 | </property> |
||
115 | <property name="singleStep" > |
||
116 | <number>5</number> |
||
117 | </property> |
||
118 | <property name="value" > |
||
119 | <number>100</number> |
||
120 | </property> |
||
121 | </widget> |
||
122 | </item> |
||
123 | </layout> |
||
124 | </widget> |
||
125 | </item> |
||
126 | <item row="2" column="0" > |
||
127 | <layout class="QHBoxLayout" name="horizontalLayout" > |
||
128 | <item> |
||
129 | <spacer> |
||
130 | <property name="orientation" > |
||
131 | <enum>Qt::Horizontal</enum> |
||
132 | </property> |
||
133 | <property name="sizeHint" stdset="0" > |
||
134 | <size> |
||
135 | <width>131</width> |
||
136 | <height>31</height> |
||
137 | </size> |
||
138 | </property> |
||
139 | </spacer> |
||
140 | </item> |
||
141 | <item> |
||
142 | <widget class="QPushButton" name="okButton" > |
||
143 | <property name="text" > |
||
144 | <string>OK</string> |
||
145 | </property> |
||
146 | </widget> |
||
147 | </item> |
||
148 | <item> |
||
149 | <widget class="QPushButton" name="cancelButton" > |
||
150 | <property name="text" > |
||
151 | <string>Cancel</string> |
||
152 | </property> |
||
153 | </widget> |
||
154 | </item> |
||
155 | </layout> |
||
156 | </item> |
||
157 | </layout> |
||
158 | </widget> |
||
159 | <resources/> |
||
160 | <connections> |
||
161 | <connection> |
||
162 | <sender>okButton</sender> |
||
163 | <signal>clicked()</signal> |
||
164 | <receiver>dlg_Preferences_UI</receiver> |
||
165 | <slot>accept()</slot> |
||
166 | <hints> |
||
167 | <hint type="sourcelabel" > |
||
168 | <x>278</x> |
||
169 | <y>253</y> |
||
170 | </hint> |
||
171 | <hint type="destinationlabel" > |
||
172 | <x>96</x> |
||
173 | <y>254</y> |
||
174 | </hint> |
||
175 | </hints> |
||
176 | </connection> |
||
177 | <connection> |
||
178 | <sender>cancelButton</sender> |
||
179 | <signal>clicked()</signal> |
||
180 | <receiver>dlg_Preferences_UI</receiver> |
||
181 | <slot>reject()</slot> |
||
182 | <hints> |
||
183 | <hint type="sourcelabel" > |
||
184 | <x>369</x> |
||
185 | <y>253</y> |
||
186 | </hint> |
||
187 | <hint type="destinationlabel" > |
||
188 | <x>179</x> |
||
189 | <y>282</y> |
||
190 | </hint> |
||
191 | </hints> |
||
192 | </connection> |
||
193 | </connections> |
||
194 | </ui> |