Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. What is the best way to switcha project to using qml?

What is the best way to switcha project to using qml?

Scheduled Pinned Locked Moved Mobile and Embedded
2 Posts 2 Posters 846 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.
  • K Offline
    K Offline
    koolbi
    wrote on last edited by
    #1

    I have an Android project that is currently using widgets. I would like to start using qtquick and qml. Does anybody have any suggestions as to what would be the best way to switch over to qtquick and qml?

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

      Since you are about to make big changes, I would recommend going really big :) So design a new interface from scratch. If you want to retain the old look, you can use QtQuick.Controls... but then, why move away from Widgets at all ;)

      If you have a good separation of logic and UI, the transition should go pretty well. If not, you will need to put in a lot of work. As for QML itself, I would advise to try doing some simple, small projects in it first: just to get to know the language and it's philosophy. Then it will be much easier for you to design the main project.

      (Z(:^

      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