summaryrefslogtreecommitdiffstats
path: root/src/gui/styles/qstyle.h
Commit message (Collapse)AuthorAgeFilesLines
* Integrating QProxyStyleJens Bache-Wiig2009-06-121-0/+5
| | | | | | | | | | | | This class adds convenient support for proxy styles in Qt. Note that to support proper proxying, styles now call their functions through proxy() so that the proxy regains control over subcomponents. Note that there is a small price to be payed by the extra function call which can at the cost of readability be redirected to the private class member in the future. Task-number: 229556 Reviewed-by: trond
* QToolBarLayout and QDockWidgetLayout, which are private classes, areThierry Bastian2009-05-081-0/+2
| | | | | | | | | | no more exported designer was using QToolBarLayout members. We fixed that by using styles. Reviewed-by: Friedemann Kleint Reviewed-by: ogoffart
* Add SC_CustombaseJens Bache-Wiig2009-03-301-0/+1
| | | | | | | | | This is needed for customers to know where it's safe to add their own members. It basically follows the same pattern as other extendible style enums. Task-number: 244557 Reviewed-by: nrc
* Long live Qt!Lars Knoll2009-03-231-0/+875