My application uses .ui files for it's controls. However, I'd like to capture the mousePressEvent for a QLineEdit that's in the UI file. What is the sane way to do this?
So far it seams I need to subclass the QLineEdit, but this means I can't add it to the .UI file anymore (AFAIK).![]()


Reply With Quote

Bookmarks