qt5base-lts/examples/widgets/layouts
Assam Boudjelthia 873eba3f8b Examples: use QDialog::showMaximaized() for Android
Examples that use QDialog as main window should be maximized on Android
to avoid a black view on most of the screen.

Task-number: QTBUG-80717
Change-Id: I933c1a01d95d53da009c190c37fa32f27be5af5e
Reviewed-by: BogDan Vatra <bogdan@kdab.com>
2020-03-03 12:39:56 +02:00
..
basiclayouts Examples: use QDialog::showMaximaized() for Android 2020-03-03 12:39:56 +02:00
borderlayout QtBase: compile examples with QT_DISABLE_DEPRECATED_BEFORE=0x050d00 2019-02-13 05:55:46 +00:00
dynamiclayouts Examples: use QDialog::showMaximaized() for Android 2020-03-03 12:39:56 +02:00
flowlayout Deprecate constructing QFlags from a pointer 2019-11-20 19:43:38 +01:00
layouts.pro remove QT+=widgets from SUBDIRS projects 2012-12-17 14:08:17 +01:00
README Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00

Qt uses a layout-based approach to widget management. Widgets are arranged in
the optimal positions in windows based on simple layout rules, leading to a
consistent look and feel.

Custom layouts can be used to provide more control over the positions and
sizes of child widgets.


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