exportoofiledialog.h
changeset 464 d42d12074ff4
parent 366 e95081c21da2
child 605 12e4596e7bb7
     1.1 --- a/exportoofiledialog.h	Wed Apr 25 16:02:54 2007 +0000
     1.2 +++ b/exportoofiledialog.h	Wed Apr 25 16:02:54 2007 +0000
     1.3 @@ -6,6 +6,11 @@
     1.4  
     1.5  #include "settings.h"
     1.6  
     1.7 +/*! \brief Dialog to select output file and format for Open Office documents
     1.8 +
     1.9 +This is an overloaded QFileDialog, which allows to select templates by setting a type.
    1.10 +*/
    1.11 +
    1.12  class ExportOOFileDialog:public QFileDialog
    1.13  {
    1.14  	Q_OBJECT