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
36c00b43
Commit
36c00b43
authored
Nov 01, 2010
by
Thomas Hartmann
Browse files
QmlDesigner.propertyEditor: show that anchors are disabled in states
I also added a tooltip. Reviewed-by: Lasse Holmstedt
parent
2ffc045b
Changes
1
Hide whitespace changes
Inline
Side-by-side
share/qtcreator/qmldesigner/propertyeditor/Qt/Layout.qml
View file @
36c00b43
...
...
@@ -25,9 +25,10 @@ GroupBox {
AnchorButtons
{
//
opacity: enabled
?1.0:
0.
5
;
opacity
:
enabled
?
1.0
:
0.
3
;
enabled
:
isInBaseState
fixedWidth
:
266
toolTip
:
enabled
?
qsTr
(
"
Set anchors
"
)
:
qsTr
(
"
Setting anchors in states is not supported.
"
)
}
}
}
...
...
Write
Preview
Markdown
is supported
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