[go: up one dir, main page]

Menu

[89385c]: / config.ui  Maximize  Restore  History

Download this file

261 lines (260 with data), 5.7 kB

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>configDlg</class>
 <widget class="QDialog" name="configDlg">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>336</width>
    <height>347</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>Config serial port</string>
  </property>
  <widget class="QDialogButtonBox" name="buttonBox">
   <property name="geometry">
    <rect>
     <x>10</x>
     <y>300</y>
     <width>311</width>
     <height>32</height>
    </rect>
   </property>
   <property name="orientation">
    <enum>Qt::Horizontal</enum>
   </property>
   <property name="standardButtons">
    <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
   </property>
  </widget>
  <widget class="QLabel" name="label">
   <property name="geometry">
    <rect>
     <x>20</x>
     <y>10</y>
     <width>91</width>
     <height>18</height>
    </rect>
   </property>
   <property name="text">
    <string>Serial Port</string>
   </property>
  </widget>
  <widget class="QGroupBox" name="groupBox">
   <property name="geometry">
    <rect>
     <x>180</x>
     <y>30</y>
     <width>131</width>
     <height>211</height>
    </rect>
   </property>
   <property name="title">
    <string>Speed</string>
   </property>
   <widget class="QRadioButton" name="rb300">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>20</y>
      <width>114</width>
      <height>21</height>
     </rect>
    </property>
    <property name="text">
     <string>300</string>
    </property>
   </widget>
   <widget class="QRadioButton" name="rb2400">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>60</y>
      <width>114</width>
      <height>21</height>
     </rect>
    </property>
    <property name="text">
     <string>2400</string>
    </property>
   </widget>
   <widget class="QRadioButton" name="rb4800">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>80</y>
      <width>114</width>
      <height>21</height>
     </rect>
    </property>
    <property name="text">
     <string>4800</string>
    </property>
   </widget>
   <widget class="QRadioButton" name="rb9600">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>100</y>
      <width>114</width>
      <height>21</height>
     </rect>
    </property>
    <property name="text">
     <string>9600</string>
    </property>
   </widget>
   <widget class="QRadioButton" name="rb19200">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>120</y>
      <width>114</width>
      <height>21</height>
     </rect>
    </property>
    <property name="text">
     <string>19200</string>
    </property>
   </widget>
   <widget class="QRadioButton" name="rb38400">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>140</y>
      <width>114</width>
      <height>21</height>
     </rect>
    </property>
    <property name="text">
     <string>38400</string>
    </property>
   </widget>
   <widget class="QRadioButton" name="rb57600">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>160</y>
      <width>114</width>
      <height>21</height>
     </rect>
    </property>
    <property name="text">
     <string>57600</string>
    </property>
   </widget>
   <widget class="QRadioButton" name="rb115200">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>180</y>
      <width>114</width>
      <height>21</height>
     </rect>
    </property>
    <property name="text">
     <string>115200</string>
    </property>
   </widget>
   <widget class="QRadioButton" name="rb1200">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>40</y>
      <width>114</width>
      <height>21</height>
     </rect>
    </property>
    <property name="text">
     <string>1200</string>
    </property>
   </widget>
  </widget>
  <widget class="QCheckBox" name="cbOpenStart">
   <property name="geometry">
    <rect>
     <x>20</x>
     <y>250</y>
     <width>181</width>
     <height>23</height>
    </rect>
   </property>
   <property name="text">
    <string>Open on Startup</string>
   </property>
  </widget>
  <widget class="QCheckBox" name="cbHwFlow">
   <property name="geometry">
    <rect>
     <x>20</x>
     <y>270</y>
     <width>291</width>
     <height>23</height>
    </rect>
   </property>
   <property name="text">
    <string>Use hardware flow control</string>
   </property>
  </widget>
  <widget class="QListWidget" name="listPorts">
   <property name="geometry">
    <rect>
     <x>20</x>
     <y>30</y>
     <width>151</width>
     <height>211</height>
    </rect>
   </property>
  </widget>
  <widget class="QLabel" name="label_2">
   <property name="geometry">
    <rect>
     <x>190</x>
     <y>250</y>
     <width>121</width>
     <height>16</height>
    </rect>
   </property>
   <property name="text">
    <string>N-8-1 only</string>
   </property>
  </widget>
 </widget>
 <resources/>
 <connections>
  <connection>
   <sender>buttonBox</sender>
   <signal>accepted()</signal>
   <receiver>configDlg</receiver>
   <slot>accept()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>248</x>
     <y>254</y>
    </hint>
    <hint type="destinationlabel">
     <x>157</x>
     <y>274</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>buttonBox</sender>
   <signal>rejected()</signal>
   <receiver>configDlg</receiver>
   <slot>reject()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>316</x>
     <y>260</y>
    </hint>
    <hint type="destinationlabel">
     <x>286</x>
     <y>274</y>
    </hint>
   </hints>
  </connection>
 </connections>
</ui>