Quote:
Originally Posted by thiago.eec
Hi, @mapozyan.
When you changed from QPushButton to QToolButton, I think you might have forgotten to handle the enter pressing event. Now, when you type your search and hit enter, the Help window pops up.
|
Hi Thiago,
Bad news is that QToolButton doesn't have "default" property. Will need to figure out how to emulate that.
Thanks for feedback!