摘要: C++单例模式析构函数的应用 https://blog.csdn.net/realxie/article/details/7090493 C++实现线程安全的单例模式 https://www.cnblogs.com/myd620/p/6133420.html 阅读全文
posted @ 2019-05-22 10:16 Truman001 阅读(1107) 评论(0) 推荐(0) 编辑
摘要: //在main函数中加载qss文件 QFile file(QDir::currentPath() + "/ui.qss"); if (file.open(QFile::ReadOnly)) { QString stylesheet = QLatin1String(file.readAll()); qApp->setStyleSheet(stylesheet); file.... 阅读全文
posted @ 2019-05-22 09:21 Truman001 阅读(1028) 评论(0) 推荐(0) 编辑