Hi,
how can I get the position of a QRubberBand resative to its parent?
Best Regards,
Franco
Printable View
Hi,
how can I get the position of a QRubberBand resative to its parent?
Best Regards,
Franco
QWidget::mapToGlobal(), QWidget::mapFromGlobal() if all elses fail, but first try just QWidget::pos() and QWidget::geometry()