Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make sure QWidget::setStyle() relayouts its children. | Jan-Arve Sæther | 2009-08-06 | 1 | -1/+0 |
| | | | | | | | | | | | | Changing a style on a widget should invalidate the widget's layout, since the layouts spacings and margins may depend on the style. One optimization could be to check to see if the spacing and margins have changed due to the style change, but the old style is not available in changeEvent, so we'll keep it simple for now. RevBy: paul Task: 256986 | ||||
* | Fix the setStyleShouldChangeSpacing test function for Mac. | Olivier Goffart | 2009-08-06 | 1 | -0/+2 |
| | |||||
* | Autotest for checking if QWidget::setStyle() forces a relayout. | Jan-Arve Sæther | 2009-06-26 | 1 | -1/+78 |
| | |||||
* | Update license headers as requested by the marketing department. | Jason McDonald | 2009-06-16 | 1 | -2/+2 |
| | | | | Reviewed-by: Trust Me | ||||
* | Long live Qt 4.5! | Lars Knoll | 2009-03-23 | 3 | -0/+179 |