Hi,
I was going through the source code of *Kmplot .  *And at a place I got
stuck with it when i found that in a class inherited from KDialog, a
function setButtons( Close ) was used.
I understand that it creates a close button in the window but I was willing
to know that when the button is clicked, does it call close() slot (as
normally we would do when we create a close pushbutton we connect the
clicked() signal to the close() slot) or it just simply emits close event
signal. And one more query, what is the name of the button, simpy close or
something else ( as in QPushButton* closeButton, I can say that I created a
PushButton named closeButton ).

Thanks.

- Rahul Sharma
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Reply via email to