mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:35:34 +08:00
Ref T246, first model set UI allow to change model directory
This commit is contained in:
@@ -45,7 +45,7 @@ namespace BlackGui
|
||||
|
||||
private:
|
||||
QScopedPointer<Ui::CFirstModelSetComponent> ui;
|
||||
QScopedPointer<CDbOwnModelsDialog> m_modelsDialog;
|
||||
QScopedPointer<CDbOwnModelsDialog> m_modelsDialog;
|
||||
QScopedPointer<CDbOwnModelSetDialog> m_modelSetDialog;
|
||||
|
||||
//! Simulator has been changed
|
||||
@@ -66,11 +66,17 @@ namespace BlackGui
|
||||
//! Simulator settings
|
||||
const BlackMisc::Simulation::Settings::CMultiSimulatorSettings &simulatorSettings() const;
|
||||
|
||||
//! Simulator settings
|
||||
BlackMisc::Simulation::Settings::CMultiSimulatorSettings &simulatorSettings();
|
||||
|
||||
//! Open own models dialog
|
||||
void openOwnModelsDialog();
|
||||
|
||||
//! Own model set dialog
|
||||
void openOwnModelSetDialog();
|
||||
|
||||
//! Change model directory
|
||||
void changeModelDirectory();
|
||||
};
|
||||
|
||||
//! Wizard page for CFirstModelSetComponent
|
||||
|
||||
Reference in New Issue
Block a user