I assume with "autohide" you mean hiding when the widget loses its focus. You could implement your own QWidget::focusOutEvent and call QWidget::hide inside the event.
I assume with "autohide" you mean hiding when the widget loses its focus. You could implement your own QWidget::focusOutEvent and call QWidget::hide inside the event.
Bookmarks