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. Custom Open/Save Dialogs
QtWS25 Last Chance

Custom Open/Save Dialogs

Scheduled Pinned Locked Moved General and Desktop
5 Posts 3 Posters 5.4k 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.
  • R Offline
    R Offline
    RichardM198030
    wrote on last edited by
    #1

    I didn't see any Examples for Open Save Dialogs, could somebody upload a good example, using all codes, rather than Qt's built-in Save and Load Functions? I'd love to learn that, to get some extra experience, =). I'm pretty sure you can make your own custom built, from ground up Save/Load File Dialogs using Qt, =).

    1 Reply Last reply
    0
    • A Offline
      A Offline
      andre
      wrote on last edited by
      #2

      Sure you can. The sources for the Qt versions would be a great starting point. Also interesting are the QFileSystemModel and the different view classes, of course.

      1 Reply Last reply
      0
      • frankcyblogic.deF Offline
        frankcyblogic.deF Offline
        frankcyblogic.de
        wrote on last edited by
        #3

        You can also take a look at Qt's non-native dialogs. Each dialog has an "QFileDialog::DontUseNativeDialog" option and you should find the corresponding code somewhere in qt/src/gui/dialogs. Just my two cents;)

        1 Reply Last reply
        0
        • R Offline
          R Offline
          RichardM198030
          wrote on last edited by
          #4

          [quote author="unclewerner" date="1300795720"]You can also take a look at Qt's non-native dialogs. Each dialog has an "QFileDialog::DontUseNativeDialog" option and you should find the corresponding code somewhere in qt/src/gui/dialogs. Just my two cents;)[/quote]

          Thanks, =).

          1 Reply Last reply
          0
          • R Offline
            R Offline
            RichardM198030
            wrote on last edited by
            #5

            [quote author="Andre" date="1300795573"]Sure you can. The sources for the Qt versions would be a great starting point. Also interesting are the QFileSystemModel and the different view classes, of course. [/quote]

            I'm getting this message here:

            KGlobal::locale::Warning your global KLocale is being recreated with a valid main component instead of a fake component, this usually means you tried to call i18n related functions before your main component was created. You should not do that since it most likely will not work
            QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No such file or directory
            QFileSystemWatcher: failed to add paths: /home/rick/.config/ibus/bus
            Bus::open: Can not get ibus-daemon's address.

            Why am I getting that?? No matter what I do, I get that error message. I've seen that before, founds results, but nothing matched up to what I seen.. It's weird. Is that just a KDE thing, and something I shoulldn't worry about, or is that a bug that should be sent to Qt?

            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