Clean QT Other Peripherals UI
This commit is contained in:
@@ -20,22 +20,23 @@ public slots:
|
||||
void onCurrentMachineChanged(int machineId);
|
||||
|
||||
private slots:
|
||||
void on_pushButtonConfigureCard4_clicked();
|
||||
void on_comboBoxCard4_currentIndexChanged(int index);
|
||||
void on_pushButtonConfigureCard3_clicked();
|
||||
void on_comboBoxCard3_currentIndexChanged(int index);
|
||||
void on_pushButtonConfigureCard2_clicked();
|
||||
void on_comboBoxCard2_currentIndexChanged(int index);
|
||||
void on_pushButtonConfigureCard1_clicked();
|
||||
void on_comboBoxCard1_currentIndexChanged(int index);
|
||||
void on_pushButtonConfigureRTC_clicked();
|
||||
void on_comboBoxRTC_currentIndexChanged(int index);
|
||||
void on_pushButtonConfigureRTC_clicked();
|
||||
|
||||
void on_comboBoxIsaMemCard1_currentIndexChanged(int index);
|
||||
void on_pushButtonConfigureIsaMemCard1_clicked();
|
||||
void on_comboBoxIsaMemCard2_currentIndexChanged(int index);
|
||||
void on_pushButtonConfigureIsaMemCard2_clicked();
|
||||
void on_comboBoxIsaMemCard3_currentIndexChanged(int index);
|
||||
void on_pushButtonConfigureIsaMemCard3_clicked();
|
||||
void on_comboBoxIsaMemCard4_currentIndexChanged(int index);
|
||||
void on_pushButtonConfigureIsaMemCard4_clicked();
|
||||
|
||||
void on_checkBoxUnitTester_stateChanged(int arg1);
|
||||
void on_pushButtonConfigureUT_clicked();
|
||||
|
||||
void on_pushButtonConfigureKeyCard_clicked();
|
||||
|
||||
void on_checkBoxKeyCard_stateChanged(int arg1);
|
||||
void on_pushButtonConfigureKeyCard_clicked();
|
||||
|
||||
private:
|
||||
Ui::SettingsOtherPeripherals *ui;
|
||||
|
||||
Reference in New Issue
Block a user