Qt 6.11 is out! See what's new in the release
blog
master/detail - miss some feature
-
Hi,
I actually was able to workout the sample, I wanted to achive using QFileSystemModel. But I wasn't successful using QFileSystemModel - so I wrote my own model.
Here's my sample code.
Master/detail works as expected, but I stil have a few wishes, that I don't know how to implement:
- tab key used to toggle focus between treeview and table view
- set default sort order on tree and tableview
- set more shortcuts like insert/delete/enter ...
I already tried to setup some shortcut, but I didn't find the missing link
... and last not least:
If someone knows, how to achieve same/similar master detail functionality with QFileSystemModel I'd be happy to hear about ...