Files
backtrader/venv/Lib/site-packages/pyqt5_plugins/examples/qmlapp.qml
2026-01-17 21:21:30 +08:00

16 lines
246 B
QML

import QtQuick 2.0
import examples 1.0
Item {
width: 300
height: 100
ExampleQmlItem {
id: piglet
width: 300
height: 300
anchors.centerIn: parent
other_value: test_value
}
}