Hi!
I trying to write widget with Qt Designer. For example, I have QFrame in this widget and I want to write action like "onClick" for frame, but I can't find any signals - QFrame have only destroying signal. How I can write slot for any other signals like from QPushButton (like "onclick", "onfocus" or other)?
Regards
Bookmarks