-
Notifications
You must be signed in to change notification settings - Fork 18
/
newradio.ui
314 lines (314 loc) · 10.7 KB
/
newradio.ui
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>751</width>
<height>483</height>
</rect>
</property>
<property name="windowTitle">
<string>swradio-9</string>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<widget class="QLabel" name="label_2">
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="toolTip">
<string><html><head/><body><p>SWRadio copyright:</p><p>Copyright of the Qt toolkit used: the Qt Company</p><p>Copyright of the libraries used for SDRplay, portaudio, libsndfile and libsamplerate to their developers</p><p>Copyright of the Reed Solomon Decoder software: Phil Karns</p><p>All copyrights gratefully acknowledged</p><p>CopyRight: 2018, Jan van Katwijk, Lazy Chair Computing.</p><p>sdr-j swradio (an SDR-J program) is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.</p><p><br/></p></body></html></string>
</property>
<property name="text">
<string>©</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="decoderTable">
<property name="toolTip">
<string><html><head/><body><p>decoder selector. The decoders listed here are part of the configured implementation.</p></body></html></string>
</property>
<item>
<property name="text">
<string>select decoder</string>
</property>
</item>
</widget>
</item>
<item>
<widget class="QComboBox" name="bandSelector">
<property name="toolTip">
<string><html><head/><body><p>band selector. One may choose among several precoded bandwidth settings.</p></body></html></string>
</property>
<item>
<property name="text">
<string>am</string>
</property>
</item>
<item>
<property name="text">
<string>200</string>
</property>
</item>
<item>
<property name="text">
<string>500</string>
</property>
</item>
<item>
<property name="text">
<string>1000</string>
</property>
</item>
<item>
<property name="text">
<string>1500</string>
</property>
</item>
<item>
<property name="text">
<string>2000</string>
</property>
</item>
<item>
<property name="text">
<string>usb</string>
</property>
</item>
<item>
<property name="text">
<string>lsb</string>
</property>
</item>
<item>
<property name="text">
<string>wide</string>
</property>
</item>
</widget>
</item>
<item>
<widget class="QPushButton" name="dumpButton">
<property name="toolTip">
<string><html><head/><body><p>The incoming data stream can be written to a regular pcm (i.e. .wav) file. Touching this button will</p><p>show a menu for selecting a filename, after selecting the filename writing will start (the text on the</p><p>button will show &quot;writing&quot;). Touching the button again will close the file.</p></body></html></string>
</property>
<property name="text">
<string>dump</string>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="mouse_Inc">
<property name="toolTip">
<string><html><head/><body><p>Mouse Increment. The amount of Hz that will change when moving the mousewheel is set here.</p></body></html></string>
</property>
<property name="value">
<number>5</number>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="streamOutSelector">
<property name="toolTip">
<string><html><head/><body><p>select an audio output device. </p></body></html></string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QSlider" name="hfScopeSlider">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
</item>
<item>
<widget class="QwtPlot" name="hfSpectrum">
<property name="toolTip">
<string><html><head/><body><p>Main Spectrum Window. This window shows the spectrum of the signal arriving from the selected input device, decimated to the selected inputrate.</p></body></html></string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_5">
<item>
<widget class="QLabel" name="bandLabel">
<property name="minimumSize">
<size>
<width>0</width>
<height>41</height>
</size>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
<weight>75</weight>
<italic>true</italic>
<bold>true</bold>
</font>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<widget class="QLCDNumber" name="frequencyDisplay">
<property name="minimumSize">
<size>
<width>0</width>
<height>49</height>
</size>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="lineWidth">
<number>4</number>
</property>
<property name="digitCount">
<number>11</number>
</property>
<property name="segmentStyle">
<enum>QLCDNumber::Flat</enum>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QwtPlot" name="audioSpectrum">
<property name="maximumSize">
<size>
<width>221</width>
<height>16777215</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QSlider" name="lfScopeSlider">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
</item>
<item>
<widget class="QwtPlot" name="lfSpectrum"/>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QPushButton" name="freqButton">
<property name="toolTip">
<string><html><head/><body><p>Touching this button will cause a widget to appear with a keypad on which a frequency - in kHz or mHz - can be specified. Use the kHz or mHz button on this pad to acknowledge the choice.</p></body></html></string>
</property>
<property name="text">
<string>select freq</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="middleButton">
<property name="toolTip">
<string><html><head/><body><p>Touching this button will change the oscillator such that the selected frequency will be in the middke</p><p>of the right half of the frequency display.</p></body></html></string>
</property>
<property name="text">
<string>middle</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="freqSave">
<property name="toolTip">
<string><html><head/><body><p>The selected frequency can be saved. Touching this button will show a small widget where you</p><p>can give the frequency a name as label.</p></body></html></string>
</property>
<property name="text">
<string>frequency save</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="AGC_select">
<property name="toolTip">
<string><html><head/><body><p>Agc, automatic gain control, will be enabled when the agc is switched on and the signal strength exceeds</p><p>the value in the spinbox. </p></body></html></string>
</property>
<item>
<property name="text">
<string>AGC off</string>
</property>
</item>
<item>
<property name="text">
<string>slow</string>
</property>
</item>
<item>
<property name="text">
<string>fast</string>
</property>
</item>
</widget>
</item>
<item>
<widget class="QSpinBox" name="agc_thresholdSlider">
<property name="minimum">
<number>-144</number>
</property>
<property name="maximum">
<number>0</number>
</property>
<property name="value">
<number>-100</number>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="timeDisplay">
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<customwidgets>
<customwidget>
<class>QwtPlot</class>
<extends>QFrame</extends>
<header>qwt_plot.h</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>