jryannel / qt5-cadaques

Repo for Qt5 Cadaques Project
26 stars 5 forks source link

Tracer not found #192

Open mcosta74 opened 10 years ago

mcosta74 commented 10 years ago

Hi,

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

jryannel commented 10 years ago

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 commented 10 years ago

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