QmlDesigner.propertyEditor add button for reseting to FontComoBox

See: BAUHAUS-478
This commit is contained in:
Thomas Hartmann
2010-04-13 13:28:21 +02:00
parent af3f10dfdd
commit 31b60b45b7

View File

@@ -54,7 +54,7 @@ QWidget {
ColorScheme { id:scheme; } ColorScheme { id:scheme; }
layout: HorizontalLayout { layout: HorizontalLayout {
QFontComboBox { QFontComboBox {
id: fontSelector id: fontSelector
@@ -68,4 +68,10 @@ QWidget {
} }
} }
} }
ExtendedFunctionButton {
backendValue: fontComboBox.backendValue
y: 4
x: 2
visible: fontComboBox.enabled
}
} }