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. Qt Widgets & Qt Quick
Forum Updated to NodeBB v4.3 + New Features

Qt Widgets & Qt Quick

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
3 Posts 2 Posters 695 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.
  • embdevE Offline
    embdevE Offline
    embdev
    wrote on last edited by
    #1

    I'm working on an embedded Linux target board. Which Qt as per subject line would be recommended to develop GUI for my embedded board applications?

    1 Reply Last reply
    0
    • M Offline
      M Offline
      mvuori
      wrote on last edited by
      #2

      Qt Quick is designed for GUI modern development, has many benefits over Qt Quick (maintainability, easy customisation, etc...), it represents the future, and should always be the first choice for new products, unless there are issues with it, or the project benefits from other choices. For example:

      • if you have existing, important components implemented as QWidgets, it could make sense to base the whole UI on QWidgets.
      • Similarly, if the current QML implementation on the platform has restrictions or defects, you may need to use QWidgets.
      • Etc..
      1 Reply Last reply
      0
      • embdevE Offline
        embdevE Offline
        embdev
        wrote on last edited by
        #3

        I see. what if my current embedded Linux software blocks use C source codes, is it still advisable to use QtQuick for my GUI development? or better to use QtWidget for my GUI development?

        I'm a little confused as to how to combine my embedded Linux board source codes with that of Qt GUI source codes. Do you've any advice as how I may integrate these two together? Do I actually put my embedded source codes into Qt GUI source codes as well?

        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