更新代码

This commit is contained in:
feiyangqingyun
2021-11-25 09:51:12 +08:00
parent 911df2cd6f
commit 8bb21ab880
52 changed files with 79 additions and 55 deletions

View File

@@ -16,8 +16,6 @@ frmMain::~frmMain()
void frmMain::initForm()
{
this->setWindowTitle("九宫格主界面");
bg = "main2.jpg";
QList<QToolButton *> btns = this->findChildren<QToolButton *>();

View File

@@ -26,6 +26,7 @@ int main(int argc, char *argv[])
}
frmMain w;
w.setWindowTitle("九宫格主界面 (QQ: 517216493 WX: feiyangqingyun)");
QUIHelper::setFormInCenter(&w);
w.show();