description:qsTr("Sets what style to use for player controls")
...
...
@@ -75,6 +77,9 @@ Page {
ComboBox{
id:apiLanguageComboBox
anchors.leftMargin:Theme.horizontalPageMargin
anchors.rightMargin:Theme.horizontalPageMargin
label:qsTr("API Language:")
description:qsTr("Sets the endpoint to be used for API calls e.g. radio.net for English and radio.de for German. Also effects Top 100 and translations back from the api")
...
...
@@ -97,21 +102,26 @@ Page {
SectionHeader{
text:qsTr("Advanced Options")
}
Button{
id:buttonResetDb
text:qsTr("Reset DB")
}
Column{
anchors.left:parent.left
anchors.right:parent.right
anchors.leftMargin:Theme.horizontalPageMargin
anchors.rightMargin:Theme.horizontalPageMargin
Text{
width:parent.width
font.pixelSize:Theme.fontSizeExtraSmall
wrapMode:Text.Wrap
color:Theme.secondaryColor
rightPadding:20
text:qsTr("Removes everything in the database and gives you a clean start. <i><b>Used with caution</b></i>")
Button{
id:buttonResetDb
text:qsTr("Reset DB")
}
Text{
width:parent.width
font.pixelSize:Theme.fontSizeExtraSmall
wrapMode:Text.Wrap
color:Theme.secondaryColor
text:qsTr("Removes everything in the database and gives you a clean start. <i><b>Used with caution</b></i>")