摘要: QSettings 读/写ini配置文件中的数组数据 阅读全文
posted @ 2020-04-06 12:41 码林斋 阅读(7158) 评论(0) 推荐(0) 编辑
摘要: 设置按钮的背景图片,背景透明度 1 QPushButton *push_button = new QPushButton; 2 push_button->setMaximumSize(32, 32); 3 push_button->setMinimumSize(32, 32); 4 QIcon bt 阅读全文
posted @ 2020-04-06 11:16 码林斋 阅读(10981) 评论(0) 推荐(1) 编辑
摘要: QMessageBox 阅读全文
posted @ 2020-04-06 10:34 码林斋 阅读(2684) 评论(0) 推荐(0) 编辑