import QtQuick 2.0 Inner { background: Rectangle { property string state } enabled: !iPrivate.disabled QtObject { id: iPrivate property bool disabled: true } }