summaryrefslogtreecommitdiffstats
path: root/tests/auto/qmargins
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
| | | | Reviewed-by: Trust Me
* Update license headers again.Jason McDonald2009-09-091-4/+4
| | | | Reviewed-by: Trust Me
* Update license headers.Jason McDonald2009-09-011-14/+13
| | | | Reviewed-by: Trust Me
* Make QMargins a proper classJens Bache-Wiig2009-08-312-0/+112
Since we need QMargins for other things then the CSS helper functions in drawutil, we have to make it more generic. It is already useful for QWidget::contentsMargins for example. This ensures we have some flexibility on how to use and modify it in the future. Reviewed-by: mbm