mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
refs #608, simplified direct main window access.
Just set the corresponding components and you are done.
This commit is contained in:
committed by
Mathew Sutcliffe
parent
5a03d235cd
commit
8f33896e1c
@@ -36,6 +36,10 @@ CSwiftCore::CSwiftCore(QWidget *parent) :
|
||||
setSystemTrayMode(MinimizeToTray | QuitOnClose);
|
||||
setSystemTrayToolTip(name);
|
||||
|
||||
this->m_mwaLogComponent = this->ui->comp_InfoArea->getLogComponent();
|
||||
this->m_mwaOverlayFrame = nullptr;
|
||||
this->m_mwaStatusBar = nullptr;
|
||||
|
||||
initLogDisplay();
|
||||
initSlots();
|
||||
initStyleSheet();
|
||||
|
||||
Reference in New Issue
Block a user