mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-15 14:51:14 -08:00
add new example 'advanced-qml-auto-reload' (single file reload); revisions
This commit is contained in:
parent
5f3b251a69
commit
1473ec8271
28 changed files with 1144 additions and 2 deletions
13
examples/advanced-qml-auto-reload/qml/ext/Page3.qml
Normal file
13
examples/advanced-qml-auto-reload/qml/ext/Page3.qml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
import QtQuick 2.15
|
||||
|
||||
Rectangle {
|
||||
radius: 50
|
||||
color: Qt.lighter("blue", 1.7)
|
||||
border.width: 10
|
||||
border.color: "blue"
|
||||
|
||||
Text {
|
||||
anchors.centerIn: parent
|
||||
text: "<h2>page 3</h2>"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue