forked from qt-creator/qt-creator
QmlDesigner.propertyEditor add button for reseting to FontComoBox
See: BAUHAUS-478
This commit is contained in:
@@ -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
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user