[vlc-commits] [Git][videolan/vlc][master] qml: expose the texture provider in `NetworkThumbnailItem`

Steve Lhomme (@robUx4) gitlab at videolan.org
Thu Feb 5 13:57:42 UTC 2026



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
a588d1ea by Fatih Uzunoglu at 2026-02-05T13:34:25+00:00
qml: expose the texture provider in `NetworkThumbnailItem`

This allows the drag item to reuse the texture.

This was previously missed, because I thought that the
view delegate was `TableViewDelegateExt` (which was
handled in 1d85e323 and 4e351b9c).

- - - - -


1 changed file:

- modules/gui/qt/network/qml/NetworkThumbnailItem.qml


Changes:

=====================================
modules/gui/qt/network/qml/NetworkThumbnailItem.qml
=====================================
@@ -35,6 +35,8 @@ Widgets.TableRowDelegate {
                                            && (rowModel.type !== NetworkMediaModel.TYPE_NODE)
                                            && (rowModel.type !== NetworkMediaModel.TYPE_DIRECTORY)
 
+    property alias artworkTextureProvider: cover.textureProvider
+
     signal playClicked(int index)
 
     // Functions



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/a588d1ea7025c20a40fd755aa3699db7e73a0a78

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/a588d1ea7025c20a40fd755aa3699db7e73a0a78
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list