mirror of
https://github.com/overte-org/overte.git
synced 2025-04-27 06:36:22 +02:00
18 lines
276 B
QML
18 lines
276 B
QML
import QtQuick 2.1
|
|
import QtQuick.Controls 1.0
|
|
import QtQuick.Layouts 1.0
|
|
import QtQuick.Dialogs 1.0
|
|
|
|
import ".."
|
|
|
|
Item {
|
|
id: root
|
|
width: 72 * scale
|
|
height: 48 * scale
|
|
property var device
|
|
property real scale: 1.0
|
|
property bool leftStick: true
|
|
|
|
}
|
|
|
|
|