chore: remove sound options for now

This commit is contained in:
Pascal Precht 2020-10-15 17:14:15 +02:00 committed by Iuri Matias
parent 7577b3a2e6
commit 78a3ec646c
1 changed files with 25 additions and 25 deletions

View File

@ -138,35 +138,35 @@ ScrollView {
}
}
GridLayout {
columns: 4
width: parent.width
/* GridLayout { */
/* columns: 4 */
/* width: parent.width */
StatusRadioButton {
checked: true
//% "Sound 1"
text: qsTrId("sound-1")
ButtonGroup.group: soundSetting
}
/* StatusRadioButton { */
/* checked: true */
/* //% "Sound 1" */
/* text: qsTrId("sound-1") */
/* ButtonGroup.group: soundSetting */
/* } */
StatusRadioButton {
//% "Sound 2"
text: qsTrId("sound-2")
ButtonGroup.group: soundSetting
}
/* StatusRadioButton { */
/* //% "Sound 2" */
/* text: qsTrId("sound-2") */
/* ButtonGroup.group: soundSetting */
/* } */
StatusRadioButton {
//% "Sound 3"
text: qsTrId("sound-3")
ButtonGroup.group: soundSetting
}
/* StatusRadioButton { */
/* //% "Sound 3" */
/* text: qsTrId("sound-3") */
/* ButtonGroup.group: soundSetting */
/* } */
StatusRadioButton {
//% "Sound 4"
text: qsTrId("sound-4")
ButtonGroup.group: soundSetting
}
}
/* StatusRadioButton { */
/* //% "Sound 4" */
/* text: qsTrId("sound-4") */
/* ButtonGroup.group: soundSetting */
/* } */
/* } */
}
Column {