From 6a4a724f006a181e6c87dedfb181a643363d9af0 Mon Sep 17 00:00:00 2001 From: "yang.yongquan" <3395816735@qq.com> Date: Tue, 7 Mar 2023 16:54:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=8D=95=E5=85=83=E6=B5=8B?= =?UTF-8?q?=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- UnitTest/UnitTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnitTest/UnitTest.cpp b/UnitTest/UnitTest.cpp index 1b62393..2d7d95a 100644 --- a/UnitTest/UnitTest.cpp +++ b/UnitTest/UnitTest.cpp @@ -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();