#ifndef FLUENTUI_H #define FLUENTUI_H #include class FluentUI { public: static void create(QQmlEngine* engine); static QString version(); }; #endif // FLUENTUI_H