refactoring for proxy models
This commit is contained in:
parent
3b35424a0c
commit
85318706fc
6 changed files with 68 additions and 57 deletions
|
@ -110,6 +110,13 @@ Item {
|
|||
Layout.columnSpan: 2
|
||||
}
|
||||
|
||||
Controls.Label {
|
||||
id: filePathLabel
|
||||
Layout.columnSpan: 2
|
||||
Layout.preferredWidth: 600
|
||||
Layout.alignment: Qt.AlignCenter
|
||||
text: video.filePath
|
||||
}
|
||||
|
||||
MpvObject {
|
||||
id: videoPreview
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue