Qt4 Hildon/Qt Hildon Widgets

Qt for Hildon won't provide a set of composite widgets similar to those provided in Gtk Hildon. They will be part of an extra library.

This page is intended to link to resources to help the community develop these widgets.

Note that they will not be part of Qt as such, but will be optional widgets to aid developing applications for Maemo.


For details about Maemo 5 user experience, see:


Following existing Qt Widgets have issues with Maemo 5 theming/Maemo 5 UI Style:

  • Toolbar does not have correct height [Toolbar sizeHint is 48px] => Visual height should be 70px in Maemo 5.
  • Toolbar icons do not have correct size (HILDON_ICON_SIZE_FINGER)
  • Dialogs do not have finger size buttons (HILDON_SIZE_FINGER_HEIGHT)
  • Dialogs do not theme dialog buttons as such (different theme from normal buttons)
  • Dialogs have type icons (e.g. warning) where has in Maemo 5 use of those icons is not allowed.
  • Dialog buttons should stack on top of each other, but currently they layout themselves horizontally
  • Checkboxes should be embedded into button => Checkboxbutton. [Checkable QPushButton have to be themed or this will be part of an extra lib]
  • keyboard accelerator hints (underscores) are being shown, while Maemo 5 UI Style requires them to be hidden
  • Stock dialogs use button strings such as "OK" and "Cancel", which are forbidden in Maemo 5 UI Style. "OK" should be replaced with an action string or with "Done".<s> The "Cancel" should be removed, as dialogs are cancelled by tapping outside of the dialog.
  • stock "Exit" command should be removed from the menus. It is not allowed in Maemo 5 UI Style. [Legacy menus should not be used]
  • Sliders/Scales
  • Button heights? [minimal pushbutton height sizeHints is set by the style to 65px]
  • Text input fields [Style is okay]
  • text areas(?)


Following important Hildon widgets need the respective Qt Hildon widget (in priority order):


Following QT toolkit widgets are not optimized for mobile ui, and consequently are not finger usable on high DPI touchscreens like Nokia N900.

  • QColorDialog [Qt dialog has been modified in order to be usable with fingers]
  • QFontDialog [Qt dialog has been modified in order to be usable with fingers]
  • ...


These links may be of use: