更新代码

This commit is contained in:
feiyangqingyun
2021-12-15 13:21:50 +08:00
parent e215d3989b
commit 2c90b59c31
84 changed files with 145 additions and 143 deletions

View File

@@ -16,7 +16,7 @@ int main(int argc, char *argv[])
QUIHelper::setCode();
//加载样式表
QFile file(":/qss/psblack.css");
QFile file(":/qss/blacksoft.css");
if (file.open(QFile::ReadOnly)) {
QString qss = QLatin1String(file.readAll());
QString paletteColor = qss.mid(20, 7);

BIN
ui/uidemo01/snap.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB