changeset 550 | 55236fe5a630 |
parent 366 | e95081c21da2 |
child 605 | 12e4596e7bb7 |
1.1 --- a/exportoofiledialog.h Tue Sep 05 09:47:14 2006 +0000 1.2 +++ b/exportoofiledialog.h Tue Jul 17 11:19:50 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