2020年1月23日

摘要: QT样式表,StyleSheet()函数的使用 #include "mywidget.h" #include "ui_mywidget.h" MyWidget::MyWidget(QWidget *parent) : QWidget(parent), ui(new Ui::MyWidget) { u 阅读全文
posted @ 2020-01-23 16:30 🐗 阅读(146) 评论(0) 推荐(0)

导航