ExportXHTMLDialog ExportXHTMLDialog 0 0 614 757 0 130 Export XHTML unnamed layout17 unnamed textLabel1 1 5 0 0 Export to directory: lineEditDir 7 0 0 0 browseExportDirButton 0 0 0 0 Browse buttonGroup2 3 3 0 0 0 160 Options unnamed imageButton Include image textColorButton Colored headings in text saveSettingsInMapButton Save settings in map warningsButton showWarnings e.g. if directory is not empty outputButton 1 0 0 0 show output of external scripts layout6 unnamed browsePostExportButton 0 0 0 0 Browse textLabel1_3 1 5 0 0 Before export: AlignVCenter|AlignRight lineEditXSL browseXSLButton 0 0 0 0 Browse lineEditPreScript browsePreExportButton 0 0 0 0 Browse textLabel2_3 Stylesheets: browseCSSButton 0 0 0 0 Browse textLabel1_2 CSS: AlignVCenter|AlignRight textLabel2_2 1 5 0 0 NoFrame After Export: AlignVCenter|AlignRight lineEditCSS textLabel2 XSL: AlignVCenter|AlignRight lineEditPostScript textLabel1_4 Scripts: spacer3 Vertical Expanding 20 60 layout17 unnamed spacer5 Horizontal Expanding 61 21 exportButton Export true cancelButton Cancel outputButton toggled(bool) ExportXHTMLDialog outputButtonPressed(bool) exportButton pressed() ExportXHTMLDialog accept() cancelButton pressed() ExportXHTMLDialog close() browseExportDirButton pressed() ExportXHTMLDialog browseDirectoryPressed() browseXSLButton pressed() ExportXHTMLDialog browseXSLPressed() browseCSSButton pressed() ExportXHTMLDialog browseCSSPressed() imageButton toggled(bool) ExportXHTMLDialog imageButtonPressed(bool) textColorButton toggled(bool) ExportXHTMLDialog textcolorButtonPressed(bool) lineEditDir textChanged(const QString&) ExportXHTMLDialog dirChanged() lineEditCSS textChanged(const QString&) ExportXHTMLDialog cssChanged() lineEditXSL textChanged(const QString&) ExportXHTMLDialog xslChanged() warningsButton toggled(bool) ExportXHTMLDialog warningsButtonPressed(bool) saveSettingsInMapButton toggled(bool) ExportXHTMLDialog saveSettingsInMapButtonPressed(bool) browsePreExportButton pressed() ExportXHTMLDialog browsePreExportButtonPressed() lineEditPreScript textChanged(const QString&) ExportXHTMLDialog prescriptChanged() lineEditPostScript textChanged(const QString&) ExportXHTMLDialog postscriptChanged() browsePostExportButton pressed() ExportXHTMLDialog browsePostExportButtonPressed() process.h showtextdialog.h qfiledialog.h qmessagebox.h settings.h icons/flag-url.xpm exportxhtmldialog.ui.h bool useTextColor; bool showWarnings; QString xsl; QString css; bool useImage; bool showOutput; Process *xsltProc; ShowTextDialog *dia; QString dir; QString xsltprocessor; QString filepath; QString prescript; QString postscript; bool settingsChanged; QString mapname; bool saveSettingsInMap; readSettings() dirChanged() browseDirectoryPressed() imageButtonPressed( bool b ) textcolorButtonPressed( bool b ) saveSettingsInMapButtonPressed( bool b ) warningsButtonPressed( bool b ) outputButtonPressed( bool b ) cssChanged() browseCSSPressed() xslChanged() prescriptChanged() browseXSLPressed() postscriptChanged() browsePreExportButtonPressed() browsePostExportButtonPressed() doExport( const QString & mapname ) setFilePath( const QString & s ) setMapName( const QString & s ) init() destroy() getDir() warnings() hasChanged() runScript( QString spath, QString fpath )