08 2021 档案

摘要:QLabel用于显示文本 #include "widget.h" #include "ui_widget.h" Widget::Widget(QWidget *parent) : QWidget(parent) , ui(new Ui::Widget) { ui->setupUi(this); se 阅读全文
posted @ 2021-08-24 11:05 朱元叹 阅读(333) 评论(0) 推荐(0)
摘要:1.位图资源加载方法:待补充 代码 #include "widget.h" #include "ui_widget.h" #include <QIcon> #include <QPixmap> Widget::Widget(QWidget *parent) : QWidget(parent) , u 阅读全文
posted @ 2021-08-20 14:05 朱元叹 阅读(143) 评论(0) 推荐(0)
摘要:1 #include "mainwindow.h" 2 #include "ui_mainwindow.h" 3 #include <QString> 4 #include <QSpinBox> 5 #include <QDebug> 6 7 MainWindow::MainWindow(QWidg 阅读全文
posted @ 2021-08-06 09:23 朱元叹 阅读(111) 评论(0) 推荐(0)