From a5ced706e9295f4f3c1e95c829750dff0d808935 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 31 Oct 2012 12:39:27 -0500 Subject: Add new style hints for enhanced third party style compatibility --- src/kernel/qstyle.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/kernel') diff --git a/src/kernel/qstyle.h b/src/kernel/qstyle.h index 5731f8f..341473e 100644 --- a/src/kernel/qstyle.h +++ b/src/kernel/qstyle.h @@ -835,6 +835,11 @@ public: PM_MenuBarItemSpacing, PM_ToolBarItemSpacing, + PM_MenuIndicatorFrameHBorder, + PM_MenuIndicatorFrameVBorder, + PM_MenuIconIndicatorFrameHBorder, + PM_MenuIconIndicatorFrameVBorder, + PM_ArrowSize, // do not add any values below/greater than this @@ -1036,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 }; -- cgit v1.2.1