From 1cb2b60eee3691aa9cffb977d92d898135172551 Mon Sep 17 00:00:00 2001 From: taynpg Date: Fri, 13 Jun 2025 13:25:40 +0800 Subject: [PATCH] =?UTF-8?q?theme=EF=BC=9A=E5=8F=96=E6=B6=88=E4=B8=BB?= =?UTF-8?q?=E9=A2=98=E8=AE=BE=E7=BD=AE=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- form/qformatset.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/form/qformatset.cpp b/form/qformatset.cpp index 1b5969e..edc8db6 100644 --- a/form/qformatset.cpp +++ b/form/qformatset.cpp @@ -21,10 +21,6 @@ QFormatSet::QFormatSet(QWidget* parent) : QDialog(parent), ui(new Ui::QFormatSet } ui->edXmlPath->setText(file); }); - QFile file(":/QtTheme/theme/Flat/Light/Blue/Pink.qss"); - if (file.open(QFile::ReadOnly)) { - setStyleSheet(file.readAll()); - } } QFormatSet::~QFormatSet()