Skip to main content
7 events
when toggle format what by license comment
Sep 18, 2013 at 6:53 history made wiki Post Made Community Wiki by user102518
Aug 17, 2013 at 20:39 comment added PeterSvP "Yes, you can use events BUT !!! you have create new class for each widget with custom event. This is huge efficiency lost;" - NOT EXACTLY. I just end up with bool eventFilter that handles several widgets and then installEventFilter(this) on all the child widgets. And this isn't losing efficiency and programming performance! Actually I Never use "Promoted widgets"... I drop just plain empty widget, install this as eventFilter on it and reimplement most of my events within my main cpp class. Try it, didn't pain :) You can customize almost EVERYTHING in Qt without creating new classes everytime
Nov 20, 2012 at 17:47 comment added MrFox Regarding events and creating new classes: you can use event filters in classes that need to react to them.
Oct 3, 2012 at 13:41 history edited gnat CC BY-SA 3.0
added 1 characters in body
S Oct 3, 2012 at 13:36 review Late answers
Oct 3, 2012 at 13:41
S Oct 3, 2012 at 13:36 review First posts
Oct 9, 2012 at 13:13
Oct 3, 2012 at 13:35 history answered Obrix CC BY-SA 3.0