连接多功能显示器和其他设备

This commit is contained in:
2020-06-10 20:04:56 +08:00
parent c7cd7d468a
commit 0b540377d8
15 changed files with 833 additions and 161 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ Tools_Index0::Tools_Index0(QWidget *parent) :
ui->setupUi(this);
//load qss
QFile file(":/qss/Setting.qss");
QFile file(":/qss/ToolsUI.qss");
file.open(QFile::ReadOnly);
QTextStream filetext(&file);
QString stylesheet = filetext.readAll();