mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 15:25:35 +08:00
refs #507, improvements on frameless window base class
* handle minimized / normal in window base class * removed initial on top flag and project * executable names * version number check (for launcher)
This commit is contained in:
committed by
Mathew Sutcliffe
parent
63e1695e3b
commit
864ca20be3
@@ -77,7 +77,7 @@ void CSwiftData::ps_onStyleSheetsChanged()
|
||||
void CSwiftData::init()
|
||||
{
|
||||
this->setWindowIcon(CIcons::swiftDatabase24());
|
||||
this->setWindowTitle(QString("Mapping tool %1").arg(CProject::swiftVersionStringDevInfo()));
|
||||
this->setWindowTitle(QCoreApplication::instance()->applicationName() + " " + CProject::versionStringDevBetaInfo());
|
||||
this->setObjectName("CSwiftData");
|
||||
this->initStyleSheet();
|
||||
this->initLogDisplay();
|
||||
|
||||
Reference in New Issue
Block a user