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. Cross platform cross language UI dialogs

Cross platform cross language UI dialogs

Scheduled Pinned Locked Moved General and Desktop
3 Posts 3 Posters 750 Views 1 Watching
  • 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.
  • S Offline
    S Offline
    sathyakumar
    wrote on last edited by
    #1

    I am new to Qt. My requirements are that I need to create a set of dialogs (Note that it is not an entire application). For e.g, Customized File Open, File save dialogs that will then be used by other applications written for different platforms and languages. Is Qt an option here - Can I create dialogs. Can I export these dialogs as classes and make use of them in other frameworks like WPF or even Java.

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      You can create a library with dialogs inside: then it can be called by any other language.

      (Z(:^

      1 Reply Last reply
      0
      • Chris KawaC Offline
        Chris KawaC Offline
        Chris Kawa
        Lifetime Qt Champion
        wrote on last edited by
        #3

        Though it's not that simple. The methods for dialogs you create need to run in a Qt event loop, and a QApplication instance must exist at that time, which can be a little tricky when used as a library.

        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