From df4252e83f6357dd79188327e361002fd04184b4 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Tue, 25 Apr 2023 09:26:47 -0500 Subject: [PATCH] add info about windows --- src/main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.cpp b/src/main.cpp index 5e160b2..09c089f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -224,6 +224,8 @@ int main(int argc, char *argv[]) engine.rootContext()->setContextObject(new KLocalizedContext(&engine)); engine.load(QUrl(QStringLiteral("qrc:qml/main.qml"))); + qDebug() << app.topLevelWindows(); + qDebug() << app.allWindows(); // QQuickView *view = new QQuickView; // view->setSource(QUrl(QStringLiteral("qrc:qml/main.qml"))); // view->show();