Qt Forum

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

    Update: Forum Guidelines & Code of Conduct

    [SOLVED] QML equivalent for qApp->aboutQt

    Mobile and Embedded
    2
    3
    1484
    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.
    • S
      svyatoslav911512 last edited by svyatoslav911512

      Hello,

      Does anyone know native QML equivalent for qApp->aboutQt messagebox? Want to use it in Qt application logic + QML interface, but without hard implementation. If there is native QML thing, so it's really good.

      Thanks
      Svyatoslav

      1 Reply Last reply Reply Quote 0
      • M
        mcosta last edited by

        Hi,

        reading the docs seems there's no aboutQt for QML.

        Once your problem is solved don't forget to:

        • Mark the thread as SOLVED using the Topic Tool menu
        • Vote up the answer(s) that helped you to solve the issue

        You can embed images using (http://imgur.com/) or (http://postimage.org/)

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

          Yes, probably better to invoke standard qApp->aboutQt from C++ class. Thanks.

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