Reorganize settings window.

This commit is contained in:
Filippo Scognamiglio
2014-09-29 02:00:54 +02:00
parent d885f27e0b
commit 1dd633be0b
5 changed files with 101 additions and 54 deletions

View File

@@ -142,19 +142,5 @@ Tab{
}
}
}
GroupBox{
title: qsTr("Frame")
Layout.fillWidth: true
RowLayout{
anchors.fill: parent
ComboBox{
id: framescombobox
Layout.fillWidth: true
model: shadersettings.frames_list
currentIndex: shadersettings.frames_index
onCurrentIndexChanged: shadersettings.frames_index = currentIndex
}
}
}
}
}