FluentUI/src/FluentUI.h

15 lines
190 B
C
Raw Normal View History

2023-02-24 18:44:29 +08:00
#ifndef FLUENTUI_H
#define FLUENTUI_H
2023-02-26 23:47:07 +08:00
#include <QQmlEngine>
2023-02-24 18:44:29 +08:00
2023-02-26 23:47:07 +08:00
class FluentUI
2023-02-24 18:44:29 +08:00
{
2023-02-26 23:47:07 +08:00
public:
static void create(QQmlEngine* engine);
static QString version();
2023-02-24 18:44:29 +08:00
};
#endif // FLUENTUI_H