diff -r 000000000000 -r 920e6ed5889b exportxhtmldialog.ui --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/exportxhtmldialog.ui Sun Jan 30 12:59:10 2005 +0000 @@ -0,0 +1,555 @@ + +ExportXHTMLDialog + + + ExportXHTMLDialog + + + + 0 + 0 + 582 + 599 + + + + + 0 + 130 + + + + Export XHTML + + + + unnamed + + + + layout33 + + + + unnamed + + + + textLabel1 + + + Export to directory: + + + + + lineEditDir + + + + + browseExportDirButton + + + 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 + + + + + + + buttonGroup2_2 + + + + 3 + 3 + 0 + 0 + + + + Stylesheets + + + + layout7 + + + + 10 + 30 + 540 + 84 + + + + + unnamed + + + + layout5 + + + + unnamed + + + + textLabel1_2 + + + CSS: + + + + + lineEditCSS + + + + + browseCSSButton + + + Browse + + + + + + + layout6 + + + + unnamed + + + + textLabel2 + + + XSL: + + + + + lineEditXSL + + + + + browseXSLButton + + + Browse + + + + + + + + + + groupBox1 + + + Scripts + + + + textLabel1_3 + + + + 12 + 22 + 110 + 36 + + + + Before export: + + + + + lineEditPreScript + + + + 128 + 26 + 322 + 28 + + + + + + browsePreExportButton + + + + 456 + 22 + 94 + 36 + + + + Browse + + + + + textLabel2_2 + + + + 11 + 61 + 99 + 36 + + + + After Export: + + + + + lineEditPostScript + + + + 116 + 65 + 333 + 28 + + + + + + browsePostExportButton + + + + 455 + 61 + 94 + 36 + + + + Browse + + + + + + spacer3 + + + Vertical + + + Expanding + + + + 20 + 31 + + + + + + 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() + + + browsePreExportButton + pressed() + ExportXHTMLDialog + browsePreExportButtonPressed() + + + browsePostExportButton + pressed() + ExportXHTMLDialog + browsePostExportButtonPressed() + + + lineEditPreScript + textChanged(const QString&) + ExportXHTMLDialog + prescriptChanged() + + + lineEditPostScript + textChanged(const QString&) + ExportXHTMLDialog + postscriptChanged() + + + warningsButton + toggled(bool) + ExportXHTMLDialog + warningsButtonPressed(bool) + + + saveSettingsInMapButton + toggled(bool) + ExportXHTMLDialog + saveSettingsInMapButtonPressed(bool) + + + + 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 ) + + + +