|
|
@ -335,7 +335,8 @@ public:
|
|
|
|
PE_SizeGrip = 0xff00000b,
|
|
|
|
PE_SizeGrip = 0xff00000b,
|
|
|
|
PE_Splitter = 0xff00000c,
|
|
|
|
PE_Splitter = 0xff00000c,
|
|
|
|
PE_RubberBand = 0xff00000d,
|
|
|
|
PE_RubberBand = 0xff00000d,
|
|
|
|
PE_HeaderSection = 0xff00000e
|
|
|
|
PE_HeaderSection = 0xff00000e,
|
|
|
|
|
|
|
|
PE_HeaderSectionMenu = 0xff00000f
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
typedef TQTInheritEnum< PE_NewTypes, QStyle::PrimitiveElement > TQ_PrimitiveElement;
|
|
|
|
typedef TQTInheritEnum< PE_NewTypes, QStyle::PrimitiveElement > TQ_PrimitiveElement;
|
|
|
|