[Qt-interest] signal emitted eveytime the dialog closes, in QT internally
Mandeep Sandhu
mandeepsandhu.chd at gmail.com
Tue Jun 28 13:41:23 CEST 2011
On Tue, Jun 28, 2011 at 4:44 PM, Sahana Bhaskar
<Sahana_Bhaskar at infosys.com> wrote:
> Thanks, but finished() is a member of qdialog and I am working with qfiledialog.. can "finished" by any way be inherited in qfiledailog?
Signal are inherited by derived classes.
If you look at the documentation of 'QFileDialog'
(http://doc.qt.nokia.com/latest/qfiledialog.html), you'll see under
the 'SIGNALS' section:
3 signals inherited from QDialog
...
So you can use the parent class' signals.
HTH,
-mandeep
More information about the Qt-interest-old
mailing list