Yes, I tried subclassing editorEvent and passing the QEvent to QWidget::event(). Imagine that my custom widget is just a QCombobox. I want it when someone clicks on the QCombox that the widget receives the mouseClick event as normal, and the popup window appears. I can't seem to get that to work. Does anyone have any example code on how to do this with a delgate? Thanks!




Reply With Quote
Bookmarks