Clean QT Other Removable Devices UI
This commit is contained in:
@@ -21,33 +21,19 @@ public:
|
|||||||
signals:
|
signals:
|
||||||
void moChannelChanged();
|
void moChannelChanged();
|
||||||
void zipChannelChanged();
|
void zipChannelChanged();
|
||||||
private slots:
|
|
||||||
void on_checkBoxZIP250_stateChanged(int arg1);
|
|
||||||
|
|
||||||
private slots:
|
|
||||||
void on_comboBoxZIPChannel_activated(int index);
|
|
||||||
|
|
||||||
private slots:
|
|
||||||
void on_comboBoxZIPBus_activated(int index);
|
|
||||||
|
|
||||||
private slots:
|
|
||||||
void on_comboBoxZIPBus_currentIndexChanged(int index);
|
|
||||||
|
|
||||||
private slots:
|
|
||||||
void on_comboBoxMOType_activated(int index);
|
|
||||||
|
|
||||||
private slots:
|
|
||||||
void on_comboBoxMOChannel_activated(int index);
|
|
||||||
|
|
||||||
private slots:
|
|
||||||
void on_comboBoxMOBus_activated(int index);
|
|
||||||
|
|
||||||
private slots:
|
|
||||||
void on_comboBoxMOBus_currentIndexChanged(int index);
|
|
||||||
|
|
||||||
private slots:
|
private slots:
|
||||||
void onMORowChanged(const QModelIndex ¤t);
|
void onMORowChanged(const QModelIndex ¤t);
|
||||||
|
void on_comboBoxMOBus_currentIndexChanged(int index);
|
||||||
|
void on_comboBoxMOBus_activated(int index);
|
||||||
|
void on_comboBoxMOChannel_activated(int index);
|
||||||
|
void on_comboBoxMOType_activated(int index);
|
||||||
|
|
||||||
void onZIPRowChanged(const QModelIndex ¤t);
|
void onZIPRowChanged(const QModelIndex ¤t);
|
||||||
|
void on_comboBoxZIPBus_currentIndexChanged(int index);
|
||||||
|
void on_comboBoxZIPBus_activated(int index);
|
||||||
|
void on_comboBoxZIPChannel_activated(int index);
|
||||||
|
void on_checkBoxZIP250_stateChanged(int arg1);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
Ui::SettingsOtherRemovable *ui;
|
Ui::SettingsOtherRemovable *ui;
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
<number>0</number>
|
<number>0</number>
|
||||||
</property>
|
</property>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="label">
|
<widget class="QLabel" name="labelMO">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>MO drives:</string>
|
<string>MO drives:</string>
|
||||||
</property>
|
</property>
|
||||||
@@ -68,19 +68,12 @@
|
|||||||
<widget class="QWidget" name="moControls" native="true">
|
<widget class="QWidget" name="moControls" native="true">
|
||||||
<layout class="QGridLayout" name="gridLayout">
|
<layout class="QGridLayout" name="gridLayout">
|
||||||
<item row="0" column="0">
|
<item row="0" column="0">
|
||||||
<widget class="QLabel" name="label_2">
|
<widget class="QLabel" name="labelMOBus">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Bus:</string>
|
<string>Bus:</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="0" column="2">
|
|
||||||
<widget class="QLabel" name="label_7">
|
|
||||||
<property name="text">
|
|
||||||
<string>Channel:</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item row="0" column="1">
|
<item row="0" column="1">
|
||||||
<widget class="QComboBox" name="comboBoxMOBus">
|
<widget class="QComboBox" name="comboBoxMOBus">
|
||||||
<property name="maxVisibleItems">
|
<property name="maxVisibleItems">
|
||||||
@@ -88,6 +81,13 @@
|
|||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
<item row="0" column="2">
|
||||||
|
<widget class="QLabel" name="labelMOChannel">
|
||||||
|
<property name="text">
|
||||||
|
<string>Channel:</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
<item row="0" column="3">
|
<item row="0" column="3">
|
||||||
<widget class="QComboBox" name="comboBoxMOChannel">
|
<widget class="QComboBox" name="comboBoxMOChannel">
|
||||||
<property name="maxVisibleItems">
|
<property name="maxVisibleItems">
|
||||||
@@ -96,7 +96,7 @@
|
|||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="1" column="0">
|
<item row="1" column="0">
|
||||||
<widget class="QLabel" name="label_4">
|
<widget class="QLabel" name="labelMOType">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Type:</string>
|
<string>Type:</string>
|
||||||
</property>
|
</property>
|
||||||
@@ -113,7 +113,7 @@
|
|||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="label_6">
|
<widget class="QLabel" name="labelZIP">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>ZIP drives:</string>
|
<string>ZIP drives:</string>
|
||||||
</property>
|
</property>
|
||||||
@@ -154,7 +154,7 @@
|
|||||||
<widget class="QWidget" name="zipControls" native="true">
|
<widget class="QWidget" name="zipControls" native="true">
|
||||||
<layout class="QHBoxLayout" name="horizontalLayout">
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="label_3">
|
<widget class="QLabel" name="labelZIPBus">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Bus:</string>
|
<string>Bus:</string>
|
||||||
</property>
|
</property>
|
||||||
@@ -168,7 +168,7 @@
|
|||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="label_5">
|
<widget class="QLabel" name="labelZIPChannel">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Channel:</string>
|
<string>Channel:</string>
|
||||||
</property>
|
</property>
|
||||||
|
|||||||
Reference in New Issue
Block a user