A singleton that provides information about the current device. More...
Import Statement: | import quey.ui 0.1 |
import QtQuick 2.4 import quey.ui 0.1 ApplicationView { width: Units.dp(640) height: Units.dp(480) Label { anchors.centerIn: parent text: "You're running a %1".arg(Device.name)+", how cool!" } }