qt5base-lts/examples/mainwindows
Mitch Curtis bb19bd3b61 Correct status tips for Menus example.
Line spacing's status tip is incorrectly set to paragraph spacing's,
and paragraph spacing's status tip is not set at all.

Task-number: QTBUG-22736
Change-Id: I2c3ff2fa45221f1cf4af8e4323c383c998adb650
Reviewed-by: Jerome Pasion <jerome.pasion@nokia.com>
Reviewed-by: Michalina Ziemba <michalina.ziemba@nokia.com>
2012-07-25 13:46:07 +02:00
..
application Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
dockwidgets Fix building of qtbase examples when printsupport module is disabled. 2012-06-18 09:48:55 +02:00
mainwindow Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
mdi Compile fix if QT_NO_CLIPBOARD defined 2012-04-19 16:20:28 +02:00
menus Correct status tips for Menus example. 2012-07-25 13:46:07 +02:00
recentfiles Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
sdi Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
mainwindows.pro Remove the MacMainWindow example. 2012-05-30 01:54:45 +02:00
README Remove references to demos from docs. 2011-07-05 19:57:54 +02:00

All the standard features of application main windows are provided by Qt.

Main windows can have pull down menus, tool bars, and dock windows. These
separate forms of user input are unified in an integrated action system that
also supports keyboard shortcuts and accelerator keys in menu items.


Documentation for these examples can be found via the Examples
link in the main Qt documentation.