qt: Add option to configure LPT4 device

This commit is contained in:
Cacodemon345
2022-02-07 16:07:07 +06:00
parent 208a9d5205
commit 3bb0b4d56b
3 changed files with 25 additions and 1 deletions

View File

@@ -58,6 +58,16 @@
<item row="2" column="1">
<widget class="QComboBox" name="comboBoxLpt3"/>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_4">
<property name="text">
<string>LPT4 Device:</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QComboBox" name="comboBoxLpt4"/>
</item>
</layout>
</item>
<item>
@@ -111,6 +121,13 @@
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QCheckBox" name="checkBoxParallel4">
<property name="text">
<string>Parallel port 4</string>
</property>
</widget>
</item>
</layout>
</item>
<item>