更新单元测试

TaoZhang-Branch
yang.yongquan 2023-03-07 16:54:19 +08:00
parent 53025b93e4
commit 6a4a724f00
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ namespace UnitTest
QApplication a(argc, argv);
qInstallMessageHandler(messageHandler);
ElementPoolWidget wi;
wi.setElementList({"1", "2", "3"});
//wi.setElementList({"1", "2", "3"});
wi.setFixedSize(QSize(600, 800));
wi.show();
a.exec();