chore:绘制包列表骨架

This commit is contained in:
2025-06-06 13:29:35 +08:00
parent 064b068135
commit 3ba3364fb9
5 changed files with 42 additions and 0 deletions

15
src/applistmodel.h Normal file
View File

@@ -0,0 +1,15 @@
#ifndef APPLISTMODEL_H
#define APPLISTMODEL_H
#include <QObject>
class AppListModel : public QObject
{
Q_OBJECT
public:
explicit AppListModel(QObject *parent = nullptr);
signals:
};
#endif // APPLISTMODEL_H