qt5-cadaques icon indicating copy to clipboard operation
qt5-cadaques copied to clipboard

Tracer not found

Open mcosta74 opened this issue 11 years ago • 2 comments

Hi,

using Qt 5.2 your examples don't work because Tracer isn't a known type

mcosta74 avatar Dec 13 '13 11:12 mcosta74

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.

jryannel avatar Jan 06 '14 10:01 jryannel

I think we need to have full auto-tests running on the examples, to spot these.

jryannel avatar Jan 06 '14 10:01 jryannel