AppSettings for android
added debug output for Navigation as debugger does not work for Android yet
This commit is contained in:
parent
75308b4423
commit
9e7a55fc20
8 changed files with 405 additions and 90 deletions
|
|
@ -1,4 +1,5 @@
|
|||
import QtQuick 2.0
|
||||
import QtQuick.Controls 2.4
|
||||
|
||||
/**
|
||||
* @brief Navigation view containing list view displaying artists or genres and albums
|
||||
|
|
@ -39,6 +40,12 @@ Item {
|
|||
|
||||
color: "#99ffffff"
|
||||
|
||||
Label{
|
||||
text: debug.pDebugOutput
|
||||
anchors.centerIn: parent
|
||||
visible: text !== ""
|
||||
}
|
||||
|
||||
ListView{
|
||||
id: circleList
|
||||
anchors.left: parent.left
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue