-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Files in Tree View #135
Comments
I will try to get this fixed for 6.3, need to go through some old legacy code ... |
I have made some usable in https://github.com/ferion11/qtfm I'm using/testing and improve it. It is usable now. At least I like it more than the old detailTree using the default qtreeview. But is my opinion, then i don't make a pull request. Fell free to use the code to implement the official version. |
I forgot to said because I had already changed the local configuration that I use, but "customActions" works in the treeview. The only change to be made is from "%f" to "%F" because we need the full path. My working customActions that I use: |
We will need something like #144 for the QListView too (normal list view). If in the normal list view, we have 2 or more column, select files on the first column can't be done using the elastic band (because we don't have space to start the mouse selection). |
I would like to see a Tree View (List/Tree) for the files like we have on Dolphin (file tree view) and Nautilus (List View - Navigate folders in a tree).
From Qt Widgets doc example:
The text was updated successfully, but these errors were encountered: