Hi,
I have a stacked widget with a single QTextEdit on one of it's pages. After I move to that page with the QTextEdit, I have to click the navi key (middle selection key) in order to gain focus on the QTextEdit and be able to scroll text. How can I grab focus in code so that user can scroll without first clicking the middle selection key?
I tried grabKeyboard(), grabMouse(), setFocus() but none of them work.



