2
0
forked from Ivasoft/DSView

Add protocol list viewer and export support

This commit is contained in:
DreamSourceLab
2016-05-03 15:47:06 +08:00
parent f3138d93c2
commit adf428ffd0
41 changed files with 2901 additions and 483 deletions

View File

@@ -147,7 +147,8 @@ int main(int argc, char *argv[])
// Initialise the main window
pv::MainWindow w(device_manager, open_file);
QFile qss(":/stylesheet.qss");
//QFile qss(":/stylesheet.qss");
QFile qss(":qdarkstyle/style.qss");
qss.open(QFile::ReadOnly);
a.setStyleSheet(qss.readAll());
qss.close();