mirror of
https://github.com/overte-org/overte.git
synced 2025-04-26 14:36:32 +02:00
6 lines
59 B
QML
6 lines
59 B
QML
import QtQuick 2.5
|
|
|
|
Item {
|
|
width: 100
|
|
height: 20
|
|
}
|