8 lines
64 B
QML
8 lines
64 B
QML
|
import QtQuick
|
||
|
|
||
|
Item {
|
||
|
Loader {
|
||
|
source: "overflow2.qml"
|
||
|
}
|
||
|
}
|