- Yes it work on Windows if I try to scroll using the cursor keys without first making the scroll area have focus.
- I try to set focus on the scroll area
but it does not work.Qt Code:
{ iScrollArea->setFocus(); qDebug( "Widget::keyPressEvent." ); }To copy to clipboard, switch view to plain text mode
- how to forward events to specified widget?
Bookmarks