13 lines
122 B
QML
13 lines
122 B
QML
|
import QtQuick
|
||
|
|
||
|
Item {
|
||
|
width: 234
|
||
|
Item {
|
||
|
anchors.fill: parent
|
||
|
}
|
||
|
|
||
|
Item {
|
||
|
width: 47
|
||
|
}
|
||
|
}
|