Clean QT Ports UI
This commit is contained in:
@@ -35,22 +35,25 @@ private slots:
|
|||||||
void on_checkBoxSerial7_stateChanged(int state);
|
void on_checkBoxSerial7_stateChanged(int state);
|
||||||
#endif
|
#endif
|
||||||
void on_checkBoxSerialPassThru1_stateChanged(int state);
|
void on_checkBoxSerialPassThru1_stateChanged(int state);
|
||||||
|
void on_pushButtonSerialPassThru1_clicked();
|
||||||
|
|
||||||
void on_checkBoxSerialPassThru2_stateChanged(int state);
|
void on_checkBoxSerialPassThru2_stateChanged(int state);
|
||||||
|
void on_pushButtonSerialPassThru2_clicked();
|
||||||
|
|
||||||
void on_checkBoxSerialPassThru3_stateChanged(int state);
|
void on_checkBoxSerialPassThru3_stateChanged(int state);
|
||||||
|
void on_pushButtonSerialPassThru3_clicked();
|
||||||
|
|
||||||
void on_checkBoxSerialPassThru4_stateChanged(int state);
|
void on_checkBoxSerialPassThru4_stateChanged(int state);
|
||||||
|
void on_pushButtonSerialPassThru4_clicked();
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
void on_checkBoxSerialPassThru5_stateChanged(int state);
|
void on_checkBoxSerialPassThru5_stateChanged(int state);
|
||||||
void on_checkBoxSerialPassThru6_stateChanged(int state);
|
|
||||||
void on_checkBoxSerialPassThru7_stateChanged(int state);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
void on_pushButtonSerialPassThru1_clicked();
|
|
||||||
void on_pushButtonSerialPassThru2_clicked();
|
|
||||||
void on_pushButtonSerialPassThru3_clicked();
|
|
||||||
void on_pushButtonSerialPassThru4_clicked();
|
|
||||||
#if 0
|
|
||||||
void on_pushButtonSerialPassThru5_clicked();
|
void on_pushButtonSerialPassThru5_clicked();
|
||||||
|
|
||||||
|
void on_checkBoxSerialPassThru6_stateChanged(int state);
|
||||||
void on_pushButtonSerialPassThru6_clicked();
|
void on_pushButtonSerialPassThru6_clicked();
|
||||||
|
|
||||||
|
void on_checkBoxSerialPassThru7_stateChanged(int state);
|
||||||
void on_pushButtonSerialPassThru7_clicked();
|
void on_pushButtonSerialPassThru7_clicked();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -29,7 +29,7 @@
|
|||||||
<item row="0" column="0">
|
<item row="0" column="0">
|
||||||
<layout class="QFormLayout" name="formLayout">
|
<layout class="QFormLayout" name="formLayout">
|
||||||
<item row="0" column="0">
|
<item row="0" column="0">
|
||||||
<widget class="QLabel" name="label">
|
<widget class="QLabel" name="labelLpt1">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>LPT1 Device:</string>
|
<string>LPT1 Device:</string>
|
||||||
</property>
|
</property>
|
||||||
@@ -43,7 +43,7 @@
|
|||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="1" column="0">
|
<item row="1" column="0">
|
||||||
<widget class="QLabel" name="label_2">
|
<widget class="QLabel" name="labelLpt2">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>LPT2 Device:</string>
|
<string>LPT2 Device:</string>
|
||||||
</property>
|
</property>
|
||||||
@@ -57,7 +57,7 @@
|
|||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="2" column="0">
|
<item row="2" column="0">
|
||||||
<widget class="QLabel" name="label_3">
|
<widget class="QLabel" name="labelLpt3">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>LPT3 Device:</string>
|
<string>LPT3 Device:</string>
|
||||||
</property>
|
</property>
|
||||||
@@ -71,7 +71,7 @@
|
|||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="3" column="0">
|
<item row="3" column="0">
|
||||||
<widget class="QLabel" name="label_4">
|
<widget class="QLabel" name="labelLpt4">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>LPT4 Device:</string>
|
<string>LPT4 Device:</string>
|
||||||
</property>
|
</property>
|
||||||
@@ -88,27 +88,6 @@
|
|||||||
</item>
|
</item>
|
||||||
<item row="1" column="0">
|
<item row="1" column="0">
|
||||||
<layout class="QGridLayout" name="gridLayout">
|
<layout class="QGridLayout" name="gridLayout">
|
||||||
<item row="1" column="1">
|
|
||||||
<widget class="QCheckBox" name="checkBoxParallel2">
|
|
||||||
<property name="text">
|
|
||||||
<string>Parallel port 2</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item row="2" column="1">
|
|
||||||
<widget class="QCheckBox" name="checkBoxParallel3">
|
|
||||||
<property name="text">
|
|
||||||
<string>Parallel port 3</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item row="2" column="0">
|
|
||||||
<widget class="QCheckBox" name="checkBoxSerial3">
|
|
||||||
<property name="text">
|
|
||||||
<string>Serial port 3</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item row="0" column="0">
|
<item row="0" column="0">
|
||||||
<widget class="QCheckBox" name="checkBoxSerial1">
|
<widget class="QCheckBox" name="checkBoxSerial1">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -116,20 +95,6 @@
|
|||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="3" column="1">
|
|
||||||
<widget class="QCheckBox" name="checkBoxParallel4">
|
|
||||||
<property name="text">
|
|
||||||
<string>Parallel port 4</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item row="1" column="0">
|
|
||||||
<widget class="QCheckBox" name="checkBoxSerial2">
|
|
||||||
<property name="text">
|
|
||||||
<string>Serial port 2</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item row="0" column="1">
|
<item row="0" column="1">
|
||||||
<widget class="QCheckBox" name="checkBoxParallel1">
|
<widget class="QCheckBox" name="checkBoxParallel1">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -137,6 +102,34 @@
|
|||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
<item row="1" column="0">
|
||||||
|
<widget class="QCheckBox" name="checkBoxSerial2">
|
||||||
|
<property name="text">
|
||||||
|
<string>Serial port 2</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="1" column="1">
|
||||||
|
<widget class="QCheckBox" name="checkBoxParallel2">
|
||||||
|
<property name="text">
|
||||||
|
<string>Parallel port 2</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="2" column="0">
|
||||||
|
<widget class="QCheckBox" name="checkBoxSerial3">
|
||||||
|
<property name="text">
|
||||||
|
<string>Serial port 3</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="2" column="1">
|
||||||
|
<widget class="QCheckBox" name="checkBoxParallel3">
|
||||||
|
<property name="text">
|
||||||
|
<string>Parallel port 3</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
<item row="3" column="0">
|
<item row="3" column="0">
|
||||||
<widget class="QCheckBox" name="checkBoxSerial4">
|
<widget class="QCheckBox" name="checkBoxSerial4">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -144,13 +137,76 @@
|
|||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
<item row="3" column="1">
|
||||||
|
<widget class="QCheckBox" name="checkBoxParallel4">
|
||||||
|
<property name="text">
|
||||||
|
<string>Parallel port 4</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
<item row="3" column="0">
|
<item row="3" column="0">
|
||||||
<layout class="QGridLayout" name="gridLayout_5">
|
<layout class="QGridLayout" name="gridLayoutPassThru">
|
||||||
<property name="sizeConstraint">
|
<property name="sizeConstraint">
|
||||||
<enum>QLayout::SetDefaultConstraint</enum>
|
<enum>QLayout::SetDefaultConstraint</enum>
|
||||||
</property>
|
</property>
|
||||||
|
<item row="0" column="0">
|
||||||
|
<widget class="QCheckBox" name="checkBoxSerialPassThru1">
|
||||||
|
<property name="text">
|
||||||
|
<string>Serial port passthrough 1</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="0" column="1">
|
||||||
|
<widget class="QPushButton" name="pushButtonSerialPassThru1">
|
||||||
|
<property name="text">
|
||||||
|
<string>Configure</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="1" column="0">
|
||||||
|
<widget class="QCheckBox" name="checkBoxSerialPassThru2">
|
||||||
|
<property name="text">
|
||||||
|
<string>Serial port passthrough 2</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="1" column="1">
|
||||||
|
<widget class="QPushButton" name="pushButtonSerialPassThru2">
|
||||||
|
<property name="text">
|
||||||
|
<string>Configure</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="2" column="0">
|
||||||
|
<widget class="QCheckBox" name="checkBoxSerialPassThru3">
|
||||||
|
<property name="text">
|
||||||
|
<string>Serial port passthrough 3</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="2" column="1">
|
||||||
|
<widget class="QPushButton" name="pushButtonSerialPassThru3">
|
||||||
|
<property name="text">
|
||||||
|
<string>Configure</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="3" column="0">
|
||||||
|
<widget class="QCheckBox" name="checkBoxSerialPassThru4">
|
||||||
|
<property name="text">
|
||||||
|
<string>Serial port passthrough 4</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="3" column="1">
|
||||||
|
<widget class="QPushButton" name="pushButtonSerialPassThru4">
|
||||||
|
<property name="text">
|
||||||
|
<string>Configure</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
<item row="4" column="0">
|
<item row="4" column="0">
|
||||||
<spacer name="horizontalSpacer">
|
<spacer name="horizontalSpacer">
|
||||||
<property name="orientation">
|
<property name="orientation">
|
||||||
@@ -164,13 +220,6 @@
|
|||||||
</property>
|
</property>
|
||||||
</spacer>
|
</spacer>
|
||||||
</item>
|
</item>
|
||||||
<item row="2" column="0">
|
|
||||||
<widget class="QCheckBox" name="checkBoxSerialPassThru3">
|
|
||||||
<property name="text">
|
|
||||||
<string>Serial port passthrough 3</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item row="5" column="0" colspan="2">
|
<item row="5" column="0" colspan="2">
|
||||||
<spacer name="verticalSpacer">
|
<spacer name="verticalSpacer">
|
||||||
<property name="orientation">
|
<property name="orientation">
|
||||||
@@ -184,55 +233,6 @@
|
|||||||
</property>
|
</property>
|
||||||
</spacer>
|
</spacer>
|
||||||
</item>
|
</item>
|
||||||
<item row="0" column="1">
|
|
||||||
<widget class="QPushButton" name="pushButtonSerialPassThru1">
|
|
||||||
<property name="text">
|
|
||||||
<string>Configure</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item row="0" column="0">
|
|
||||||
<widget class="QCheckBox" name="checkBoxSerialPassThru1">
|
|
||||||
<property name="text">
|
|
||||||
<string>Serial port passthrough 1</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item row="1" column="0">
|
|
||||||
<widget class="QCheckBox" name="checkBoxSerialPassThru2">
|
|
||||||
<property name="text">
|
|
||||||
<string>Serial port passthrough 2</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item row="3" column="0">
|
|
||||||
<widget class="QCheckBox" name="checkBoxSerialPassThru4">
|
|
||||||
<property name="text">
|
|
||||||
<string>Serial port passthrough 4</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item row="1" column="1">
|
|
||||||
<widget class="QPushButton" name="pushButtonSerialPassThru2">
|
|
||||||
<property name="text">
|
|
||||||
<string>Configure</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item row="2" column="1">
|
|
||||||
<widget class="QPushButton" name="pushButtonSerialPassThru3">
|
|
||||||
<property name="text">
|
|
||||||
<string>Configure</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item row="3" column="1">
|
|
||||||
<widget class="QPushButton" name="pushButtonSerialPassThru4">
|
|
||||||
<property name="text">
|
|
||||||
<string>Configure</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
</layout>
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
|
|||||||
Reference in New Issue
Block a user