摘要: 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 朱元叹 阅读(323) 评论(0) 推荐(0)