diff -r 000000000000 -r 30cd58b70d02 exporthtmldialog.ui
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/exporthtmldialog.ui Tue Jul 19 15:57:49 2005 +0000
@@ -0,0 +1,321 @@
+
+ExportHTMLDialog
+Uwe Drechsel
+
+
+ ExportHTMLDialog
+
+
+
+ 0
+ 0
+ 364
+ 346
+
+
+
+ Export HTML
+
+
+ false
+
+
+
+ unnamed
+
+
+
+ layout33
+
+
+
+ unnamed
+
+
+
+ textLabel1
+
+
+ Directory:
+
+
+
+
+ lineEdit1
+
+
+
+
+ browseButton
+
+
+ Browse
+
+
+
+
+
+
+ buttonGroup2
+
+
+
+ 3
+ 5
+ 0
+ 0
+
+
+
+
+ 0
+ 230
+
+
+
+ Options
+
+
+
+ unnamed
+
+
+
+ checkBox4
+
+
+ Include image of map
+
+
+
+
+ checkBox5_2
+
+
+ create image only
+
+
+
+
+ checkBox5
+
+
+ use WIKI style
+
+
+
+
+ checkBox4_2
+
+
+ use heading for URLs (instead of link target)
+
+
+
+
+ checkBox6
+
+
+ use image of earth to mark URLs in text
+
+
+
+
+ checkBox7
+
+
+ use default CSS file
+
+
+
+
+ checkBox3
+
+
+
+ 1
+ 0
+ 0
+ 0
+
+
+
+ show output of external scripts
+
+
+
+
+
+
+ spacer6
+
+
+ Vertical
+
+
+ Expanding
+
+
+
+ 21
+ 60
+
+
+
+
+
+ layout17
+
+
+
+ unnamed
+
+
+
+ spacer5
+
+
+ Horizontal
+
+
+ Expanding
+
+
+
+ 61
+ 21
+
+
+
+
+
+ pushButton4
+
+
+ Export
+
+
+ true
+
+
+
+
+ pushButton5
+
+
+ Cancel
+
+
+
+
+
+
+
+
+ pushButton5
+ pressed()
+ ExportHTMLDialog
+ reject()
+
+
+ pushButton4
+ clicked()
+ ExportHTMLDialog
+ accept()
+
+
+ browseButton
+ pressed()
+ ExportHTMLDialog
+ browseDirectory()
+
+
+ checkBox4
+ toggled(bool)
+ ExportHTMLDialog
+ includeImage(bool)
+
+
+ checkBox5
+ toggled(bool)
+ ExportHTMLDialog
+ useWIKIpressed(bool)
+
+
+ lineEdit1
+ textChanged(const QString&)
+ ExportHTMLDialog
+ dirChanged()
+
+
+ checkBox3
+ toggled(bool)
+ ExportHTMLDialog
+ showOut(bool)
+
+
+ checkBox4_2
+ toggled(bool)
+ ExportHTMLDialog
+ useHeadingPressed(bool)
+
+
+ checkBox5_2
+ toggled(bool)
+ ExportHTMLDialog
+ imgOnly(bool)
+
+
+ checkBox6
+ toggled(bool)
+ ExportHTMLDialog
+ useURLImagePressed(bool)
+
+
+
+ showtextdialog.h
+ qprocess.h
+ iostream
+ settings.h
+ qfiledialog.h
+ qmessagebox.h
+ misc.h
+ icons/flag-url.xpm
+ exporthtmldialog.ui.h
+
+
+ QString css;
+ QString xsl;
+ QString scriptpath;
+ QString stylepath;
+ QString dir;
+ bool image;
+ bool wikistyle;
+ QString script;
+ bool showOutput;
+ QProcess *proc;
+ ShowTextDialog *dia;
+ bool imageOnly;
+ bool useHeading;
+ bool useURLImage;
+
+
+ browseDirectory()
+ useWIKIpressed( bool b )
+ includeImage( bool b )
+ imgOnly( bool b )
+ useHeadingPressed( bool b )
+ useURLImagePressed( bool b )
+ showOut( bool b )
+ dirChanged()
+ doExport( const QString & mapname )
+ getDir()
+ readOutput()
+
+
+ init()
+ destroy()
+
+
+
+