QFileDialog & favorites/customisation
Unsolved
General and Desktop
-
Hey
if I use
dialog = QFileDialog(0, "Open Project", "C:/",extensions) dialog.setOption(QFileDialog.DontUseNativeDialog, True)
On the left of the dialog, I have "favorite" items, how can I edit them, set, delete, update programmatically?
Also, how can I copy windows explorer quick access folders in to this section as well as they seem to not copy by default?
TIA.
-
Hi, there is https://doc.qt.io/qt-5/qfiledialog.html#setSidebarUrls, is that what you want?