Reorganized rasterization. Now everything is independent.

This commit is contained in:
Filippo Scognamiglio
2014-06-23 16:25:41 +02:00
parent 69843f3ef8
commit 1693e51d89
8 changed files with 253 additions and 163 deletions
+6 -6
View File
@@ -89,16 +89,16 @@ Window {
Text{text: qsTr("Font style:")}
ComboBox{
Layout.fillWidth: true
model: shadersettings.fonts_list
currentIndex: shadersettings.font_index
onCurrentIndexChanged: shadersettings.font_index = currentIndex
model: shadersettings.fontlist
currentIndex: shadersettings.fontIndex
onCurrentIndexChanged: shadersettings.fontIndex = currentIndex
}
Text{text: qsTr("Font scaling:")}
ComboBox{
Layout.fillWidth: true
model: shadersettings._font_scalings
currentIndex: shadersettings.font_scaling_index
onCurrentIndexChanged: shadersettings.font_scaling_index = currentIndex
model: shadersettings.fontScalingList
currentIndex: shadersettings.fontScalingIndex
onCurrentIndexChanged: shadersettings.fontScalingIndex = currentIndex
}
Item{Layout.fillHeight: true}
ColorButton{