blob: dc6e3850db16f49b77cc7869fed2b779fb73a424 [file] [log] [blame]
import QtQuick 2.14
Item {
width: 600
height: 480
property InlineComponentProvider.StyledRectangle myProp: InlineComponentReexporter.StyledRectangle {
objectName: "icInstance"
}
}