mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 14:08:56 +00:00
parent
3542cae138
commit
512051bdd6
1 changed files with 2 additions and 8 deletions
|
@ -76,14 +76,6 @@ ApplicationWindow {
|
|||
onTriggered: fileDialog.open()
|
||||
}
|
||||
|
||||
menuBar: MenuBar {
|
||||
Menu {
|
||||
title: "&File"
|
||||
MenuItem { action: fileOpenAction }
|
||||
MenuItem { text: "Quit"; onTriggered: Qt.quit() }
|
||||
}
|
||||
}
|
||||
|
||||
Item {
|
||||
anchors.fill: parent
|
||||
FontLoader {
|
||||
|
@ -452,8 +444,10 @@ ApplicationWindow {
|
|||
height: 38
|
||||
Text {
|
||||
anchors.centerIn: parent
|
||||
width: parent.width
|
||||
text: player.mediaInfo.title
|
||||
font.pointSize: 15
|
||||
elide: Text.ElideRight
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue