Trolltech Home | Qt4-preview-feedback Home | Recent Threads | All Threads | Author | Date
All threads index page 1

Qt4-preview-feedback Archive, June 2007
Suggestion about signals/slots


Message 1 in thread

How about create implement before/after for slots/signals ?

Like:

QPushButton: void clicked() :

bool before_clicked(), void after_clicked()


QTabWidget: void currentChanged() :

bool before_currentChanged(), void after_currentChanged()


Why bool in before... If slot return False - signal ignored. If true - 
action and call after...

To unsubscribe - send "unsubscribe" in the subject to qt4-preview-feedback-request@xxxxxxxxxxxxx