summaryrefslogtreecommitdiffstats
path: root/src/kernel/qstyle.h
diff options
context:
space:
mode:
authorDarrell Anderson <[email protected]>2012-10-31 18:47:07 -0500
committerDarrell Anderson <[email protected]>2012-10-31 18:47:07 -0500
commit0a232e5b3c2875e68d97be690beec7da1ccc65ba (patch)
treeec5222b67db7ba6aad8fa337d0e25153d8fe5062 /src/kernel/qstyle.h
parent95354d1b5116fa9e96534bef9a2f65c1976d4c12 (diff)
parent289363b959ac4720ee604f1dfba54c624f0098c0 (diff)
downloadqt3-0a232e5b3c2875e68d97be690beec7da1ccc65ba.tar.gz
qt3-0a232e5b3c2875e68d97be690beec7da1ccc65ba.zip
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3
Diffstat (limited to 'src/kernel/qstyle.h')
-rw-r--r--src/kernel/qstyle.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/kernel/qstyle.h b/src/kernel/qstyle.h
index 27dbb07..341473e 100644
--- a/src/kernel/qstyle.h
+++ b/src/kernel/qstyle.h
@@ -458,6 +458,11 @@ public:
PE_HeaderSectionMenu,
+ PE_PanelScrollBar,
+ PE_MenuItemIndicatorFrame,
+ PE_MenuItemIndicatorIconFrame,
+ PE_MenuItemIndicatorCheck,
+
// do not add any values below/greater this
PE_CustomBase = 0xf000000
};
@@ -830,6 +835,13 @@ public:
PM_MenuBarItemSpacing,
PM_ToolBarItemSpacing,
+ PM_MenuIndicatorFrameHBorder,
+ PM_MenuIndicatorFrameVBorder,
+ PM_MenuIconIndicatorFrameHBorder,
+ PM_MenuIconIndicatorFrameVBorder,
+
+ PM_ArrowSize,
+
// do not add any values below/greater than this
PM_CustomBase = 0xf0000000
};
@@ -1029,6 +1041,9 @@ public:
// bool - hide underlined accelerators uless Alt key is currently down
SH_HideUnderlineAcceleratorWhenAltUp,
+ // int - width of menu check column
+ SH_MenuIndicatorColumnWidth,
+
// do not add any values below/greater than this
SH_CustomBase = 0xf0000000
};