Skip to content
  • QML Mouse drag laggy

    Unsolved QML and Qt Quick qml draghandler mousearea
    6
    0 Votes
    6 Posts
    534 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);