摘要: 运行结果: 文件目录: customtablewidget.h #ifndef CUSTOMTABLEWIDGET_H #define CUSTOMTABLEWIDGET_H #include <QWidget> #include <QHBoxLayout> #include <QSpinBox> 阅读全文
posted @ 2024-04-30 15:09 [BORUTO] 阅读(105) 评论(0) 推荐(0)
摘要: 运行结果: 文件结构: 源码: customtreewidget.h #include <QTreeWidget> #include <QTreeWidgetItem> #include <QWidget> #include <QHBoxLayout> #include <QPushButton> 阅读全文
posted @ 2024-04-30 15:08 [BORUTO] 阅读(128) 评论(0) 推荐(0)
摘要: 效果: 文件结构: qcustomwidget.ui qcustomwidget.h (自定义条目类) #ifndef QCUSTOMWIDGET_H #define QCUSTOMWIDGET_H #include <QWidget> namespace Ui { class QCustomWid 阅读全文
posted @ 2024-04-30 15:06 [BORUTO] 阅读(335) 评论(0) 推荐(0)