refs #445, preparation for data GUI

* improved finding of main window
* project -> version string
* location of application icon
This commit is contained in:
Klaus Basan
2015-07-10 01:22:37 +02:00
committed by Mathew Sutcliffe
parent b308014bc2
commit 3e982b014f
8 changed files with 39 additions and 28 deletions

View File

@@ -25,8 +25,8 @@ namespace BlackGui
{
public:
//! Main application window
static CEnableForFramelessWindow *mainApplicationWindow();
//! Main (frameless enabled) application window
static CEnableForFramelessWindow *mainFramelessEnabledApplicationWindow();
//! Main application window widget
static QWidget *mainApplicationWindowWidget();