refs #573, added exclude/include combo box in UI

* access to user, only admin may edit include/exclude
* updated UI
This commit is contained in:
Klaus Basan
2016-01-17 00:34:54 +01:00
parent 563f71416e
commit a125b02984
5 changed files with 69 additions and 1 deletions

View File

@@ -59,6 +59,10 @@ namespace BlackGui
//! Request stashing for model
void requestStash();
protected slots:
//! User has been changed
virtual void ps_userChanged() override;
private:
QScopedPointer<Ui::CModelMappingForm> ui;
BlackMisc::Simulation::CAircraftModel m_originalModel;