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. [Moved] QML vs Qt
Forum Updated to NodeBB v4.3 + New Features

[Moved] QML vs Qt

Scheduled Pinned Locked Moved QML and Qt Quick
4 Posts 3 Posters 2.9k 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.
  • S Offline
    S Offline
    sanjayrathore36
    wrote on last edited by
    #1

    Hi All,

    I am new in qt/qml.I know some basics of qt and qml. I am little bit confused with qt/qml. please tell me, when we should design our application using QT and when with QML.

    I am waiting for responses.

    Sanjay

    1 Reply Last reply
    0
    • D Offline
      D Offline
      DenisKormalev
      wrote on last edited by
      #2

      QML is part of Qt, so I think you mean QML vs standard widgets. I don't think that someone can answer on this question. All cases are unique and you should decide what you want in each case.
      QML is easier when you need some non-standard ui, but it doesn't contain yet standard elements such as button or slider. So you need to develop them yourself or use Qt Components (which are unstable now).

      1 Reply Last reply
      0
      • S Offline
        S Offline
        sanjayrathore36
        wrote on last edited by
        #3

        thanks for you quick reply.

        1 Reply Last reply
        0
        • O Offline
          O Offline
          Olorin5800
          wrote on last edited by
          #4

          When doing normal desktop (like a financial app or stuff like that) applications i think the standard widgets are very good and very easy to use. When your application needs a custom look across multiple platforms or a slick interface for a mobile/embedded device QML would be a better choice.

          My 2 cents


          My programs never have bugs, they just develop random features.

          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