Skip to content
GitLab
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
b90a103f
Commit
b90a103f
authored
Apr 23, 2010
by
Thomas Hartmann
Browse files
QmlDesigner.propertyEditor: a border can only be added in base state
parent
4f0b6a30
Changes
1
Hide whitespace changes
Inline
Side-by-side
share/qtcreator/qmldesigner/propertyeditor/Qt/RectangleColorGroupBox.qml
View file @
b90a103f
...
...
@@ -112,6 +112,15 @@ GroupBox {
showButtons
:
true
;
backendColor
:
backendValues
.
border_color
property
variant
backendColorValue
:
backendValues
.
border_color
.
vlaue
enabled
:
isBaseState
||
hasBorder
onBackendColorValueChanged
:
{
if
(
backendValues
.
border_color
.
isInModel
)
borderColorBox
.
setNoneButtonChecked
=
true
;
}
onNoneButtonCheckedChanged
:
{
if
(
isSetup
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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