refs #526, forms

* fixed read only
* in read only mode no warnings (then we just do mapping and warnings do not help)
This commit is contained in:
Klaus Basan
2016-01-02 20:52:26 +01:00
parent 0a6ed4e874
commit 5aa1f3bc94
8 changed files with 43 additions and 16 deletions

View File

@@ -53,15 +53,9 @@ namespace BlackGui
//! Request validation
void requestValidation();
//! Request to publish (DB)
void requestPublish();
//! Request stashing for model
void requestStash();
private slots:
//!
private:
QScopedPointer<Ui::CModelMappingForm> ui;
BlackMisc::Simulation::CAircraftModel m_originalModel;