mirror of https://github.com/CGAL/cgal
more qvariant
This commit is contained in:
parent
1efca4b19a
commit
373dbb5070
|
|
@ -708,9 +708,9 @@ private:
|
|||
Volume_plane<y_tag> *y_item = new Volume_plane<y_tag>(img->image()->tx,img->image()->ty, img->image()->tz);
|
||||
Volume_plane<z_tag> *z_item = new Volume_plane<z_tag>(img->image()->tx,img->image()->ty, img->image()->tz);
|
||||
|
||||
x_item->setProperty("img",qVariantFromValue((void*)seg_img));
|
||||
y_item->setProperty("img",qVariantFromValue((void*)seg_img));
|
||||
z_item->setProperty("img",qVariantFromValue((void*)seg_img));
|
||||
x_item->setProperty("img",QVariant::fromValue((void*)seg_img));
|
||||
y_item->setProperty("img",QVariant::fromValue((void*)seg_img));
|
||||
z_item->setProperty("img",QVariant::fromValue((void*)seg_img));
|
||||
|
||||
x_item->setColor(QColor("red"));
|
||||
y_item->setColor(QColor("green"));
|
||||
|
|
|
|||
Loading…
Reference in New Issue