qt5base-lts/examples/widgets/layouts
Christian Ehrlicher aa32510430 Cleanup Widgets examples - nullptr
Cleanup the widgets examples - replace 0 with nullptr

Change-Id: Id4bf119b9a41f6d10117f3a613a6e604128fa196
Reviewed-by: Konstantin Shegunov <kshegunov@gmail.com>
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
2019-01-23 15:13:45 +00:00
..
basiclayouts Cleanup Widgets examples - new signal/slot syntax 2019-01-03 08:29:56 +00:00
borderlayout Cleanup Widgets examples - nullptr 2019-01-23 15:13:45 +00:00
dynamiclayouts Doc: Complete Dynamic Layouts Example 2018-03-14 12:44:20 +00:00
flowlayout Cleanup Widgets examples - nullptr 2019-01-23 15:13:45 +00: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.