1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>QSpectrumAnalyzerSettings</class>
4 <widget class="QDialog" name="QSpectrumAnalyzerSettings">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>600</width>
10    <height>388</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Settings - QSpectrumAnalyzer</string>
15  </property>
16  <layout class="QVBoxLayout" name="verticalLayout">
17   <item>
18    <layout class="QFormLayout" name="formLayout">
19     <item row="0" column="0">
20      <widget class="QLabel" name="label_3">
21       <property name="text">
22        <string>&amp;Backend:</string>
23       </property>
24       <property name="buddy">
25        <cstring>backendComboBox</cstring>
26       </property>
27      </widget>
28     </item>
29     <item row="0" column="1">
30      <widget class="QComboBox" name="backendComboBox">
31       <item>
32        <property name="text">
33         <string>soapy_power</string>
34        </property>
35       </item>
36       <item>
37        <property name="text">
38         <string>rx_power</string>
39        </property>
40       </item>
41       <item>
42        <property name="text">
43         <string>rtl_power_fftw</string>
44        </property>
45       </item>
46       <item>
47        <property name="text">
48         <string>rtl_power</string>
49        </property>
50       </item>
51       <item>
52        <property name="text">
53         <string>hackrf_sweep</string>
54        </property>
55       </item>
56      </widget>
57     </item>
58     <item row="1" column="0">
59      <widget class="QLabel" name="label">
60       <property name="text">
61        <string>E&amp;xecutable:</string>
62       </property>
63       <property name="buddy">
64        <cstring>executableEdit</cstring>
65       </property>
66      </widget>
67     </item>
68     <item row="1" column="1">
69      <layout class="QHBoxLayout" name="horizontalLayout">
70       <item>
71        <widget class="QLineEdit" name="executableEdit">
72         <property name="text">
73          <string>soapy_power</string>
74         </property>
75        </widget>
76       </item>
77       <item>
78        <widget class="QToolButton" name="executableButton">
79         <property name="minimumSize">
80          <size>
81           <width>50</width>
82           <height>0</height>
83          </size>
84         </property>
85         <property name="text">
86          <string>...</string>
87         </property>
88        </widget>
89       </item>
90      </layout>
91     </item>
92     <item row="3" column="0">
93      <widget class="QLabel" name="label_5">
94       <property name="text">
95        <string>&amp;Device:</string>
96       </property>
97       <property name="buddy">
98        <cstring>deviceEdit</cstring>
99       </property>
100      </widget>
101     </item>
102     <item row="4" column="0">
103      <widget class="QLabel" name="label_4">
104       <property name="text">
105        <string>Sa&amp;mple rate:</string>
106       </property>
107       <property name="buddy">
108        <cstring>sampleRateSpinBox</cstring>
109       </property>
110      </widget>
111     </item>
112     <item row="7" column="0">
113      <widget class="QLabel" name="label_2">
114       <property name="text">
115        <string>&amp;Waterfall history size:</string>
116       </property>
117       <property name="buddy">
118        <cstring>waterfallHistorySizeSpinBox</cstring>
119       </property>
120      </widget>
121     </item>
122     <item row="7" column="1">
123      <widget class="QSpinBox" name="waterfallHistorySizeSpinBox">
124       <property name="minimum">
125        <number>1</number>
126       </property>
127       <property name="maximum">
128        <number>10000000</number>
129       </property>
130       <property name="value">
131        <number>100</number>
132       </property>
133      </widget>
134     </item>
135     <item row="5" column="0">
136      <widget class="QLabel" name="label_7">
137       <property name="text">
138        <string>Bandwidt&amp;h:</string>
139       </property>
140       <property name="buddy">
141        <cstring>bandwidthSpinBox</cstring>
142       </property>
143      </widget>
144     </item>
145     <item row="6" column="0">
146      <widget class="QLabel" name="label_8">
147       <property name="toolTip">
148        <string>Negative frequency for upconverters, positive frequency for downconverters.</string>
149       </property>
150       <property name="text">
151        <string>&amp;LNB LO:</string>
152       </property>
153       <property name="buddy">
154        <cstring>lnbSpinBox</cstring>
155       </property>
156      </widget>
157     </item>
158     <item row="2" column="0">
159      <widget class="QLabel" name="label_6">
160       <property name="text">
161        <string>Add&amp;itional parameters:</string>
162       </property>
163       <property name="buddy">
164        <cstring>paramsEdit</cstring>
165       </property>
166      </widget>
167     </item>
168     <item row="2" column="1">
169      <layout class="QHBoxLayout" name="horizontalLayout_2">
170       <item>
171        <widget class="QLineEdit" name="paramsEdit"/>
172       </item>
173       <item>
174        <widget class="QToolButton" name="paramsHelpButton">
175         <property name="minimumSize">
176          <size>
177           <width>50</width>
178           <height>0</height>
179          </size>
180         </property>
181         <property name="text">
182          <string> ? </string>
183         </property>
184        </widget>
185       </item>
186      </layout>
187     </item>
188     <item row="3" column="1">
189      <layout class="QHBoxLayout" name="horizontalLayout_3">
190       <item>
191        <widget class="QLineEdit" name="deviceEdit"/>
192       </item>
193       <item>
194        <widget class="QToolButton" name="deviceHelpButton">
195         <property name="minimumSize">
196          <size>
197           <width>50</width>
198           <height>0</height>
199          </size>
200         </property>
201         <property name="text">
202          <string> ? </string>
203         </property>
204        </widget>
205       </item>
206      </layout>
207     </item>
208     <item row="4" column="1">
209      <widget class="QDoubleSpinBox" name="sampleRateSpinBox">
210       <property name="showGroupSeparator" stdset="0">
211        <bool>true</bool>
212       </property>
213       <property name="suffix">
214        <string> MHz</string>
215       </property>
216       <property name="decimals">
217        <number>3</number>
218       </property>
219       <property name="minimum">
220        <double>0.000000000000000</double>
221       </property>
222       <property name="maximum">
223        <double>61.439999999999998</double>
224       </property>
225       <property name="singleStep">
226        <double>0.010000000000000</double>
227       </property>
228       <property name="value">
229        <double>61.439999999999998</double>
230       </property>
231      </widget>
232     </item>
233     <item row="5" column="1">
234      <widget class="QDoubleSpinBox" name="bandwidthSpinBox">
235       <property name="showGroupSeparator" stdset="0">
236        <bool>true</bool>
237       </property>
238       <property name="suffix">
239        <string> MHz</string>
240       </property>
241       <property name="decimals">
242        <number>3</number>
243       </property>
244       <property name="minimum">
245        <double>0.000000000000000</double>
246       </property>
247       <property name="maximum">
248        <double>61.439999999999998</double>
249       </property>
250       <property name="singleStep">
251        <double>0.010000000000000</double>
252       </property>
253       <property name="value">
254        <double>0.000000000000000</double>
255       </property>
256      </widget>
257     </item>
258     <item row="6" column="1">
259      <widget class="QDoubleSpinBox" name="lnbSpinBox">
260       <property name="toolTip">
261        <string>Negative frequency for upconverters, positive frequency for downconverters.</string>
262       </property>
263       <property name="showGroupSeparator" stdset="0">
264        <bool>true</bool>
265       </property>
266       <property name="suffix">
267        <string> MHz</string>
268       </property>
269       <property name="decimals">
270        <number>3</number>
271       </property>
272       <property name="minimum">
273        <double>-999999.998999999952503</double>
274       </property>
275       <property name="maximum">
276        <double>999999.998999999952503</double>
277       </property>
278       <property name="singleStep">
279        <double>0.010000000000000</double>
280       </property>
281       <property name="value">
282        <double>0.000000000000000</double>
283       </property>
284      </widget>
285     </item>
286    </layout>
287   </item>
288   <item>
289    <spacer name="verticalSpacer">
290     <property name="orientation">
291      <enum>Qt::Vertical</enum>
292     </property>
293     <property name="sizeHint" stdset="0">
294      <size>
295       <width>20</width>
296       <height>21</height>
297      </size>
298     </property>
299    </spacer>
300   </item>
301   <item>
302    <widget class="QDialogButtonBox" name="buttonBox">
303     <property name="orientation">
304      <enum>Qt::Horizontal</enum>
305     </property>
306     <property name="standardButtons">
307      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
308     </property>
309    </widget>
310   </item>
311  </layout>
312 </widget>
313 <tabstops>
314  <tabstop>backendComboBox</tabstop>
315  <tabstop>executableEdit</tabstop>
316  <tabstop>executableButton</tabstop>
317  <tabstop>paramsEdit</tabstop>
318  <tabstop>paramsHelpButton</tabstop>
319  <tabstop>deviceEdit</tabstop>
320  <tabstop>deviceHelpButton</tabstop>
321  <tabstop>sampleRateSpinBox</tabstop>
322  <tabstop>bandwidthSpinBox</tabstop>
323  <tabstop>lnbSpinBox</tabstop>
324  <tabstop>waterfallHistorySizeSpinBox</tabstop>
325 </tabstops>
326 <resources/>
327 <connections>
328  <connection>
329   <sender>buttonBox</sender>
330   <signal>accepted()</signal>
331   <receiver>QSpectrumAnalyzerSettings</receiver>
332   <slot>accept()</slot>
333   <hints>
334    <hint type="sourcelabel">
335     <x>254</x>
336     <y>377</y>
337    </hint>
338    <hint type="destinationlabel">
339     <x>157</x>
340     <y>149</y>
341    </hint>
342   </hints>
343  </connection>
344  <connection>
345   <sender>buttonBox</sender>
346   <signal>rejected()</signal>
347   <receiver>QSpectrumAnalyzerSettings</receiver>
348   <slot>reject()</slot>
349   <hints>
350    <hint type="sourcelabel">
351     <x>322</x>
352     <y>377</y>
353    </hint>
354    <hint type="destinationlabel">
355     <x>286</x>
356     <y>149</y>
357    </hint>
358   </hints>
359  </connection>
360 </connections>
361</ui>
362