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
0b1af527
Commit
0b1af527
authored
Feb 23, 2010
by
Christiaan Janssen
Browse files
QmlDesigner.PropertyEditor: Type is now a fixed label
parent
fa6670c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
share/qtcreator/qmldesigner/propertyeditor/Qt/Type.qml
View file @
0b1af527
...
...
@@ -13,11 +13,11 @@ GroupBox {
text
:
"
type
"
;
windowTextColor
:
isBaseState
?
"
#000000
"
:
"
#FF0000
"
;
}
QLineEdit
{
styleSheetFile
:
"
typeLabel.css
"
text
:
backendValues
.
className
===
undefined
?
""
:
backendValues
.
className
.
value
;
readOnly
:
true
;
QLabel
{
text
:
backendValues
.
className
.
value
;
}
}
}
QWidget
{
...
...
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