有个不必现错误,预览初步完成

This commit is contained in:
2025-03-25 18:35:28 +08:00
parent c84b88a422
commit d86f80982d
25 changed files with 967 additions and 393 deletions

View File

@@ -2,6 +2,9 @@
#define FRMALBUM_H
#include <QWidget>
#include "panelwidget.h"
#include "frmimgshow.h"
#include <QHBoxLayout>
namespace Ui {
class FrmAlbum;
@@ -17,6 +20,10 @@ public:
private:
Ui::FrmAlbum *ui;
QList<QWidget*> picWidgetList;
PanelWidget* panelWidget;
QHBoxLayout* layout;
void initForm();
};
#endif // FRMALBUM_H