Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    [SOLVED] QML and SelectionDialog

    QML and Qt Quick
    3
    4
    955
    Loading More Posts
    • 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.
    • ?
      A Former User last edited by

      Is there any way to use SelectionDialog in .qml?

      Some documents say Yes, some say No:
      http://archive.is/7gepe

      I found SelectionDialog.qml on:
      https://github.com/M4rtinK/modrana/blob/master/modules/gui_modules/gui_qml/ic/qtc/SelectionDialog.qml

      1 Reply Last reply Reply Quote 0
      • S
        shav last edited by

        Hi Lepa Brena,

        I can't find 'SelectionDialog' in official documentation for Qt 5.2. Could you explain what you need? If you want select some file(s) you can use "FileDialog":http://qt-project.org/doc/qt-5/qml-qtquick-dialogs-filedialog.html
        For more information about dialogs you can find "here":http://qt-project.org/doc/qt-5/qtquick-dialogs-qmlmodule.html.

        Mac OS and iOS Developer

        1 Reply Last reply Reply Quote 0
        • T
          Traxx last edited by

          SelectionDialog is a symbian Ui Qt Quick component.Symbian Qt Quick component is already depreciated in Qt5 onward.

          1 Reply Last reply Reply Quote 0
          • ?
            A Former User last edited by

            Actually I want it to use as a Combobox, because I have some problems with Combobox (don't like it because cannot change style of dropdown).
            At the end, I'm going to create some custom comobox...

            Thank you both.

            1 Reply Last reply Reply Quote 0
            • First post
              Last post