Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. ldtp keypress is not working with QT5.12 accessible.
Forum Updated to NodeBB v4.3 + New Features

ldtp keypress is not working with QT5.12 accessible.

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
1 Posts 1 Posters 172 Views 1 Watching
  • 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 Offline
    M Offline
    Madhavi
    wrote on last edited by
    #1

    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
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved