Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QFileDialog & favorites/customisation
Forum Updated to NodeBB v4.3 + New Features

QFileDialog & favorites/customisation

Scheduled Pinned Locked Moved Unsolved General and Desktop
qfiledialog
2 Posts 2 Posters 641 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    Dariusz
    wrote on last edited by
    #1

    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.

    1 Reply Last reply
    0
    • B Offline
      B Offline
      Bonnie
      wrote on last edited by
      #2

      Hi, there is https://doc.qt.io/qt-5/qfiledialog.html#setSidebarUrls, is that what you want?

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved