mirror of
https://github.com/x-tools-author/x-tools.git
synced 2025-09-15 15:28:40 +08:00
change main window title
This commit is contained in:
parent
0307e896a1
commit
9ac2f52724
@ -75,9 +75,8 @@ SAKMainWindow::SAKMainWindow(QWidget *parent)
|
||||
setCentralWidget(centralWidget);
|
||||
centralWidget->setLayout(layout);
|
||||
|
||||
resize(800, 600);
|
||||
centralWidget->layout()->setContentsMargins(6, 6, 6, 6);
|
||||
setWindowTitle(tr("瑞士军刀--嵌入式调试工具集")
|
||||
setWindowTitle(tr("瑞士军刀--调试工具集")
|
||||
+ " v" + SAKApplicationInformation::instance()->version()
|
||||
+ " " + tr("用户交流QQ群") + " " + SAKApplicationInformation::instance()->qqGroupNumber());
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user