Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Approaches to scale widgets to fit various screen resolutions for mobile and desktop ?
Forum Updated to NodeBB v4.3 + New Features

Approaches to scale widgets to fit various screen resolutions for mobile and desktop ?

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 464 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
    EdOfTheMountain
    wrote on last edited by
    #1

    Question:
    Are there any system wide approaches to scale things like button widgets and such ? Should I be learning about style sheets?

    Problem
    I have a QWidget app that supports both desktops and Android, and iOS. Desktop deployment is fine.

    The problem I wish to solve is when app is deployed on a Nexus 7" Android tablet, the widgets are too small to manipulate by finger touch. For example, the QTableWidget rows and vertical scroll bars are too small. For things like QFileDialog I expect I will need to implement a custom file browser that is more mobile friendly.

    Thanks in advance for any tips or direction,

    -Ed

    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