mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-22 21:35:40 +08:00
refs #768, updated forms
* set focus proxy * use CDbLiveryColorSearchDialog * adjusted to selector updates
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
#include "blackgui/blackguiexport.h"
|
||||
#include "blackgui/editors/form.h"
|
||||
#include "blackgui/components/dbliverycolorsearch.h"
|
||||
#include "blackgui/components/dbliverycolorsearchdialog.h"
|
||||
#include "blackmisc/aviation/airlineicaocode.h"
|
||||
#include "blackmisc/aviation/livery.h"
|
||||
#include "blackmisc/statusmessagelist.h"
|
||||
@@ -89,7 +89,7 @@ namespace BlackGui
|
||||
private:
|
||||
QScopedPointer<Ui::CLiveryForm> ui;
|
||||
BlackMisc::Aviation::CLivery m_originalLivery; //!< object allowing to override values
|
||||
BlackGui::Components::CDbLiveryColorSearch *m_colorSearch = nullptr; //!< search for color
|
||||
BlackGui::Components::CDbLiveryColorSearchDialog *m_colorSearch = nullptr; //!< search for color
|
||||
};
|
||||
} // ns
|
||||
} // ns
|
||||
|
||||
Reference in New Issue
Block a user