PDA

View Full Version : Who call the QWidget.close() when i click the X button



luna0304
14th November 2013, 09:01
When i close a dialog with the X button, the QWidget's close() function will be called, I want to know which one call this function?

aamer4yu
14th November 2013, 09:08
Its the implementation of QDialog I guess.

Whats the problem anyway ?