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. Spinbox arrow size on small mobile screens
Forum Updated to NodeBB v4.3 + New Features

Spinbox arrow size on small mobile screens

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

    I know that the size/font of a spinbox or checkbox can easily be increased, but that doesn't help much if the user can't click on one distinct arrow, or on one distinct box. Is there any way to make these characteristics bigger, such that it's easier to use applications that rely heavily on spinboxes or checkboxes?

    Thanks!

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

      My advice: don't use the widget at all in a mobile, touch-driven environment. There are better ways of dealing with inputting numbers in such environments. As you found out, the buttons are too small to be of use.

      In the past, I made a widget that rendered the buttons to the left and right of the line edit, taking the whole height of the line edit. That worked, but did not look all that elegant. On current mobile platforms, you often see that you get a specialized overlay that allows easy input for the field.

      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