新增websocket调试助手集成在nettool中
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
QApplication a(argc, argv);
|
||||
a.setWindowIcon(QIcon(":/main.ico"));
|
||||
a.setWindowIcon(QIcon(":/main.ico"));
|
||||
|
||||
//设置编码以及加载中文翻译文件
|
||||
//设置编码+字体+中文翻译文件
|
||||
QUIHelper::setCode();
|
||||
QUIHelper::setFont(":/DroidSansFallback.ttf");
|
||||
QUIHelper::setTranslator(":/qt_zh_CN.qm");
|
||||
@@ -20,8 +20,9 @@ int main(int argc, char *argv[])
|
||||
App::readDeviceData();
|
||||
|
||||
frmMain w;
|
||||
w.setWindowTitle(QString("网络调试助手V2020 本机IP: %1 QQ: 517216493").arg(QUIHelper::getLocalIP()));
|
||||
w.show();
|
||||
w.setWindowTitle("网络调试助手 V2021 (QQ: 517216493 WX: feiyangqingyun)");
|
||||
QUIHelper::setFormInCenter(&w);
|
||||
w.show();
|
||||
|
||||
return a.exec();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user