mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 15:25: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
@@ -77,7 +77,7 @@ void CSwiftData::ps_onStyleSheetsChanged()
|
||||
void CSwiftData::init()
|
||||
{
|
||||
this->setWindowIcon(CIcons::swiftDatabase24());
|
||||
this->setWindowTitle(QString("swiftdata %1").arg(CProject::version()));
|
||||
this->setWindowTitle(QString("Mapping tool %1").arg(CProject::swiftVersionStringDevInfo()));
|
||||
this->setObjectName("CSwiftData");
|
||||
this->initStyleSheet();
|
||||
this->initLogDisplay();
|
||||
|
||||
Reference in New Issue
Block a user