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
Tobias Hunger
qt-creator
Commits
a09b4811
Commit
a09b4811
authored
Feb 18, 2010
by
Christiaan Janssen
Browse files
QmlDesigner.PropertyEditor: Font widget
parent
2c007993
Changes
1
Hide whitespace changes
Inline
Side-by-side
share/qtcreator/qmldesigner/propertyeditor/Qt/FontGroupBox.qml
View file @
a09b4811
...
...
@@ -12,8 +12,12 @@ GroupBox {
layout
:
HorizontalLayout
{
Label
{
text
:
"
Font
"
}
}
QFontComboBox
{
id
:
fontSelector
currentFont.family
:
backendValues
.
font_family
.
value
onCurrentFontChanged
:
if
(
backendValues
.
font_family
.
value
!=
currentFont
.
family
)
backendValues
.
font_family
.
value
=
currentFont
.
family
;
}
}
}
...
...
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