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. QWidget for mobile development
Forum Updated to NodeBB v4.3 + New Features

QWidget for mobile development

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

    Hi,

    I've been using Qt for desktop development for quite some time now, and I'm going to start my first mobile application (Android/iOS).
    I've looked at the Qt Quick stuff but I'm not willing to go into that, I'm so used to C++/Widgets and my app will need some low-level control/very high perf.
    Do you know any example in the SDK (or elsewhere) of mobile apps that are based on C++/Widgets ?
    So I could look at the source code, see if there some mobile-specific stuff I should be aware of (mainly regarding screen/resolution/layout management).

    Thanks !

    1 Reply Last reply
    0
    • A Offline
      A Offline
      adutzu89
      wrote on last edited by
      #2

      It's basically the same thing, but as a person which is developing an app for mobile using Qt/C++ I strongly recommend learning to combine QML with C++; QML for GUI and C++ for the rest.

      When it comes to GUI mobile development Qt/QML is far ahead than Qt/C++ from my point of view, with Qt/C++ for GUI you will have to do some frustrating workarounds.

      I myself am looking into Qt Quick so I can rebuild my app's GUI using QML and extending it with C++.

      1 Reply Last reply
      1

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved