Small changes, and fixing for chum repo
This commit is contained in:
@@ -15,9 +15,9 @@ Page {
|
||||
anchors.bottomMargin: mediaPlayerPanel.visibleSize
|
||||
|
||||
property int _appStart: Favorites.getSetting("appStart",0)
|
||||
property bool _loading: radioBrowser.loading
|
||||
property bool stationOk: radioPlayer.stationOk
|
||||
property bool online: radioBrowser.online
|
||||
property bool _loading: radioBrowser.loading
|
||||
property GetCountryStations getTrending1: GetCountryStations {id: getTrending1}
|
||||
property GetCountryStations getTrending2: GetCountryStations {id: getTrending2}
|
||||
property GetCountryStations getTrendingWorld: GetCountryStations {id: getTrendingWorld}
|
||||
|
||||
@@ -61,24 +61,20 @@ Dialog {
|
||||
ComboBox {
|
||||
id: serverL
|
||||
width: parent.width
|
||||
label: qsTr("Server")
|
||||
anchors.margins: Theme.paddingLarge
|
||||
description: qsTr("Select anohter server")
|
||||
//currentIndex: Favorites.getSetting("appStart",0)
|
||||
label: qsTr("Connected to")
|
||||
description: qsTr("Available servers (just information, won't change server yet!)")
|
||||
currentIndex: radioBrowser.serverIndex
|
||||
menu : ContextMenu {
|
||||
id: contextMenu
|
||||
Column {
|
||||
Repeater {
|
||||
|
||||
model: radioBrowser.serversModel
|
||||
delegate: QtObject {
|
||||
property Item child: MenuItem {
|
||||
text: modelData
|
||||
onClicked: console.log("***")
|
||||
}
|
||||
delegate: MenuItem {
|
||||
text: server
|
||||
onClicked: radioBrowser.connectServer(currentIndex)//{radioBrowser.server = serverUrl;radioBrowser.serverIndex=currentIndex;}//console.log("***"+serverUrl)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/* menu: ContextMenu {
|
||||
|
||||
Reference in New Issue
Block a user