Closed jsm222 closed 1 year ago
Say, when you type
/us
, will it show/usr
in the menu?
Nope, you have to use the autocompleter for completion, in this implementation. If you want the other, we better just travese the filesystem with opendir and readdir or Qt equivalents ourselves.
What I am trying to achieve is that when you type /us
, it will show /usr
in the menu. I could not get that to work. If you have an idea how to do that, I'd be grateful if you could show me.
Say, when you type
/us
, will it show/usr
in the menu?