This commit is contained in:
xyz
2025-05-23 20:25:45 +08:00
parent f529ecb251
commit bf3bd5a2ba
5 changed files with 86 additions and 10 deletions

View File

@ -3,6 +3,14 @@
#include <QWidget>
#include <QScrollArea>
#include <QScrollBar>
#include <QVBoxLayout>
#include <QPushButton>
#include <QGridLayout>
#include <QLabel>
#include <QIcon>
#include <QString>
#include <iostream>
////////////////////////////////////////
@ -24,7 +32,7 @@ public:
//
private:
//后续向container中的layout添加元素就会有QScrollArea的滚动
//后续向container中的layout添加元素,就会有QScrollArea的滚动
QWidget* container;
signals: