#pragma once #include #include class MainWindow : public QQuickView { Q_OBJECT QML_ELEMENT QML_SINGLETON /* ??? */ public: explicit MainWindow(QWindow *parent = nullptr); };