Well, this works only partially. Namely, e.g. I wanna stay in the directory /tmp. And click to Up-icon in the QFileDialog window. This generates the signal directoryEntered(const QString), which I can catch up and move back to /tmp. However, the path "/" remains in the history. And then backButton from the QFileDialogPrivate can be used and does not generate the signal. In this way, I can traverse the entire /-tree.
Would appreciate any comments
P.S. clearing histroy also didn't help.
P.P.S changeEvent also doesn't react to back- and forward-buttons. However, it does work on go-up-button
Bookmarks