Customizing Window with PathSvg
问题 Here's what I've now in my main.qml : import QtQuick 2.9 import QtQuick.Window 2.3 import QtQuick.Layouts 1.3 import QtQuick.Controls 2.5 import QtQuick.Shapes 1.12 import QtGraphicalEffects 1.0 Window { visible: true width: 640 height: 480 title: qsTr("Test Window") property double iconSize: 24 RowLayout{ anchors.fill: parent Rectangle{ id: rect Layout.fillHeight: true Layout.preferredWidth: iconSize ListView{ id: lv model: ViewModel.views anchors.fill: parent delegate: ItemDelegate{ width: