~ubuntu-branches/ubuntu/wily/qtbase-opensource-src/wily

« back to all changes in this revision

Viewing changes to examples/widgets/layouts/README

  • Committer: Package Import Robot
  • Author(s): Timo Jyrinki
  • Date: 2013-02-05 12:46:17 UTC
  • Revision ID: package-import@ubuntu.com-20130205124617-c8jouts182j002fx
Tags: upstream-5.0.1+dfsg
ImportĀ upstreamĀ versionĀ 5.0.1+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Qt uses a layout-based approach to widget management. Widgets are arranged in
 
2
the optimal positions in windows based on simple layout rules, leading to a
 
3
consistent look and feel.
 
4
 
 
5
Custom layouts can be used to provide more control over the positions and
 
6
sizes of child widgets.
 
7
 
 
8
 
 
9
Documentation for these examples can be found via the Examples
 
10
link in the main Qt documentation.