qt5-cadaques
qt5-cadaques copied to clipboard
Tracer not found
Hi,
using Qt 5.2 your examples don't work because Tracer isn't a known type
Can you tell me which examples? In general the tracer is an empty rectangle with a border
Rectangle {
anchors.fill: parent
color: 'transparent'
border.color: 'red'
}
If you place this as a child of an element it will render the outline of the parent. It traces the parent.
I think we need to have full auto-tests running on the examples, to spot these.