configuration fixes
* moved CONFIG_MIDI and CONFIG_MIDI_IN to own blocks when constructing comboboxes in deviceconfig * use Models::AddEntry in deviceconfig * sub-handling of CONFIG_HEX16 and CONFIG_HEX20 in CONFIG_SELECTION block when constructing, and use corresponding config_setter * make sure SCSI controller- and ISAMEM-deviceconfig calls up deviceconfig with an instance number * midi input and midi output was mixed when constructing soundsettings when loading prev. settings
This commit is contained in:
@@ -22,50 +22,20 @@ public slots:
|
||||
|
||||
private slots:
|
||||
void on_pushButtonSCSI4_clicked();
|
||||
|
||||
private slots:
|
||||
void on_pushButtonSCSI3_clicked();
|
||||
|
||||
private slots:
|
||||
void on_pushButtonSCSI2_clicked();
|
||||
|
||||
private slots:
|
||||
void on_pushButtonSCSI1_clicked();
|
||||
|
||||
private slots:
|
||||
void on_comboBoxSCSI4_currentIndexChanged(int index);
|
||||
|
||||
private slots:
|
||||
void on_comboBoxSCSI3_currentIndexChanged(int index);
|
||||
|
||||
private slots:
|
||||
void on_comboBoxSCSI2_currentIndexChanged(int index);
|
||||
|
||||
private slots:
|
||||
void on_comboBoxSCSI1_currentIndexChanged(int index);
|
||||
|
||||
private slots:
|
||||
void on_pushButtonQuaternaryIDE_clicked();
|
||||
|
||||
private slots:
|
||||
void on_pushButtonTertiaryIDE_clicked();
|
||||
|
||||
private slots:
|
||||
void on_pushButtonFD_clicked();
|
||||
|
||||
private slots:
|
||||
void on_pushButtonHD_clicked();
|
||||
|
||||
private slots:
|
||||
void on_checkBoxQuaternaryIDE_stateChanged(int arg1);
|
||||
|
||||
private slots:
|
||||
void on_checkBoxTertiaryIDE_stateChanged(int arg1);
|
||||
|
||||
private slots:
|
||||
void on_comboBoxFD_currentIndexChanged(int index);
|
||||
|
||||
private slots:
|
||||
void on_comboBoxHD_currentIndexChanged(int index);
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user