Select an element on a QPushButton click
Solved
General and Desktop
-
@Sucharek
Untested, but isn't all you want to call QWidget::setFocus() on the desiredQLineEdit
from the slot for theQPushButton
click? I think "selecting" just means setting the focus to that widget.