diff options
author | Timothy Pearson <[email protected]> | 2012-11-03 20:34:34 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-11-03 20:34:34 -0500 |
commit | 2f1ea4569a70464a94289c6fe2c463ce8b649e67 (patch) | |
tree | 7bf2c174f6579289d1eef59cf8446d93ba35e5e6 /src/kernel | |
parent | 573f18421513021eee6b951b542574cdaf1e868a (diff) | |
download | tqt3-2f1ea4569a70464a94289c6fe2c463ce8b649e67.tar.gz tqt3-2f1ea4569a70464a94289c6fe2c463ce8b649e67.zip |
Automated update from Qt3
Diffstat (limited to 'src/kernel')
-rw-r--r-- | src/kernel/ntqstyle.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/kernel/ntqstyle.h b/src/kernel/ntqstyle.h index 90f4eacff..de5977fe0 100644 --- a/src/kernel/ntqstyle.h +++ b/src/kernel/ntqstyle.h @@ -202,6 +202,7 @@ class TQStyleControlElementGenericWidgetData { TQPixmap icon; TQPalette palette; TQFont font; + TQColor paletteBgColor; }; class TQStyleControlElementTabBarData { @@ -276,6 +277,9 @@ class Q_EXPORT TQStyleControlElementData { TQRect sliderRect; TQPainter* activePainter; TQStyleControlElementToolBarWidgetData toolBarData; + TQ_UINT32 comboBoxListBoxFlags; + TQColor paletteBgColor; + TQ_UINT32 parentWidgetFlags; public: TQStyleControlElementData(); @@ -1050,6 +1054,12 @@ public: // int - width of menu check column SH_MenuIndicatorColumnWidth, + // bool - whether or not the lower two button drawing areas should be combined into one + SH_ScrollBar_CombineAddLineRegionDrawingAreas, + + // bool - whether or not the upper two button drawing areas should be combined into one + SH_ScrollBar_CombineSubLineRegionDrawingAreas, + // do not add any values below/greater than this SH_CustomBase = 0xf0000000 }; |