Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
06dba9b6
Commit
06dba9b6
authored
Apr 20, 2010
by
Marco Bubke
Committed by
Kai Koehne
Apr 22, 2010
Browse files
Negative Z will stack an item behind its parent in the formeditor
Task-number: BAUHAUS-618 Reviewed-by: kkoehne
parent
799c624c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmldesigner/components/formeditor/formeditoritem.cpp
View file @
06dba9b6
...
...
@@ -83,6 +83,7 @@ void FormEditorItem::setup()
setContentVisible
(
qmlItemNode
().
instanceValue
(
"visible"
).
toBool
());
setFlag
(
QGraphicsItem
::
ItemIsMovable
,
true
);
setFlag
(
QGraphicsItem
::
ItemNegativeZStacksBehindParent
,
true
);
updateGeometry
();
updateVisibilty
();
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment