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. Compile project with UI dialogs which will have QML version and classic Widgets version?
Forum Updated to NodeBB v4.3 + New Features

Compile project with UI dialogs which will have QML version and classic Widgets version?

Scheduled Pinned Locked Moved QML and Qt Quick
3 Posts 2 Posters 923 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.
  • T Offline
    T Offline
    Time Markov
    wrote on last edited by
    #1

    Does it is possible to have same project which will have UI dialogs that are realized with Widgets and QML and to compile specific version of that project. Example i want to compile project with Widgets type of UI dialogs, or to compile project with QML types of same UI dialogs?

    1 Reply Last reply
    0
    • dheerendraD Offline
      dheerendraD Offline
      dheerendra
      Qt Champions 2022
      wrote on last edited by
      #2

      You want to conditionally invoke the UI elements ? It is better you include conditional statement inside the code itself call either Qt Widget UI or QML UI.

      Dheerendra
      @Community Service
      Certified Qt Specialist
      http://www.pthinks.com

      1 Reply Last reply
      0
      • T Offline
        T Offline
        Time Markov
        wrote on last edited by
        #3

        Thanks Dheerendra,

        Yes, can you share some code example about your statement "It is better you include conditional statement inside the code itself call either Qt Widget UI or QML UI"?

        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