Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. How to use CommonDialog in Qt Quick components?
Forum Updated to NodeBB v4.3 + New Features

How to use CommonDialog in Qt Quick components?

Scheduled Pinned Locked Moved QML and Qt Quick
6 Posts 4 Posters 3.5k 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.
  • M Offline
    M Offline
    mismail
    wrote on last edited by
    #1

    Hi guys,

    I am trying to use CommonDialog on meego application but always i got a message that say "CommonDialog is not a type
    CommonDialog"

    So is it possible to use the commonDialog on meego platform?

    1 Reply Last reply
    0
    • G Offline
      G Offline
      giesbert
      wrote on last edited by
      #2

      What do you mean by CommonDialog? The Qt dialogs (FileDialog, ColorDialog, ...)
      Or do you mean the common controls for qml?

      Nokia Certified Qt Specialist.
      Programming Is Like Sex: One mistake and you have to support it for the rest of your life. (Michael Sinz)

      1 Reply Last reply
      0
      • M Offline
        M Offline
        mismail
        wrote on last edited by
        #3

        Sorry about this,
        I mean the CommonDialog object in the Qt Quick components

        1 Reply Last reply
        0
        • M Offline
          M Offline
          mismail
          wrote on last edited by
          #4

          Can any body help?

          1 Reply Last reply
          0
          • I Offline
            I Offline
            Ices_Eyes
            wrote on last edited by
            #5

            I have the same problem. On both the Meego simulator and the emulator,QtCreator says that CommonDialog is not a type, either if CommonDialog.qml is available in the right folder of the simulator. The more strange thing is that by using a DatePickerDialog, a TumblerDialog, a QueryDialog and all other dialog types, no errors are reported and all works... :S

            1 Reply Last reply
            0
            • D Offline
              D Offline
              dicksonleong
              wrote on last edited by
              #6

              In MeeGo's Qt Quick Component, CommonDialog is not made public and only for internal use (inherit by other dialog eg. QueryDialog)

              You can made your own CommonDialog by referencing to the "source file":https://qt.gitorious.org/qt-components/qt-components/blobs/master/src/meego/CommonDialog.qml

              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