mirror of
https://github.com/JulianGro/overte.git
synced 2025-05-08 05:29:46 +02:00
15 lines
228 B
QML
15 lines
228 B
QML
import QtQuick 2.0
|
|
import "../avatarPackager" 1.0
|
|
|
|
Item {
|
|
id: root
|
|
width: 480
|
|
height: 706
|
|
|
|
AvatarPackagerApp {
|
|
width: parent.width
|
|
height: parent.height
|
|
|
|
desktopObject: tabletRoot
|
|
}
|
|
}
|