summaryrefslogtreecommitdiffstats
path: root/tests/auto/qformlayout
Commit message (Collapse)AuthorAgeFilesLines
* Fix QFormLayout which allowed fields to be smaller that their minimum sizeOlivier Goffart2009-05-061-0/+30
| | | | | | | | | | | | If the label's sizeHint is bigger than its minimumSizeHint, the field may be resized smaller than its minimum size. This also fix another problem where the field would 'jump' from one sizehint to the others. (This can happen if labels can word-wrap for example) Reviewed-by: Michael Goddard
* Long live Qt!Lars Knoll2009-03-233-0/+913