summaryrefslogtreecommitdiffstats
path: root/src/kernel/qstyle.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-08-05 00:22:42 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-08-05 00:22:42 -0500
commitba6061655cf92ec73f591b3735c2853a684ecaf2 (patch)
tree7536a9235f5177e5d6133a8e36b1a22352a17794 /src/kernel/qstyle.h
parentfa9e84ac0085c47d069c62f2a5a9f0919c9432de (diff)
downloadqt3-ba6061655cf92ec73f591b3735c2853a684ecaf2.tar.gz
qt3-ba6061655cf92ec73f591b3735c2853a684ecaf2.zip
[ENHANCEMENT] Add new PE_HeaderSectionMenu primitive element
This is needed to make the PopupMenuTitle UI element work properly
Diffstat (limited to 'src/kernel/qstyle.h')
-rw-r--r--src/kernel/qstyle.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/kernel/qstyle.h b/src/kernel/qstyle.h
index 5531def..64152ed 100644
--- a/src/kernel/qstyle.h
+++ b/src/kernel/qstyle.h
@@ -223,6 +223,8 @@ public:
PE_PanelGroupBox,
PE_RubberBand,
+ PE_HeaderSectionMenu,
+
// do not add any values below/greater this
PE_CustomBase = 0xf000000
};