refs #634, fixes and improvements in selectors/completers

* upper case
* get raw data from selector
* sort completers
This commit is contained in:
Klaus Basan
2016-04-04 12:47:41 +02:00
parent a07af2b781
commit 0c6780a392
12 changed files with 64 additions and 30 deletions

View File

@@ -52,7 +52,7 @@ namespace BlackGui
BlackMisc::Simulation::CSimulatorInfo getValue() const;
//! Set the value
void setValue(const BlackMisc::Simulation::CSimulatorInfo &info);
void setValue(const BlackMisc::Simulation::CSimulatorInfo &simulator);
//! Set all, only making sense with checkboxes
void setAll();
@@ -65,7 +65,7 @@ namespace BlackGui
signals:
//! Value has been changed
void changed(const BlackMisc::Simulation::CSimulatorInfo &info);
void changed(const BlackMisc::Simulation::CSimulatorInfo &simulator);
private slots:
//! Radio button changed