PDA

View Full Version : How to display a custom Widget on a specified position



Tinu
7th August 2015, 11:15
Hey

I would like to display a custom Widged (based on QDialog) on a specified position relative to the Main App.
For example Qt Creators Find and replace does appear on top of the Statusbar.

Is there wo have a idea?

Best regards
Martin

anda_skoa
7th August 2015, 12:22
QWidget::move()

Cheers,
_