Friendiqa/source-linux/qml/configqml/OSSettingsLinux.qml

8 lines
205 B
QML
Raw Normal View History

2017-03-25 23:36:14 +01:00
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/"
}