mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
refs #911, wizard improvements
* disable enter button for next * role QTextEdit size (logoff UI) * no filter bar for log
This commit is contained in:
committed by
Mathew Sutcliffe
parent
304c552872
commit
693d9631ff
@@ -47,7 +47,7 @@ namespace BlackGui
|
||||
explicit CDbQuickMappingWizard(QWidget *parent = nullptr);
|
||||
|
||||
//! Destructor
|
||||
~CDbQuickMappingWizard();
|
||||
virtual ~CDbQuickMappingWizard();
|
||||
|
||||
//! Preset values
|
||||
void presetAircraftIcao(const BlackMisc::Aviation::CAircraftIcaoCode &aircraftIcao);
|
||||
@@ -64,6 +64,10 @@ namespace BlackGui
|
||||
//! Log categories
|
||||
static const BlackMisc::CLogCategoryList &getLogCategories();
|
||||
|
||||
protected:
|
||||
//! \copydoc QWizard::keyPressEvent
|
||||
virtual void keyPressEvent(QKeyEvent *event) override;
|
||||
|
||||
private:
|
||||
QScopedPointer<Ui::CDbQuickMappingWizard> ui;
|
||||
int m_lastId = 0;
|
||||
@@ -94,7 +98,7 @@ namespace BlackGui
|
||||
void consolidateModel();
|
||||
|
||||
//! Write the model to DB
|
||||
void writeModeltoDb();
|
||||
void writeModelToDb();
|
||||
|
||||
private slots:
|
||||
//! Web data have been read
|
||||
|
||||
Reference in New Issue
Block a user