aboutsummaryrefslogtreecommitdiffstats
path: root/Plugins/XmlExport/XmlExport.ui
blob: 6c6f27e9617a26400bcbd67ca03d178d3de01305 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>XmlExportConfig</class>
 <widget class="QWidget" name="XmlExportConfig">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>325</width>
    <height>280</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string notr="true">Form</string>
  </property>
  <layout class="QVBoxLayout" name="verticalLayout_3">
   <item>
    <widget class="QGroupBox" name="formatGroup">
     <property name="title">
      <string>Output format</string>
     </property>
     <layout class="QGridLayout" name="gridLayout">
      <item row="1" column="0" colspan="2">
       <widget class="ConfigRadioButton" name="formatRadio">
        <property name="text">
         <string>Format document (new lines, indentation)</string>
        </property>
        <property name="checked">
         <bool>true</bool>
        </property>
        <property name="assignedValue" stdset="0">
         <string notr="true">format</string>
        </property>
        <property name="cfg" stdset="0">
         <string notr="true">XmlExport.Format</string>
        </property>
       </widget>
      </item>
      <item row="3" column="0" colspan="2">
       <widget class="ConfigRadioButton" name="compressRadio">
        <property name="text">
         <string>Compress (everything in one line)</string>
        </property>
        <property name="assignedValue" stdset="0">
         <string notr="true">compress</string>
        </property>
        <property name="cfg" stdset="0">
         <string notr="true">XmlExport.Format</string>
        </property>
       </widget>
      </item>
     </layout>
    </widget>
   </item>
   <item>
    <widget class="QGroupBox" name="charEscapingGroup">
     <property name="title">
      <string>Special characters escaping</string>
     </property>
     <layout class="QVBoxLayout" name="verticalLayout">
      <item>
       <widget class="ConfigRadioButton" name="mixedRadio">
        <property name="toolTip">
         <string>&lt;p&gt;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.&lt;/p&gt;</string>
        </property>
        <property name="text">
         <string>Use CDATA and ampersands</string>
        </property>
        <property name="checked">
         <bool>true</bool>
        </property>
        <property name="assignedValue" stdset="0">
         <string notr="true">mixed</string>
        </property>
        <property name="cfg" stdset="0">
         <string notr="true">XmlExport.Escaping</string>
        </property>
       </widget>
      </item>
      <item>
       <widget class="ConfigRadioButton" name="cdataRadio">
        <property name="toolTip">
         <string>&lt;p&gt;Every value requiring character escepe will be enclosed in CDATA block.&lt;/p&gt;</string>
        </property>
        <property name="text">
         <string>Always use CDATA</string>
        </property>
        <property name="assignedValue" stdset="0">
         <string notr="true">cdata</string>
        </property>
        <property name="cfg" stdset="0">
         <string notr="true">XmlExport.Escaping</string>
        </property>
       </widget>
      </item>
      <item>
       <widget class="ConfigRadioButton" name="ampRadio">
        <property name="toolTip">
         <string>&lt;p&gt;Every character that require esceping will be replaced with its ampersand escape sequence. No CDATA blocks will be used.&lt;/p&gt;</string>
        </property>
        <property name="text">
         <string>Always use ampersand</string>
        </property>
        <property name="assignedValue" stdset="0">
         <string notr="true">ampersand</string>
        </property>
        <property name="cfg" stdset="0">
         <string notr="true">XmlExport.Escaping</string>
        </property>
       </widget>
      </item>
     </layout>
    </widget>
   </item>
   <item>
    <widget class="QGroupBox" name="namespaceGroup">
     <property name="title">
      <string>Define XML namespace</string>
     </property>
     <property name="checkable">
      <bool>true</bool>
     </property>
     <property name="checked">
      <bool>false</bool>
     </property>
     <property name="cfg" stdset="0">
      <string notr="true">XmlExport.UseNamespace</string>
     </property>
     <layout class="QHBoxLayout" name="horizontalLayout">
      <item>
       <widget class="QLineEdit" name="namespaceEdit">
        <property name="cfg" stdset="0">
         <string notr="true">XmlExport.Namespace</string>
        </property>
       </widget>
      </item>
     </layout>
    </widget>
   </item>
  </layout>
 </widget>
 <customwidgets>
  <customwidget>
   <class>ConfigRadioButton</class>
   <extends>QRadioButton</extends>
   <header>common/configradiobutton.h</header>
  </customwidget>
 </customwidgets>
 <resources/>
 <connections/>
</ui>