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

Qt Android need help

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
android
2 Posts 2 Posters 633 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.
  • S Offline
    S Offline
    salesh
    wrote on last edited by A Former User
    #1

    So basically i want to make Qt application for android, so i created form(xml) with few buttons. With QMainWindow(parent),
    ui(new Ui::RemoteClient)

    (Ui namespace because i want to use that RemoteClient fun., because library RemoteClient have own, and the i can with ui->button control etc). My main problem is that my app look terrible on mobile phone, and i don't know how to make better with this basic form that i got from Qt studio.

    Regards Salesh

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      For a better visual experience on mobile platforms, QtQuick is the recommend way to develop applications. You also have a set of controls like provided by the widgets module if needed.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      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