use:clang。

This commit is contained in:
2025-12-01 08:40:17 +08:00
parent 2413028e5e
commit ec0f6989d1
3 changed files with 6 additions and 6 deletions

View File

@@ -16,10 +16,10 @@ int main(int argc, char *argv[])
// a.setStyle("windows");
#endif
QFile file(":/QtTheme/theme/Flat/Light/Blue/Pink.qss");
if (file.open(QFile::ReadOnly)) {
a.setStyleSheet(file.readAll());
}
// QFile file(":/QtTheme/theme/Flat/Light/Blue/Pink.qss");
// if (file.open(QFile::ReadOnly)) {
// a.setStyleSheet(file.readAll());
// }
#if (QT_VERSION < QT_VERSION_CHECK(6, 0, 0))
QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling);