Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    Unsolved ldtp keypress is not working with QT5.12 accessible.

    QML and Qt Quick
    1
    1
    60
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      Madhavi last edited by

      Sample Code:
      Accessible.name: "focusscope"
      Accessible.role: Accessible.Pane
      focus:true
      Accessible.focusable:true
      Accessible.onPressAction: {
      // handle escape for ldtp tool

      }
      

      none of the keypress('<esc>') is working.

      It used to work till QT5.6. We upgraded to QT5.12. Now unable to close the panels from ldtp.
      Any idea what was the reason exactly?
      I didn't find much differences with https://doc.qt.io/qt-5/qml-qtquick-accessible.html.

      1 Reply Last reply Reply Quote 0
      • First post
        Last post