mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-15 01:05:35 +08:00
refs #475, menus to call load/save DB data
This commit is contained in:
committed by
Mathew Sutcliffe
parent
aa653e0d85
commit
5147031ec2
@@ -38,7 +38,7 @@ void SwiftGuiStd::init(const CRuntimeConfig &runtimeConfig)
|
||||
|
||||
// init window
|
||||
this->setWindowIcon(CIcons::swift24());
|
||||
this->setWindowTitle(CProject::swiftVersionString());
|
||||
this->setWindowTitle(CProject::swiftVersionStringDevInfo());
|
||||
this->setObjectName("SwiftGuiStd");
|
||||
this->initStyleSheet();
|
||||
QPoint pos = CGuiUtility::introWindowPosition();
|
||||
|
||||
Reference in New Issue
Block a user