exportxhtmldialog.h
changeset 458 84b37cc9e63e
parent 382 8b0ab4c0f767
child 516 263988fee2a7
     1.1 --- a/exportxhtmldialog.h	Wed Apr 11 09:21:18 2007 +0000
     1.2 +++ b/exportxhtmldialog.h	Wed Apr 25 16:02:54 2007 +0000
     1.3 @@ -3,6 +3,13 @@
     1.4  
     1.5  #include "ui_exportxhtmldialog.h"
     1.6  
     1.7 +/*! \brief Dialog to export a map as XHTML document
     1.8 +
     1.9 +This is an overloaded QDialog with various settings needed to call
    1.10 +convert the vym.xml to a XHTML document. 
    1.11 +The conversion itself is done by calling xsltproc.
    1.12 +*/
    1.13 +
    1.14  class ExportXHTMLDialog:public QDialog
    1.15  {
    1.16  	Q_OBJECT