This commit is contained in:
朱子楚\zhuzi
2023-06-29 23:36:36 +08:00
parent 294606d019
commit 9f9e48659b
5 changed files with 34 additions and 1 deletions

View File

@ -0,0 +1,6 @@
#include "CircularReveal.h"
CircularReveal::CircularReveal()
{
}

View File

@ -0,0 +1,16 @@
#ifndef CIRCULARREVEAL_H
#define CIRCULARREVEAL_H
#include <QQuickItem>
class CircularReveal : public QQuickItem
{
Q_OBJECT
public:
CircularReveal();
signals:
};
#endif // CIRCULARREVEAL_H