From 7167ce41b61d2ba2cdb526777a4233eb84a3b66a Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Sat, 6 Dec 2014 17:33:25 -0500 Subject: Imported Upstream version 2.99.6 --- Plugins/HtmlExport/htmlexport.ui | 129 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 129 insertions(+) create mode 100644 Plugins/HtmlExport/htmlexport.ui (limited to 'Plugins/HtmlExport/htmlexport.ui') diff --git a/Plugins/HtmlExport/htmlexport.ui b/Plugins/HtmlExport/htmlexport.ui new file mode 100644 index 0000000..a4727a4 --- /dev/null +++ b/Plugins/HtmlExport/htmlexport.ui @@ -0,0 +1,129 @@ + + + HtmlExportConfig + + + + 0 + 0 + 400 + 228 + + + + Form + + + + + + + 100 + 16777215 + + + + 999999999 + + + HtmlExport.ByteLengthLimit + + + + + + + Maximum number of characters per cell: + + + + + + + Include data types in first row + + + HtmlExport.PrintDataTypes + + + + + + + Column names as first row + + + HtmlExport.PrintHeader + + + + + + + Row numbers as first column + + + HtmlExport.PrintRowNum + + + + + + + Output format + + + + + + Format document (new lines, indentation) + + + HtmlExport.Format + + + format + + + + + + + Compress (everything in one line) + + + HtmlExport.Format + + + compress + + + + + + + + + + <p>When enabled, HTML characters such as &lt;, &gt; and &amp; are not escaped in exported values. This allows you for example to export hyper-link enabled documents, but it also may result in incorrect HTML document (unmatched pairs of &lt; and &gt; characters). Be warned.</p> + + + Don't escape HTML characters + + + HtmlExport.DontEscapeHtml + + + + + + + + ConfigRadioButton + QRadioButton +
common/configradiobutton.h
+
+
+ + +
-- cgit v1.2.3