How to Remove Toolbar from MeeGo Harmattan Application

From Qt Wiki
Revision as of 15:48, 14 January 2015 by Maintenance script (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

English Български

How to Remove Toolbar from MeeGo Harmattan Application

The problem

By default all native Qt applications for MeeGo Harmattan (Nokia N9, Nokia N950) have a toolbar containing buttons at the bottom of the screen. Some applications do not need this toolbar and it has to be removed.

Solution

To remove the toolbar of a native MeeGo Harmattan QML application do the following steps:

  • Disable the visibility of the toolbar at the main QML file and delete the menu:
  • Disable tools on you page:

External Links

How to Remove Toolbar from MeeGo Harmattan QML Application [anavi.org]

Qt/C++ Applications

How to remove toolbar from within a non-QML Qt application – use showFullScreen() instead of show() or showMaximised() [qt.io]

Categories: