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 adapt qml ui files to custom application installer ?
Forum Update on Monday, May 27th 2025

How to adapt qml ui files to custom application installer ?

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
4 Posts 2 Posters 924 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.
  • S Offline
    S Offline
    small_bird
    wrote on 8 Jan 2017, 04:55 last edited by
    #1

    Hi, everyone !
    When I custom application installer, traditionally, XXX.ui files are used. However, XXX.qml files tend to be more convenient for ui designation. Now, I wonder how to use XXX.qml file to disign application installer ui ?
    Could anyone help me ? Thanks a lot !

    1 Reply Last reply
    0
    • P Offline
      P Offline
      p3c0
      Moderators
      wrote on 8 Jan 2017, 05:30 last edited by
      #2

      @small_bird How did you create the custom application installer ?
      .ui.qml files are Qt Quick UI forms which are generally used if you want to use Qt Quick designer for designing the QtQuick UI. They too are qml files and QML engine handles them too.

      Now, I wonder how to use XXX.qml file to disign application installer ui ?

      If you want to use .qml files then you have to write code for each QML component you intend to use in your application.

      157

      S 1 Reply Last reply 8 Jan 2017, 05:36
      0
      • P p3c0
        8 Jan 2017, 05:30

        @small_bird How did you create the custom application installer ?
        .ui.qml files are Qt Quick UI forms which are generally used if you want to use Qt Quick designer for designing the QtQuick UI. They too are qml files and QML engine handles them too.

        Now, I wonder how to use XXX.qml file to disign application installer ui ?

        If you want to use .qml files then you have to write code for each QML component you intend to use in your application.

        S Offline
        S Offline
        small_bird
        wrote on 8 Jan 2017, 05:36 last edited by
        #3

        @p3c0 Yes, I know what you mean. Now I'd like to use qt installer framwork to design my installer. The installer has it's pages, traditionally, the pages are designed using XXX.ui files. Now, I want to use XXX.ui.qml files to design pages of installer. How to achieve that ?

        1 Reply Last reply
        0
        • P Offline
          P Offline
          p3c0
          Moderators
          wrote on 8 Jan 2017, 06:22 last edited by
          #4

          @small_bird Just tried the Qt Installer framework for he first time and I seem to understand your question now. Please ignore my earlier reply.
          From what I observe and as you said it uses ui files which I see are actually Qt widgets based(earlier I misunderstood it as ui.qml).
          The binarycreator tool parses these files and other stuff to create the installer. So IMO its all coded in that tool and I doubt it will be possible to replace these widgets ui with QML ui.

          157

          1 Reply Last reply
          0

          1/4

          8 Jan 2017, 04:55

          • Login

          • Login or register to search.
          1 out of 4
          • First post
            1/4
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved