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/XmlExport/XmlExport.ui | 151 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 151 insertions(+) create mode 100644 Plugins/XmlExport/XmlExport.ui (limited to 'Plugins/XmlExport/XmlExport.ui') diff --git a/Plugins/XmlExport/XmlExport.ui b/Plugins/XmlExport/XmlExport.ui new file mode 100644 index 0000000..2a236c6 --- /dev/null +++ b/Plugins/XmlExport/XmlExport.ui @@ -0,0 +1,151 @@ + + + XmlExportConfig + + + + 0 + 0 + 325 + 280 + + + + Form + + + + + + Output format + + + + + + Format document (new lines, indentation) + + + true + + + format + + + XmlExport.Format + + + + + + + Compress (everything in one line) + + + compress + + + XmlExport.Format + + + + + + + + + + Special characters escaping + + + + + + <p>Ampersands will be used for shorter values and CDATA will be used for larger values. This applies only to values that require character escaping. Other values will be exported as they are.</p> + + + Use CDATA and ampersands + + + true + + + mixed + + + XmlExport.Escaping + + + + + + + <p>Every value requiring character escepe will be enclosed in CDATA block.</p> + + + Always use CDATA + + + cdata + + + XmlExport.Escaping + + + + + + + <p>Every character that require esceping will be replaced with its ampersand escape sequence. No CDATA blocks will be used.</p> + + + Always use ampersand + + + ampersand + + + XmlExport.Escaping + + + + + + + + + + Define XML namespace + + + true + + + false + + + XmlExport.UseNamespace + + + + + + XmlExport.Namespace + + + + + + + + + + + ConfigRadioButton + QRadioButton +
common/configradiobutton.h
+
+
+ + +
-- cgit v1.2.3