Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. QTreeView "Done" Softkey

QTreeView "Done" Softkey

Scheduled Pinned Locked Moved Mobile and Embedded
2 Posts 2 Posters 2.3k Views
  • 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.
  • G Offline
    G Offline
    Granty
    wrote on last edited by
    #1

    Hi Qts,

    I'm not happy with the default softkey of QTreeview.

    I would like to assign a custom softkey.

    Any hints are welcome.

    Cheers !

    Cheers !
    Granty

    1 Reply Last reply
    0
    • B Offline
      B Offline
      blex
      wrote on last edited by
      #2

      Keys are hard-coded in QTreeview::keyPressEvent() and QAbstractItemView::keyPressEvent().

      So, you should use event filter or re-implement keyPressEvent() in your subclass.


      Oleksiy Balabay

      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