PDA

View Full Version : Wanted help about QPushButton SIGNAL....



iQtCentre
2nd July 2010, 14:49
as a qt begginer , i created a simple pro , when i connected the QPushButton SIGNAL to a private slot defined by myself , but it does not work.
Is there any differences between the SIGNAL clicked() and clicked(bool) of QPushButton?:confused:

Zlatomir
2nd July 2010, 18:07
Difference is this (http://doc.qt.nokia.com/4.6/qabstractbutton.html#clicked)
Post the code, or we can give only suggestions on what might not work.