aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/nativestyle/items/qquickstyleitem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/nativestyle/items/qquickstyleitem.h')
-rw-r--r--src/imports/nativestyle/items/qquickstyleitem.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/imports/nativestyle/items/qquickstyleitem.h b/src/imports/nativestyle/items/qquickstyleitem.h
index bf77c800..37e9dc3d 100644
--- a/src/imports/nativestyle/items/qquickstyleitem.h
+++ b/src/imports/nativestyle/items/qquickstyleitem.h
@@ -179,12 +179,13 @@ public:
enum DebugFlag {
NoDebug = 0x00,
Output = 0x01,
- ShowImageRect = 0x02,
- ShowContentRect = 0x04,
- ShowLayoutRect = 0x08,
- ShowUnscaled = 0x10,
- ShowInputContentSize = 0x20,
- DontUseNinePatchImage = 0x40
+ ImageRect = 0x02,
+ ContentRect = 0x04,
+ LayoutRect = 0x08,
+ Unscaled = 0x10,
+ InputContentSize = 0x20,
+ DontUseNinePatchImage = 0x40,
+ NinePatchMargins = 0x80
};
Q_FLAG(DebugFlag)
Q_DECLARE_FLAGS(DebugFlags, DebugFlag)