[Qt] QFileDialog signals

Paul Ishenin ip at kmiac.ru
Mon Sep 17 05:39:37 CEST 2007


Hello,  Items specific to the Qt widget set.


Is it possible to add this signals to bindings:

QFileDialog:
     void currentChanged ( const QString & path )
     void directoryEntered ( const QString & directory )
     void filesSelected ( const QStringList & selected )
     void filterSelected ( const QString & filter )


I want to reimplement Qt Dialogs and make them more LCL compatible. For 
example - execute FilterChange event when it is changed.


--
Best regards,
Paul Ishenin.




More information about the Qt mailing list