Friendiqa/source-android/qml/genericqml/OSSettingsLinux.qml

8 lines
205 B
QML

import QtQuick 2.0
QtObject{
property real appWidth: 500
property real appHeight: 500
property int backKey: Qt.Key_Escape
property string attachImageDir:filesystem.homePath+"/Pictures/"
}