-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
qnanopainter dosent paint in multiple window in qml #78
Comments
I'm wondering whether this is relevant: https://doc.qt.io/qt-6/qtquick-visualcanvas-scenegraph.html#what-if-there-is-no-or-more-than-one-window-visible
Also, perhaps this? https://doc.qt.io/qt-6/qtquick-visualcanvas-scenegraph.html#driving-animations
|
@NielsMayer yes i think its true so what is your suggestion for this problem? |
@NielsMayer please help me |
This is duplicate of issue #80 |
hello
i want to paint in 2 window in single application on qml
but when i open second window painting on main window is ok but on second window dosent work
i think its about QQuickWindow::setGraphicsApi(QSGRendererInterface::OpenGL);
but i cant set it on second window
The text was updated successfully, but these errors were encountered: