disable previous and next button
if there is no corresponding media; set play/pause symbol via model property instead of via qml.
This commit is contained in:
parent
a29e8d7a64
commit
6eabd3cb75
5 changed files with 75 additions and 8 deletions
|
|
@ -21,6 +21,15 @@ Rectangle {
|
|||
height: width
|
||||
source: "qrc:/icon_back"
|
||||
}
|
||||
Rectangle{
|
||||
id: overlay
|
||||
z: 1
|
||||
visible: !container.enabled
|
||||
anchors.centerIn: parent
|
||||
width: 30
|
||||
height: width
|
||||
color: "#99ffffff"
|
||||
}
|
||||
|
||||
MouseArea{
|
||||
id: controlObject
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue