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/"
}