摘要:
#include "widget.h" #include "ui_widget.h" Widget::Widget(QWidget *parent) : QWidget(parent) , ui(new Ui::Widget) { ui->setupUi(this); /* 安装事件过滤器 */ u 阅读全文
posted @ 2022-08-03 23:41
thomas_blog
阅读(57)
评论(0)
推荐(0)
摘要:
#ifndef MYLABEL_H #define MYLABEL_H #include <QWidget> #include <QDebug> #include <QMouseEvent> #include <QEvent> #include <QLabel> namespace Ui { cla 阅读全文
posted @ 2022-08-03 22:32
thomas_blog
阅读(66)
评论(0)
推荐(0)
摘要:
#ifndef MYLABEL_H #define MYLABEL_H #include <QWidget> #include <QDebug> #include <QMouseEvent> #include <QLabel> namespace Ui { class MyLabel; } clas 阅读全文
posted @ 2022-08-03 22:03
thomas_blog
阅读(148)
评论(0)
推荐(0)
摘要:
#ifndef MYBUTTON_H #define MYBUTTON_H #include <QWidget> #include <QDebug> #include <QPushButton> namespace Ui { class MyButton; } class MyButton : pu 阅读全文
posted @ 2022-08-03 21:30
thomas_blog
阅读(39)
评论(0)
推荐(0)
摘要:
#include "widget.h" #include "ui_widget.h" #include <QMovie> Widget::Widget(QWidget *parent) : QWidget(parent) , ui(new Ui::Widget) { ui->setupUi(this 阅读全文
posted @ 2022-08-03 14:34
thomas_blog
阅读(199)
评论(0)
推荐(0)
摘要:
  阅读全文
posted @ 2022-08-03 14:01
thomas_blog
阅读(13)
评论(0)
推荐(0)
摘要:
#include "widget.h" #include "ui_widget.h" #include <QDebug> #include <QDialog> #include "mywidget.h" Widget::Widget(QWidget *parent) : QWidget(parent 阅读全文
posted @ 2022-08-03 08:16
thomas_blog
阅读(28)
评论(0)
推荐(0)

浙公网安备 33010602011771号