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. Is it possible to achieve all functionality of Qt application by using Qt Quick Components

Is it possible to achieve all functionality of Qt application by using Qt Quick Components

Scheduled Pinned Locked Moved QML and Qt Quick
3 Posts 2 Posters 1.6k 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.
  • R Offline
    R Offline
    Ravinder
    wrote on last edited by
    #1

    Hi all,

    I am new on Qt development. I just want to ask simple thing that if suppose we make a application using Qt in C++. Now i want to create the same application in Qt Quick means only using QML and JavaScript in place of C++. Is it possible or there are few API or other things that are not available in QML . Thnx for any suggestion .

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      [quote author="Ravinder" date="1339656081"] Now i want to create the same application in Qt Quick means only using QML and JavaScript in place of C++.[/quote]

      This assumption is wrong. You can use QML with both/ either C++ and JS.

      As for the question in the topic - QtWidgets and QML are significantly different, they do not cover the same GUI questions as of today. If you mean to ask whether QML can do everything that widgets do, the answer is again a "no". A set of QML components imitating widgets is being worked on, but is not in Qt officially yet.

      (Z(:^

      1 Reply Last reply
      0
      • R Offline
        R Offline
        Ravinder
        wrote on last edited by
        #3

        But i had seen that there are many APIs in QML that can be used in place of C++ . Somthing like Qt Mobility etc. etc.

        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