Warning, /education/marble/src/plugins/render/aprs/AprsConfigWidget.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <class>AprsConfigWidget</class>
0004  <widget class="QDialog" name="AprsConfigWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>364</width>
0010     <height>414</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>APRS Plugin</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout_3">
0017    <item>
0018     <widget class="QTabWidget" name="tabWidget">
0019      <property name="currentIndex">
0020       <number>0</number>
0021      </property>
0022      <widget class="QWidget" name="Display">
0023       <attribute name="title">
0024        <string>Display</string>
0025       </attribute>
0026       <layout class="QVBoxLayout" name="verticalLayout_6">
0027        <item>
0028         <layout class="QHBoxLayout" name="horizontalLayout_6">
0029          <item>
0030           <widget class="QLabel" name="label_3">
0031            <property name="minimumSize">
0032             <size>
0033              <width>250</width>
0034              <height>0</height>
0035             </size>
0036            </property>
0037            <property name="text">
0038             <string>Fade data older than (minutes)</string>
0039            </property>
0040           </widget>
0041          </item>
0042          <item>
0043           <widget class="QLineEdit" name="m_fadetime">
0044            <property name="text">
0045             <string>10</string>
0046            </property>
0047           </widget>
0048          </item>
0049         </layout>
0050        </item>
0051        <item>
0052         <layout class="QHBoxLayout" name="horizontalLayout_8">
0053          <item>
0054           <widget class="QLabel" name="label_5">
0055            <property name="minimumSize">
0056             <size>
0057              <width>250</width>
0058              <height>0</height>
0059             </size>
0060            </property>
0061            <property name="text">
0062             <string>Do not show data older than (minutes)</string>
0063            </property>
0064           </widget>
0065          </item>
0066          <item>
0067           <widget class="QLineEdit" name="m_hidetime">
0068            <property name="text">
0069             <string>10</string>
0070            </property>
0071           </widget>
0072          </item>
0073         </layout>
0074        </item>
0075       </layout>
0076      </widget>
0077      <widget class="QWidget" name="Internet">
0078       <attribute name="title">
0079        <string>Internet</string>
0080       </attribute>
0081       <layout class="QVBoxLayout" name="verticalLayout">
0082        <item>
0083         <widget class="QGroupBox" name="m_informationGroupBox">
0084          <property name="toolTip">
0085           <string/>
0086          </property>
0087          <property name="title">
0088           <string>APRS Data Sources</string>
0089          </property>
0090          <layout class="QVBoxLayout" name="verticalLayout_2">
0091           <item>
0092            <widget class="QCheckBox" name="m_internetBox">
0093             <property name="toolTip">
0094              <string>Should information be gathered from the Internet APRS data source?</string>
0095             </property>
0096             <property name="text">
0097              <string>Collect data from an APRS Internet server</string>
0098             </property>
0099             <property name="checked">
0100              <bool>true</bool>
0101             </property>
0102            </widget>
0103           </item>
0104           <item>
0105            <layout class="QHBoxLayout" name="horizontalLayout_4">
0106             <item>
0107              <widget class="QLabel" name="label">
0108               <property name="minimumSize">
0109                <size>
0110                 <width>50</width>
0111                 <height>0</height>
0112                </size>
0113               </property>
0114               <property name="text">
0115                <string>Server</string>
0116               </property>
0117              </widget>
0118             </item>
0119             <item>
0120              <widget class="QLineEdit" name="m_serverName">
0121               <property name="text">
0122                <string>rotate.aprs.net</string>
0123               </property>
0124              </widget>
0125             </item>
0126            </layout>
0127           </item>
0128           <item>
0129            <layout class="QHBoxLayout" name="horizontalLayout_5">
0130             <item>
0131              <widget class="QLabel" name="label_2">
0132               <property name="minimumSize">
0133                <size>
0134                 <width>50</width>
0135                 <height>0</height>
0136                </size>
0137               </property>
0138               <property name="text">
0139                <string>Port</string>
0140               </property>
0141              </widget>
0142             </item>
0143             <item>
0144              <widget class="QLineEdit" name="m_serverPort">
0145               <property name="text">
0146                <string>10253</string>
0147               </property>
0148              </widget>
0149             </item>
0150            </layout>
0151           </item>
0152           <item>
0153            <widget class="QCheckBox" name="m_tcpipdump">
0154             <property name="text">
0155              <string>Dump TCP/IP records to the debug stream</string>
0156             </property>
0157            </widget>
0158           </item>
0159          </layout>
0160         </widget>
0161        </item>
0162       </layout>
0163      </widget>
0164      <widget class="QWidget" name="Device">
0165       <attribute name="title">
0166        <string>Device</string>
0167       </attribute>
0168       <layout class="QVBoxLayout" name="verticalLayout_5">
0169        <item>
0170         <widget class="QGroupBox" name="groupBox">
0171          <property name="sizePolicy">
0172           <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0173            <horstretch>0</horstretch>
0174            <verstretch>0</verstretch>
0175           </sizepolicy>
0176          </property>
0177          <property name="title">
0178           <string>TNC Terminal Port</string>
0179          </property>
0180          <layout class="QVBoxLayout" name="verticalLayout_4">
0181           <item>
0182            <widget class="QCheckBox" name="m_serialBox">
0183             <property name="toolTip">
0184              <string>Should information be gathered from a serial port?</string>
0185             </property>
0186             <property name="text">
0187              <string>Collect data from a serial TNC (In Text Mode)</string>
0188             </property>
0189            </widget>
0190           </item>
0191           <item>
0192            <layout class="QHBoxLayout" name="horizontalLayout_7" stretch="0,0">
0193             <item>
0194              <widget class="QLabel" name="label_4">
0195               <property name="minimumSize">
0196                <size>
0197                 <width>50</width>
0198                 <height>0</height>
0199                </size>
0200               </property>
0201               <property name="text">
0202                <string>TTY</string>
0203               </property>
0204              </widget>
0205             </item>
0206             <item>
0207              <widget class="QLineEdit" name="m_ttyName">
0208               <property name="text">
0209                <string>/dev/ttyUSB0</string>
0210               </property>
0211              </widget>
0212             </item>
0213            </layout>
0214           </item>
0215           <item>
0216            <widget class="QCheckBox" name="m_ttydump">
0217             <property name="text">
0218              <string>Dump TTY records to the debug stream</string>
0219             </property>
0220            </widget>
0221           </item>
0222          </layout>
0223         </widget>
0224        </item>
0225       </layout>
0226      </widget>
0227      <widget class="QWidget" name="tab">
0228       <attribute name="title">
0229        <string>File</string>
0230       </attribute>
0231       <layout class="QVBoxLayout" name="verticalLayout_7">
0232        <item>
0233         <widget class="QGroupBox" name="groupBox_2">
0234          <property name="title">
0235           <string>File</string>
0236          </property>
0237          <layout class="QVBoxLayout" name="verticalLayout_8">
0238           <item>
0239            <widget class="QCheckBox" name="m_useFile">
0240             <property name="toolTip">
0241              <string>Should information be gathered from a file?</string>
0242             </property>
0243             <property name="text">
0244              <string>Collect data from a file</string>
0245             </property>
0246            </widget>
0247           </item>
0248           <item>
0249            <layout class="QHBoxLayout" name="horizontalLayout_9" stretch="0,0">
0250             <item>
0251              <widget class="QLabel" name="label_6">
0252               <property name="minimumSize">
0253                <size>
0254                 <width>50</width>
0255                 <height>0</height>
0256                </size>
0257               </property>
0258               <property name="text">
0259                <string>File</string>
0260               </property>
0261              </widget>
0262             </item>
0263             <item>
0264              <widget class="QLineEdit" name="m_fileName">
0265               <property name="text">
0266                <string/>
0267               </property>
0268              </widget>
0269             </item>
0270            </layout>
0271           </item>
0272           <item>
0273            <widget class="QCheckBox" name="m_filedump">
0274             <property name="text">
0275              <string>Dump file records to the debug stream</string>
0276             </property>
0277            </widget>
0278           </item>
0279          </layout>
0280         </widget>
0281        </item>
0282       </layout>
0283      </widget>
0284     </widget>
0285    </item>
0286    <item>
0287     <spacer name="verticalSpacer">
0288      <property name="orientation">
0289       <enum>Qt::Vertical</enum>
0290      </property>
0291      <property name="sizeHint" stdset="0">
0292       <size>
0293        <width>20</width>
0294        <height>40</height>
0295       </size>
0296      </property>
0297     </spacer>
0298    </item>
0299    <item>
0300     <widget class="QDialogButtonBox" name="m_buttonBox">
0301      <property name="orientation">
0302       <enum>Qt::Horizontal</enum>
0303      </property>
0304      <property name="standardButtons">
0305       <set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0306      </property>
0307     </widget>
0308    </item>
0309   </layout>
0310  </widget>
0311  <resources/>
0312  <connections>
0313   <connection>
0314    <sender>m_buttonBox</sender>
0315    <signal>accepted()</signal>
0316    <receiver>AprsConfigWidget</receiver>
0317    <slot>accept()</slot>
0318    <hints>
0319     <hint type="sourcelabel">
0320      <x>248</x>
0321      <y>254</y>
0322     </hint>
0323     <hint type="destinationlabel">
0324      <x>157</x>
0325      <y>274</y>
0326     </hint>
0327    </hints>
0328   </connection>
0329   <connection>
0330    <sender>m_buttonBox</sender>
0331    <signal>rejected()</signal>
0332    <receiver>AprsConfigWidget</receiver>
0333    <slot>reject()</slot>
0334    <hints>
0335     <hint type="sourcelabel">
0336      <x>316</x>
0337      <y>260</y>
0338     </hint>
0339     <hint type="destinationlabel">
0340      <x>286</x>
0341      <y>274</y>
0342     </hint>
0343    </hints>
0344   </connection>
0345  </connections>
0346 </ui>