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. I need a help with qt
Forum Updated to NodeBB v4.3 + New Features

I need a help with qt

Scheduled Pinned Locked Moved Mobile and Embedded
3 Posts 3 Posters 2.2k 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.
  • E Offline
    E Offline
    eng.trojan
    wrote on last edited by
    #1

    im student in faculty of engineering dep of cs my graduation project will be ip phone on arm kit with embedded linux os and i need to build gui >> which branch of qt ill need
    qt quick or other ?
    and how can i start ??

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

      Can't you use KDE? Although, coming to think about it, that might be an overkill for an IP phone. Or, maybe Android?

      Qt QUICK is perfect for mobile/ embedded devices - and very easy to learn. You can definitely give it a try.

      (Z(:^

      1 Reply Last reply
      0
      • G Offline
        G Offline
        goetz
        wrote on last edited by
        #3

        For mobile/embedded devices, Qt Quick and the Components will be the way to go. The desktop widgets never worked out really good on that small devices. A good approach that I learned on one of the DevDays presentations is to do the actual logic in C++, expose the necessary interfaces to QML and do only the user interface and some small parts of the logic in Qt Quick.

        http://www.catb.org/~esr/faqs/smart-questions.html

        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