summaryrefslogtreecommitdiffstats
path: root/tests/auto/qheaderview
Commit message (Collapse)AuthorAgeFilesLines
* Fix tst_QHeaderView::length() on Symbian.Liang QI2009-10-201-1/+4
| | | | | | Just the default font size will not work for this case. We set it to smaller one. Notice: we should make sure view->length() is different between view->setStretchLastSection(true) and view->setStretchLastSection(false). RevBy: Aleksandar Babic
* Default section size is taken instead of some fixed valueninerider2009-10-151-1/+1
| | | | | | Test failed on different styles such as Windows Mobile. Reviewed-by: Ossi
* Stabilize more testOlivier Goffart2009-09-231-1/+2
|
* Fix bug in the invisibleStretchLastSection autotest.Jan-Arve Sæther2009-09-211-15/+15
| | | | | | | Reduce the count so that it can fit on one screen. Also make sure we call setStretchLastSection after the resize, since setStretchLastSection depends on the size of the view.
* Update license headers again.Jason McDonald2009-09-091-4/+4
| | | | Reviewed-by: Trust Me
* Update tech preview license header.Jason McDonald2009-08-311-13/+13
| | | | Reviewed-by: Trust Me
* Update license headers.Jason McDonald2009-08-111-1/+1
| | | | Reviewed-by: Trust Me
* Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
| | | | Reviewed-by: Trust Me
* Display error with QTableView with custom default row heightThierry Bastian2009-04-171-0/+24
| | | | | | | QHeaderView can sometimes display holes when using default row height Task-number: 248050 Reviewed-by: ogoffart
* Long live Qt 4.5!Lars Knoll2009-03-233-0/+1928