Skip to content
Qt 6.11 is out! See what's new in the release blog
  • QML Mouse drag laggy

    Unsolved QML and Qt Quick qml draghandler mousearea
    6
    0 Votes
    6 Posts
    2k Views
    Z
    I v solve this problem: insert this 2 line code in main.cpp before create QGuiApplication object: qputenv("QSG_RENDER_LOOP", "basic" ); QQuickWindow::setGraphicsApi(QSGRendererInterface::OpenGL);