|
|
|
import QtQuick 2.0
|
|
|
|
import QtGraphicalEffects 1.13
|
|
|
|
|
|
|
|
import "qrc:/emulator/items"
|
|
|
|
import "qrc:/theme"
|
|
|
|
import "qrc:/const"
|
|
|
|
|
|
|
|
Item {
|
|
|
|
width: Const.windowWidth
|
|
|
|
height: Const.windowHeight
|
|
|
|
|
|
|
|
Setting {
|
|
|
|
anchors.horizontalCenter: topLeft.horizontalCenter
|
|
|
|
anchors.top: topLeft.bottom
|
|
|
|
anchors.topMargin: 120
|
|
|
|
}
|
|
|
|
TopLeftTop {
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
TopLeft {
|
|
|
|
id: topLeft
|
|
|
|
}
|
|
|
|
|
|
|
|
TopRight {}
|
|
|
|
|
|
|
|
BottomRight {}
|
|
|
|
|
|
|
|
CurveButtons {}
|
|
|
|
|
|
|
|
Joysticks {}
|
|
|
|
|
|
|
|
Encoders {}
|
|
|
|
|
|
|
|
JoystickCouple {}
|
|
|
|
|
|
|
|
TrackballGroup {}
|
|
|
|
|
|
|
|
}
|