Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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 !
Keys are hard-coded in QTreeview::keyPressEvent() and QAbstractItemView::keyPressEvent().
So, you should use event filter or re-implement keyPressEvent() in your subclass.