import QtQuick 2.0
QtObject {
property var scarceResourceCopy
property int width: 5
signal testSignal
signal testSignal2
}