2024-10-31 16:48:38 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>DialogLogin</class>
|
|
|
|
<widget class="QDialog" name="DialogLogin">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>260</width>
|
|
|
|
<height>320</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Dialog</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
2024-11-05 15:44:19 +08:00
|
|
|
<item row="2" column="0" colspan="2">
|
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="0" colspan="2">
|
|
|
|
<widget class="QPushButton" name="btnConnect">
|
|
|
|
<property name="text">
|
|
|
|
<string>Connect</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2024-10-31 16:48:38 +08:00
|
|
|
<item row="0" column="0" colspan="2">
|
|
|
|
<widget class="QGroupBox" name="groupBox">
|
|
|
|
<property name="title">
|
|
|
|
<string>Communication</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
2024-11-05 15:44:19 +08:00
|
|
|
<item row="8" column="3">
|
|
|
|
<widget class="QComboBox" name="comboBoxDataBits">
|
2024-10-31 16:48:38 +08:00
|
|
|
<item>
|
|
|
|
<property name="text">
|
2024-11-05 15:44:19 +08:00
|
|
|
<string>5</string>
|
2024-10-31 16:48:38 +08:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2024-11-05 15:44:19 +08:00
|
|
|
<string>6</string>
|
2024-10-31 16:48:38 +08:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2024-11-05 15:44:19 +08:00
|
|
|
<string>7</string>
|
2024-10-31 16:48:38 +08:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2024-11-05 15:44:19 +08:00
|
|
|
<string>8</string>
|
2024-10-31 16:48:38 +08:00
|
|
|
</property>
|
|
|
|
</item>
|
2024-11-05 15:44:19 +08:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="3">
|
|
|
|
<widget class="QComboBox" name="comboBoxSerialPort"/>
|
|
|
|
</item>
|
|
|
|
<item row="10" column="3">
|
|
|
|
<widget class="QComboBox" name="comboBoxStopBits">
|
2024-10-31 16:48:38 +08:00
|
|
|
<item>
|
|
|
|
<property name="text">
|
2024-11-05 15:44:19 +08:00
|
|
|
<string>1</string>
|
2024-10-31 16:48:38 +08:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2024-11-05 15:44:19 +08:00
|
|
|
<string>2</string>
|
2024-10-31 16:48:38 +08:00
|
|
|
</property>
|
|
|
|
</item>
|
2024-11-05 15:44:19 +08:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="3">
|
|
|
|
<widget class="QComboBox" name="comboBoxBCUQuantity">
|
2024-10-31 16:48:38 +08:00
|
|
|
<item>
|
|
|
|
<property name="text">
|
2024-11-05 15:44:19 +08:00
|
|
|
<string>1</string>
|
2024-10-31 16:48:38 +08:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2024-11-05 15:44:19 +08:00
|
|
|
<string>2</string>
|
2024-10-31 16:48:38 +08:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2024-11-05 15:44:19 +08:00
|
|
|
<string>3</string>
|
2024-10-31 16:48:38 +08:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2024-11-05 15:44:19 +08:00
|
|
|
<string>4</string>
|
2024-10-31 16:48:38 +08:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>5</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>6</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>7</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>8</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2024-11-05 15:44:19 +08:00
|
|
|
<string>9</string>
|
2024-10-31 16:48:38 +08:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2024-11-05 15:44:19 +08:00
|
|
|
<string>10</string>
|
2024-10-31 16:48:38 +08:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2024-11-05 15:44:19 +08:00
|
|
|
<string>11</string>
|
2024-10-31 16:48:38 +08:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2024-11-05 15:44:19 +08:00
|
|
|
<string>12</string>
|
2024-10-31 16:48:38 +08:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2024-11-05 15:44:19 +08:00
|
|
|
<string>13</string>
|
2024-10-31 16:48:38 +08:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2024-11-05 15:44:19 +08:00
|
|
|
<string>14</string>
|
2024-10-31 16:48:38 +08:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2024-11-05 15:44:19 +08:00
|
|
|
<string>15</string>
|
2024-10-31 16:48:38 +08:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2024-11-05 15:44:19 +08:00
|
|
|
<string>16</string>
|
2024-10-31 16:48:38 +08:00
|
|
|
</property>
|
|
|
|
</item>
|
2024-11-05 15:44:19 +08:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="7" column="3">
|
|
|
|
<widget class="QComboBox" name="comboBoxBaudRate">
|
2024-10-31 16:48:38 +08:00
|
|
|
<item>
|
|
|
|
<property name="text">
|
2024-11-05 15:44:19 +08:00
|
|
|
<string>1200</string>
|
2024-10-31 16:48:38 +08:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2024-11-05 15:44:19 +08:00
|
|
|
<string>2400</string>
|
2024-10-31 16:48:38 +08:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2024-11-05 15:44:19 +08:00
|
|
|
<string>4800</string>
|
2024-10-31 16:48:38 +08:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2024-11-05 15:44:19 +08:00
|
|
|
<string>9600</string>
|
2024-10-31 16:48:38 +08:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2024-11-05 15:44:19 +08:00
|
|
|
<string>19200</string>
|
2024-10-31 16:48:38 +08:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2024-11-05 15:44:19 +08:00
|
|
|
<string>38400</string>
|
2024-10-31 16:48:38 +08:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2024-11-05 15:44:19 +08:00
|
|
|
<string>57600</string>
|
2024-10-31 16:48:38 +08:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2024-11-05 15:44:19 +08:00
|
|
|
<string>115200</string>
|
2024-10-31 16:48:38 +08:00
|
|
|
</property>
|
|
|
|
</item>
|
2024-11-05 15:44:19 +08:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="7" column="2">
|
|
|
|
<widget class="QLabel" name="labelBaudRate">
|
|
|
|
<property name="text">
|
|
|
|
<string>Baud Rate</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="10" column="2">
|
|
|
|
<widget class="QLabel" name="labelStopBits">
|
|
|
|
<property name="text">
|
|
|
|
<string>Stop Bits</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="2">
|
|
|
|
<widget class="QLabel" name="labelBCUQuantity">
|
|
|
|
<property name="text">
|
|
|
|
<string>BCU Quantity</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="2">
|
|
|
|
<widget class="QLabel" name="labelSerialPort">
|
|
|
|
<property name="text">
|
|
|
|
<string>Serial Port</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="11" column="2">
|
|
|
|
<widget class="QLabel" name="labelParity">
|
|
|
|
<property name="text">
|
|
|
|
<string>Parity</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="8" column="2">
|
|
|
|
<widget class="QLabel" name="labelDataBits">
|
|
|
|
<property name="text">
|
|
|
|
<string>Data Bits</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="11" column="3">
|
|
|
|
<widget class="QComboBox" name="comboBoxParity">
|
2024-10-31 16:48:38 +08:00
|
|
|
<item>
|
|
|
|
<property name="text">
|
2024-11-05 15:44:19 +08:00
|
|
|
<string>None</string>
|
2024-10-31 16:48:38 +08:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2024-11-05 15:44:19 +08:00
|
|
|
<string>Odd</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Even</string>
|
2024-10-31 16:48:38 +08:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2024-11-05 15:44:19 +08:00
|
|
|
<item row="1" column="2">
|
|
|
|
<widget class="QLabel" name="labelBCUQuantity_2">
|
2024-10-31 16:48:38 +08:00
|
|
|
<property name="text">
|
2024-11-05 15:44:19 +08:00
|
|
|
<string>Language</string>
|
2024-10-31 16:48:38 +08:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2024-11-05 15:44:19 +08:00
|
|
|
<item row="1" column="3">
|
|
|
|
<widget class="QComboBox" name="comboBoxLanguage">
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Chinese</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>English</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2024-10-31 16:48:38 +08:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|