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:
@@ -18,32 +18,14 @@ public:
|
||||
void save();
|
||||
private slots:
|
||||
void on_pushButtonConfigureCard4_clicked();
|
||||
|
||||
private slots:
|
||||
void on_comboBoxCard4_currentIndexChanged(int index);
|
||||
|
||||
private slots:
|
||||
void on_pushButtonConfigureCard3_clicked();
|
||||
|
||||
private slots:
|
||||
void on_comboBoxCard3_currentIndexChanged(int index);
|
||||
|
||||
private slots:
|
||||
void on_pushButtonConfigureCard2_clicked();
|
||||
|
||||
private slots:
|
||||
void on_comboBoxCard2_currentIndexChanged(int index);
|
||||
|
||||
private slots:
|
||||
void on_pushButtonConfigureCard1_clicked();
|
||||
|
||||
private slots:
|
||||
void on_comboBoxCard1_currentIndexChanged(int index);
|
||||
|
||||
private slots:
|
||||
void on_pushButtonConfigureRTC_clicked();
|
||||
|
||||
private slots:
|
||||
void on_comboBoxRTC_currentIndexChanged(int index);
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user