Version 0.003
This commit is contained in:
parent
9f9a9f618c
commit
10dccdcdbb
572 changed files with 3711 additions and 13631 deletions
8
source-android/qml/configqml/OSSettingsAndroid.qml
Normal file
8
source-android/qml/configqml/OSSettingsAndroid.qml
Normal file
|
@ -0,0 +1,8 @@
|
|||
import QtQuick.Window 2.0
|
||||
import QtQuick 2.0
|
||||
QtObject{
|
||||
property int appWidth: Screen.desktopAvailableWidth
|
||||
property int appHeight: Screen.desktopAvailableHeight
|
||||
property int backKey: Qt.Key_Back
|
||||
property string attachImageDir:filesystem.cameraPath+"/"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue