mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-12-16 17:11:37 +08:00
更新项目结构
This commit is contained in:
22
src/appitem.h
Normal file
22
src/appitem.h
Normal file
@@ -0,0 +1,22 @@
|
||||
#ifndef APPITEM_H
|
||||
#define APPITEM_H
|
||||
|
||||
#include <QWidget>
|
||||
|
||||
namespace Ui {
|
||||
class AppItem;
|
||||
}
|
||||
|
||||
class AppItem : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit AppItem(QWidget *parent = nullptr);
|
||||
~AppItem();
|
||||
|
||||
private:
|
||||
Ui::AppItem *ui;
|
||||
};
|
||||
|
||||
#endif // APPITEM_H
|
||||
Reference in New Issue
Block a user