Clean QT Storage Controllers UI
This commit is contained in:
@@ -20,27 +20,31 @@ public slots:
|
||||
void onCurrentMachineChanged(int machineId);
|
||||
|
||||
private slots:
|
||||
void on_pushButtonSCSI4_clicked();
|
||||
void on_pushButtonSCSI3_clicked();
|
||||
void on_pushButtonSCSI2_clicked();
|
||||
void on_pushButtonSCSI1_clicked();
|
||||
void on_comboBoxSCSI4_currentIndexChanged(int index);
|
||||
void on_comboBoxSCSI3_currentIndexChanged(int index);
|
||||
void on_comboBoxSCSI2_currentIndexChanged(int index);
|
||||
void on_comboBoxSCSI1_currentIndexChanged(int index);
|
||||
void on_pushButtonQuaternaryIDE_clicked();
|
||||
void on_pushButtonTertiaryIDE_clicked();
|
||||
void on_pushButtonFD_clicked();
|
||||
void on_pushButtonHD_clicked();
|
||||
void on_pushButtonCDInterface_clicked();
|
||||
void on_checkBoxQuaternaryIDE_stateChanged(int arg1);
|
||||
void on_checkBoxTertiaryIDE_stateChanged(int arg1);
|
||||
void on_comboBoxFD_currentIndexChanged(int index);
|
||||
void on_comboBoxHD_currentIndexChanged(int index);
|
||||
void on_pushButtonHD_clicked();
|
||||
|
||||
void on_comboBoxFD_currentIndexChanged(int index);
|
||||
void on_pushButtonFD_clicked();
|
||||
|
||||
void on_comboBoxCDInterface_currentIndexChanged(int index);
|
||||
void on_pushButtonCDInterface_clicked();
|
||||
|
||||
void on_checkBoxTertiaryIDE_stateChanged(int arg1);
|
||||
void on_pushButtonTertiaryIDE_clicked();
|
||||
|
||||
void on_checkBoxQuaternaryIDE_stateChanged(int arg1);
|
||||
void on_pushButtonQuaternaryIDE_clicked();
|
||||
|
||||
void on_comboBoxSCSI1_currentIndexChanged(int index);
|
||||
void on_pushButtonSCSI1_clicked();
|
||||
void on_comboBoxSCSI2_currentIndexChanged(int index);
|
||||
void on_pushButtonSCSI2_clicked();
|
||||
void on_comboBoxSCSI3_currentIndexChanged(int index);
|
||||
void on_pushButtonSCSI3_clicked();
|
||||
void on_comboBoxSCSI4_currentIndexChanged(int index);
|
||||
void on_pushButtonSCSI4_clicked();
|
||||
|
||||
void on_checkBoxLbaEnhancer_stateChanged(int arg1);
|
||||
|
||||
void on_pushButtonConfigureLbaEnhancer_clicked();
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user