1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>AprsConfigWidget</class>
4 <widget class="QDialog" name="AprsConfigWidget">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>364</width>
10    <height>414</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>APRS Plugin</string>
15  </property>
16  <layout class="QVBoxLayout" name="verticalLayout_3">
17   <item>
18    <widget class="QTabWidget" name="tabWidget">
19     <property name="currentIndex">
20      <number>0</number>
21     </property>
22     <widget class="QWidget" name="Display">
23      <attribute name="title">
24       <string>Display</string>
25      </attribute>
26      <layout class="QVBoxLayout" name="verticalLayout_6">
27       <item>
28        <layout class="QHBoxLayout" name="horizontalLayout_6">
29         <item>
30          <widget class="QLabel" name="label_3">
31           <property name="minimumSize">
32            <size>
33             <width>250</width>
34             <height>0</height>
35            </size>
36           </property>
37           <property name="text">
38            <string>Fade data older than (minutes)</string>
39           </property>
40          </widget>
41         </item>
42         <item>
43          <widget class="QLineEdit" name="m_fadetime">
44           <property name="text">
45            <string>10</string>
46           </property>
47          </widget>
48         </item>
49        </layout>
50       </item>
51       <item>
52        <layout class="QHBoxLayout" name="horizontalLayout_8">
53         <item>
54          <widget class="QLabel" name="label_5">
55           <property name="minimumSize">
56            <size>
57             <width>250</width>
58             <height>0</height>
59            </size>
60           </property>
61           <property name="text">
62            <string>Do not show data older than (minutes)</string>
63           </property>
64          </widget>
65         </item>
66         <item>
67          <widget class="QLineEdit" name="m_hidetime">
68           <property name="text">
69            <string>10</string>
70           </property>
71          </widget>
72         </item>
73        </layout>
74       </item>
75      </layout>
76     </widget>
77     <widget class="QWidget" name="Internet">
78      <attribute name="title">
79       <string>Internet</string>
80      </attribute>
81      <layout class="QVBoxLayout" name="verticalLayout">
82       <item>
83        <widget class="QGroupBox" name="m_informationGroupBox">
84         <property name="toolTip">
85          <string/>
86         </property>
87         <property name="title">
88          <string>APRS Data Sources</string>
89         </property>
90         <layout class="QVBoxLayout" name="verticalLayout_2">
91          <item>
92           <widget class="QCheckBox" name="m_internetBox">
93            <property name="toolTip">
94             <string>Should information be gathered from the Internet APRS data source?</string>
95            </property>
96            <property name="text">
97             <string>Collect data from an APRS Internet server</string>
98            </property>
99            <property name="checked">
100             <bool>true</bool>
101            </property>
102           </widget>
103          </item>
104          <item>
105           <layout class="QHBoxLayout" name="horizontalLayout_4">
106            <item>
107             <widget class="QLabel" name="label">
108              <property name="minimumSize">
109               <size>
110                <width>50</width>
111                <height>0</height>
112               </size>
113              </property>
114              <property name="text">
115               <string>Server</string>
116              </property>
117             </widget>
118            </item>
119            <item>
120             <widget class="QLineEdit" name="m_serverName">
121              <property name="text">
122               <string>rotate.aprs.net</string>
123              </property>
124             </widget>
125            </item>
126           </layout>
127          </item>
128          <item>
129           <layout class="QHBoxLayout" name="horizontalLayout_5">
130            <item>
131             <widget class="QLabel" name="label_2">
132              <property name="minimumSize">
133               <size>
134                <width>50</width>
135                <height>0</height>
136               </size>
137              </property>
138              <property name="text">
139               <string>Port</string>
140              </property>
141             </widget>
142            </item>
143            <item>
144             <widget class="QLineEdit" name="m_serverPort">
145              <property name="text">
146               <string>10253</string>
147              </property>
148             </widget>
149            </item>
150           </layout>
151          </item>
152          <item>
153           <widget class="QCheckBox" name="m_tcpipdump">
154            <property name="text">
155             <string>Dump TCP/IP records to the debug stream</string>
156            </property>
157           </widget>
158          </item>
159         </layout>
160        </widget>
161       </item>
162      </layout>
163     </widget>
164     <widget class="QWidget" name="Device">
165      <attribute name="title">
166       <string>Device</string>
167      </attribute>
168      <layout class="QVBoxLayout" name="verticalLayout_5">
169       <item>
170        <widget class="QGroupBox" name="groupBox">
171         <property name="sizePolicy">
172          <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
173           <horstretch>0</horstretch>
174           <verstretch>0</verstretch>
175          </sizepolicy>
176         </property>
177         <property name="title">
178          <string>TNC Terminal Port</string>
179         </property>
180         <layout class="QVBoxLayout" name="verticalLayout_4">
181          <item>
182           <widget class="QCheckBox" name="m_serialBox">
183            <property name="toolTip">
184             <string>Should information be gathered from a serial port?</string>
185            </property>
186            <property name="text">
187             <string>Collect data from a serial TNC (In Text Mode)</string>
188            </property>
189           </widget>
190          </item>
191          <item>
192           <layout class="QHBoxLayout" name="horizontalLayout_7" stretch="0,0">
193            <item>
194             <widget class="QLabel" name="label_4">
195              <property name="minimumSize">
196               <size>
197                <width>50</width>
198                <height>0</height>
199               </size>
200              </property>
201              <property name="text">
202               <string>TTY</string>
203              </property>
204             </widget>
205            </item>
206            <item>
207             <widget class="QLineEdit" name="m_ttyName">
208              <property name="text">
209               <string>/dev/ttyUSB0</string>
210              </property>
211             </widget>
212            </item>
213           </layout>
214          </item>
215          <item>
216           <widget class="QCheckBox" name="m_ttydump">
217            <property name="text">
218             <string>Dump TTY records to the debug stream</string>
219            </property>
220           </widget>
221          </item>
222         </layout>
223        </widget>
224       </item>
225      </layout>
226     </widget>
227     <widget class="QWidget" name="tab">
228      <attribute name="title">
229       <string>File</string>
230      </attribute>
231      <layout class="QVBoxLayout" name="verticalLayout_7">
232       <item>
233        <widget class="QGroupBox" name="groupBox_2">
234         <property name="title">
235          <string>File</string>
236         </property>
237         <layout class="QVBoxLayout" name="verticalLayout_8">
238          <item>
239           <widget class="QCheckBox" name="m_useFile">
240            <property name="toolTip">
241             <string>Should information be gathered from a file?</string>
242            </property>
243            <property name="text">
244             <string>Collect data from a file</string>
245            </property>
246           </widget>
247          </item>
248          <item>
249           <layout class="QHBoxLayout" name="horizontalLayout_9" stretch="0,0">
250            <item>
251             <widget class="QLabel" name="label_6">
252              <property name="minimumSize">
253               <size>
254                <width>50</width>
255                <height>0</height>
256               </size>
257              </property>
258              <property name="text">
259               <string>File</string>
260              </property>
261             </widget>
262            </item>
263            <item>
264             <widget class="QLineEdit" name="m_fileName">
265              <property name="text">
266               <string/>
267              </property>
268             </widget>
269            </item>
270           </layout>
271          </item>
272          <item>
273           <widget class="QCheckBox" name="m_filedump">
274            <property name="text">
275             <string>Dump file records to the debug stream</string>
276            </property>
277           </widget>
278          </item>
279         </layout>
280        </widget>
281       </item>
282      </layout>
283     </widget>
284    </widget>
285   </item>
286   <item>
287    <spacer name="verticalSpacer">
288     <property name="orientation">
289      <enum>Qt::Vertical</enum>
290     </property>
291     <property name="sizeHint" stdset="0">
292      <size>
293       <width>20</width>
294       <height>40</height>
295      </size>
296     </property>
297    </spacer>
298   </item>
299   <item>
300    <widget class="QDialogButtonBox" name="m_buttonBox">
301     <property name="orientation">
302      <enum>Qt::Horizontal</enum>
303     </property>
304     <property name="standardButtons">
305      <set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
306     </property>
307    </widget>
308   </item>
309  </layout>
310 </widget>
311 <resources/>
312 <connections>
313  <connection>
314   <sender>m_buttonBox</sender>
315   <signal>accepted()</signal>
316   <receiver>AprsConfigWidget</receiver>
317   <slot>accept()</slot>
318   <hints>
319    <hint type="sourcelabel">
320     <x>248</x>
321     <y>254</y>
322    </hint>
323    <hint type="destinationlabel">
324     <x>157</x>
325     <y>274</y>
326    </hint>
327   </hints>
328  </connection>
329  <connection>
330   <sender>m_buttonBox</sender>
331   <signal>rejected()</signal>
332   <receiver>AprsConfigWidget</receiver>
333   <slot>reject()</slot>
334   <hints>
335    <hint type="sourcelabel">
336     <x>316</x>
337     <y>260</y>
338    </hint>
339    <hint type="destinationlabel">
340     <x>286</x>
341     <y>274</y>
342    </hint>
343   </hints>
344  </connection>
345 </connections>
346</ui>
347