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
1b768aaa
Commit
1b768aaa
authored
Feb 23, 2010
by
Thomas Hartmann
Browse files
QmlDesigner.propertyEditor: cleanup of SpinBox.qml
parent
cb61b50a
Changes
1
Hide whitespace changes
Inline
Side-by-side
share/qtcreator/qmldesigner/propertyeditor/Qt/SpinBox.qml
View file @
1b768aaa
...
...
@@ -24,10 +24,7 @@ QWidget { //This is a special spinBox that does color coding for states
Script
{
function
evaluate
()
{
print
(
"
evaluate
"
)
print
(
baseStateFlag
)
print
(
backendValue
.
isInModel
)
function
evaluate
()
{
if
(
baseStateFlag
)
{
if
(
backendValue
!=
null
&&
backendValue
.
isInModel
)
box
.
setStyleSheet
(
"
color: white;
"
);
...
...
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