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()