import QtQuick 2.0 QtObject { enum myEnum { EnumValue1, EnumValue2, EnumValue3 } }