摘要: #include "w_titlebarwidget.h" #include <QLabel> #include <QToolButton> #include <QHBoxLayout> #include <QDesktopWidget> #include <QApplication> #inclu 阅读全文
posted @ 2022-10-08 20:47 雾枫 阅读(71) 评论(0) 推荐(0)
摘要: QWidget *w=new QWidget(this); w->setGeometry(0,0,500,80); QHBoxLayout *layout=new QHBoxLayout; QPushButton *button1=new QPushButton; QPushButton *butt 阅读全文
posted @ 2022-10-08 20:23 雾枫 阅读(878) 评论(0) 推荐(0)