refs #273, completed / fixed component

* order, first add items to combobox, then connect signal (->no signals during setup)
* renamed driver to plugin
* improved plugin finding
This commit is contained in:
Klaus Basan
2014-06-28 02:14:46 +02:00
parent 2a9f3d6039
commit 26b999e001
2 changed files with 32 additions and 7 deletions

View File

@@ -28,10 +28,14 @@ namespace BlackGui
private slots:
//! Driver changed
void driverHasChanged(int index);
void pluginHasChanged(int index);
private:
Ui::CSettingsSimulatorComponent *ui; //!< UI
//! Smarter way to set current driver, avoids unnecessary signals and less formatting dependend
void setCurrentPlugin(const BlackSim::CSimulatorInfo &driver);
};
} // namespace