mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 02:35:33 +08:00
refs #603, new CMD args, formerly passed by env.vars
* removed from CProject * removed. env. vars menu items * prepared for vatlib cmd. args * prepared for eol (end of lifetime) timestamp (time bomb)
This commit is contained in:
committed by
Mathew Sutcliffe
parent
d7e5b5206c
commit
f4cbfc2fa9
@@ -71,6 +71,9 @@ namespace BlackGui
|
||||
virtual bool displayInOverlayWindow(const BlackMisc::CStatusMessage &message) override;
|
||||
//! }@
|
||||
|
||||
//! Reload style sheets
|
||||
bool reloadStyleSheets() const;
|
||||
|
||||
//! Set icon
|
||||
//! \note Pixmap requires a valid QApplication, so it cannot be passed as constructor parameter
|
||||
static void setWindowIcon(const QPixmap &icon);
|
||||
@@ -78,7 +81,7 @@ namespace BlackGui
|
||||
//! Main application window
|
||||
static QWidget *mainApplicationWindow();
|
||||
|
||||
//! Main window access
|
||||
//! Main window access interface
|
||||
static BlackGui::IMainWindowAccess *mainWindowAccess();
|
||||
|
||||
//! Exit application, perform graceful shutdown and exit
|
||||
|
||||
Reference in New Issue
Block a user