Ref T301, keypad and infobar init themself and can be re-connect (to core)

This commit is contained in:
Klaus Basan
2018-08-12 03:02:47 +02:00
parent a47da54d8c
commit 7805e2315c
5 changed files with 96 additions and 12 deletions

View File

@@ -24,7 +24,6 @@
#include <QString>
class QPushButton;
class QWidget;
namespace BlackMisc { namespace Simulation { class CSimulatedAircraft; } }
namespace Ui { class CMainKeypadAreaComponent; }
@@ -96,6 +95,9 @@ namespace BlackGui
//! Disable button for some (short) time to avoid double click
void disableButtonBriefly();
//! Update values
void update();
QScopedPointer<Ui::CMainKeypadAreaComponent> ui;
BlackMisc::CIdentifier m_identifier { "MainKeypadAreaComponent", this };
};