diff mupdf-source/thirdparty/zint/frontend_qt/mainWindow.ui @ 2:b50eed0cc0ef upstream

ADD: MuPDF v1.26.7: the MuPDF source as downloaded by a default build of PyMuPDF 1.26.4. The directory name has changed: no version number in the expanded directory now.
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 15 Sep 2025 11:43:07 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mupdf-source/thirdparty/zint/frontend_qt/mainWindow.ui	Mon Sep 15 11:43:07 2025 +0200
@@ -0,0 +1,2466 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>mainWindow</class>
+ <widget class="QWidget" name="mainWindow">
+  <property name="windowModality">
+   <enum>Qt::NonModal</enum>
+  </property>
+  <property name="minimumSize">
+   <size>
+    <width>360</width>
+    <height>0</height>
+   </size>
+  </property>
+  <property name="windowTitle">
+   <string>Zint Barcode Studio</string>
+  </property>
+  <property name="windowIcon">
+   <iconset resource="resources.qrc">
+    <normaloff>:/res/zint-qt.ico</normaloff>:/res/zint-qt.ico</iconset>
+  </property>
+  <property name="autoFillBackground">
+   <bool>false</bool>
+  </property>
+  <property name="locale">
+   <locale language="English" country="UnitedStates"/>
+  </property>
+  <layout class="QVBoxLayout" name="vLayoutMain">
+   <item>
+    <widget class="QGraphicsView" name="view">
+     <property name="minimumSize">
+      <size>
+       <width>0</width>
+       <height>35</height>
+      </size>
+     </property>
+     <property name="contextMenuPolicy">
+      <enum>Qt::CustomContextMenu</enum>
+     </property>
+    </widget>
+   </item>
+   <item>
+    <widget class="QSplitter" name="errtxtBarContainer">
+     <property name="visible">
+      <bool>false</bool>
+     </property>
+     <property name="frameShape">
+      <enum>QFrame::StyledPanel</enum>
+     </property>
+     <property name="frameShadow">
+      <enum>QFrame::Plain</enum>
+     </property>
+     <property name="orientation">
+      <enum>Qt::Horizontal</enum>
+     </property>
+     <widget class="QStatusBar" name="errtxtBar">
+      <property name="contextMenuPolicy">
+       <enum>Qt::CustomContextMenu</enum>
+      </property>
+      <property name="autoFillBackground">
+       <bool>true</bool>
+      </property>
+      <property name="styleSheet">
+       <string notr="true"/>
+      </property>
+      <property name="sizeGripEnabled">
+       <bool>false</bool>
+      </property>
+     </widget>
+    </widget>
+   </item>
+   <item>
+    <layout class="QHBoxLayout" name="hLayoutMain">
+     <property name="sizeConstraint">
+      <enum>QLayout::SetMinimumSize</enum>
+     </property>
+     <item>
+      <layout class="QVBoxLayout" name="vLayoutSymbology">
+       <item>
+        <layout class="QHBoxLayout" name="hLayoutSymbology">
+         <item>
+          <widget class="QLabel" name="lblSymbology">
+           <property name="toolTip">
+            <string>Type of barcode</string>
+           </property>
+           <property name="text">
+            <string>Symbo&amp;logy:</string>
+           </property>
+           <property name="alignment">
+            <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
+           </property>
+           <property name="buddy">
+            <cstring>bstyle</cstring>
+           </property>
+          </widget>
+         </item>
+         <item>
+          <widget class="QComboBox" name="bstyle">
+           <property name="sizePolicy">
+            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
+             <horstretch>0</horstretch>
+             <verstretch>0</verstretch>
+            </sizepolicy>
+           </property>
+           <property name="toolTip">
+            <string>Type of barcode</string>
+           </property>
+           <property name="sizeAdjustPolicy">
+            <enum>QComboBox::AdjustToContents</enum>
+           </property>
+          </widget>
+         </item>
+         <item>
+          <widget class="QLineEdit" name="filter_bstyle">
+           <property name="toolTip">
+            <string>Filter symbologies</string>
+           </property>
+           <property name="text">
+            <string/>
+           </property>
+          </widget>
+         </item>
+        </layout>
+       </item>
+       <item>
+        <widget class="QTabWidget" name="tabMain">
+         <property name="minimumSize">
+          <size>
+           <width>0</width>
+           <height>346</height>
+          </size>
+         </property>
+         <property name="maximumSize">
+          <size>
+           <width>16777215</width>
+           <height>346</height>
+          </size>
+         </property>
+         <property name="autoFillBackground">
+          <bool>false</bool>
+         </property>
+         <property name="currentIndex">
+          <number>0</number>
+         </property>
+         <widget class="QWidget" name="tabData">
+          <attribute name="title">
+           <string>&amp;Data</string>
+          </attribute>
+          <layout class="QVBoxLayout" name="vLayoutTabData">
+           <item>
+            <widget class="QGroupBox" name="grpData">
+             <property name="sizePolicy">
+              <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
+               <horstretch>0</horstretch>
+               <verstretch>0</verstretch>
+              </sizepolicy>
+             </property>
+             <property name="toolTip">
+              <string>Input data</string>
+             </property>
+             <property name="title">
+              <string>Data to Enc&amp;ode</string>
+             </property>
+             <layout class="QVBoxLayout" name="vLayoutData">
+              <item>
+               <layout class="QHBoxLayout" name="hLayoutData">
+                <item>
+                 <widget class="QLineEdit" name="txtData">
+                  <property name="toolTip">
+                   <string>Input data</string>
+                  </property>
+                  <property name="text">
+                   <string>Your Data Here!</string>
+                  </property>
+                 </widget>
+                </item>
+                <item>
+                 <widget class="QPushButton" name="btnMoreData">
+                  <property name="maximumSize">
+                   <size>
+                    <width>34</width>
+                    <height>16777215</height>
+                   </size>
+                  </property>
+                  <property name="toolTip">
+                   <string>Encode more data
+or import from file</string>
+                  </property>
+                  <property name="text">
+                   <string>&amp;...</string>
+                  </property>
+                 </widget>
+                </item>
+                <item>
+                 <widget class="QToolButton" name="btnClearData">
+                  <property name="maximumSize">
+                   <size>
+                    <width>22</width>
+                    <height>26</height>
+                   </size>
+                  </property>
+                  <property name="toolTip">
+                   <string>Clear data and ECI (segment 0)</string>
+                  </property>
+                  <property name="text">
+                   <string/>
+                  </property>
+                 </widget>
+                </item>
+               </layout>
+              </item>
+              <item>
+               <layout class="QHBoxLayout" name="hLayoutECI">
+                <item>
+                 <widget class="QLabel" name="lblECI">
+                  <property name="maximumSize">
+                   <size>
+                    <width>40</width>
+                    <height>16777215</height>
+                   </size>
+                  </property>
+                  <property name="toolTip">
+                   <string>Set the ECI (Extended Channel Interpretation) code
+(ignored if disabled)</string>
+                  </property>
+                  <property name="text">
+                   <string>EC&amp;I:</string>
+                  </property>
+                  <property name="alignment">
+                   <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
+                  </property>
+                  <property name="buddy">
+                   <cstring>cmbECI</cstring>
+                  </property>
+                 </widget>
+                </item>
+                <item>
+                 <widget class="QComboBox" name="cmbECI">
+                  <property name="minimumSize">
+                   <size>
+                    <width>64</width>
+                    <height>0</height>
+                   </size>
+                  </property>
+                  <property name="toolTip">
+                   <string>Set the ECI (Extended Channel Interpretation) code
+(ignored if disabled)</string>
+                  </property>
+                  <property name="maxVisibleItems">
+                   <number>34</number>
+                  </property>
+                  <item>
+                   <property name="text">
+                    <string>None</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>3: ISO 8859-1 Latin-1</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>4: ISO 8859-2 Latin-2</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>5: ISO 8859-3 Latin-3</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>6: ISO 8859-4 Latin-4</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>7: ISO 8859-5 Cyrillic</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>8: ISO 8859-6 Arabic</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>9: ISO 8859-7 Greek</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>10: ISO 8859-8 Hebrew</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>11: ISO 8859-9 Turkish</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>12: ISO 8859-10 Nordic</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>13: ISO 8859-11 Thai</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>15: ISO 8859-13 Baltic</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>16: ISO 8859-14 Celtic</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>17: ISO 8859-15 Latin-9</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>18: ISO 8859-16 Latin-10</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>20: Shift JIS </string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>21: Windows 1250 Latin-2</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>22: Windows 1251 Cyrillic</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>23: Windows 1252 Latin-1</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>24: Windows 1256 Arabic</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>25: UTF-16BE</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>26: UTF-8</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>27: ASCII (ISO 646 IRV)</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>28: Big5 (Taiwan)</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>29: GB 2312 (PRC)</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>30: Korean EUC-KR</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>31: GBK</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>32: GB 18030</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>33: UTF-16LE</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>34: UTF-32BE</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>35: UTF-32LE</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>170: ISO 646 Invariant</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>899: 8-bit binary data</string>
+                   </property>
+                  </item>
+                 </widget>
+                </item>
+                <item>
+                 <spacer name="hSpacer_hLayoutECI">
+                  <property name="orientation">
+                   <enum>Qt::Horizontal</enum>
+                  </property>
+                  <property name="sizeHint" stdset="0">
+                   <size>
+                    <width>10</width>
+                    <height>20</height>
+                   </size>
+                  </property>
+                 </spacer>
+                </item>
+                <item>
+                 <widget class="QCheckBox" name="chkRInit">
+                  <property name="toolTip">
+                   <string>Create reader initialisation/programming symbol
+(ignored if disabled)</string>
+                  </property>
+                  <property name="text">
+                   <string>&amp;Reader Init</string>
+                  </property>
+                  <property name="checked">
+                   <bool>false</bool>
+                  </property>
+                 </widget>
+                </item>
+                <item>
+                 <widget class="QPushButton" name="btnSequence">
+                  <property name="maximumSize">
+                   <size>
+                    <width>60</width>
+                    <height>16777215</height>
+                   </size>
+                  </property>
+                  <property name="toolTip">
+                   <string>Encode a sequence</string>
+                  </property>
+                  <property name="text">
+                   <string>123&amp;4..</string>
+                  </property>
+                 </widget>
+                </item>
+                <item>
+                 <widget class="QToolButton" name="btnZap">
+                  <property name="maximumSize">
+                   <size>
+                    <width>22</width>
+                    <height>26</height>
+                   </size>
+                  </property>
+                  <property name="toolTip">
+                   <string>Clear all data and ECIs and reset all settings
+for this symbology to defaults</string>
+                  </property>
+                  <property name="text">
+                   <string/>
+                  </property>
+                 </widget>
+                </item>
+               </layout>
+              </item>
+             </layout>
+            </widget>
+           </item>
+           <item>
+            <widget class="QGroupBox" name="grpComposite">
+             <property name="enabled">
+              <bool>true</bool>
+             </property>
+             <property name="sizePolicy">
+              <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
+               <horstretch>0</horstretch>
+               <verstretch>0</verstretch>
+              </sizepolicy>
+             </property>
+             <property name="minimumSize">
+              <size>
+               <width>0</width>
+               <height>0</height>
+              </size>
+             </property>
+             <property name="maximumSize">
+              <size>
+               <width>16777215</width>
+               <height>400</height>
+              </size>
+             </property>
+             <property name="toolTip">
+              <string>GS1 Composite symbol settings</string>
+             </property>
+             <property name="title">
+              <string>GS1 Composite</string>
+             </property>
+             <layout class="QVBoxLayout" name="vLayoutComposite">
+              <item>
+               <layout class="QHBoxLayout" name="hLayoutComposite">
+                <item>
+                 <widget class="QCheckBox" name="chkComposite">
+                  <property name="toolTip">
+                   <string>Create a composite symbol</string>
+                  </property>
+                  <property name="text">
+                   <string>Add &amp;2D Component</string>
+                  </property>
+                 </widget>
+                </item>
+                <item>
+                 <spacer name="hSpacer_hLayoutComposite">
+                  <property name="orientation">
+                   <enum>Qt::Horizontal</enum>
+                  </property>
+                  <property name="sizeHint" stdset="0">
+                   <size>
+                    <width>40</width>
+                    <height>20</height>
+                   </size>
+                  </property>
+                 </spacer>
+                </item>
+                <item>
+                 <widget class="QLabel" name="lblCompType">
+                  <property name="enabled">
+                   <bool>false</bool>
+                  </property>
+                  <property name="toolTip">
+                   <string>Type of 2D component</string>
+                  </property>
+                  <property name="text">
+                   <string>&amp;Type:</string>
+                  </property>
+                  <property name="buddy">
+                   <cstring>cmbCompType</cstring>
+                  </property>
+                 </widget>
+                </item>
+                <item>
+                 <widget class="QComboBox" name="cmbCompType">
+                  <property name="enabled">
+                   <bool>false</bool>
+                  </property>
+                  <property name="minimumSize">
+                   <size>
+                    <width>60</width>
+                    <height>0</height>
+                   </size>
+                  </property>
+                  <property name="toolTip">
+                   <string>Type of 2D component</string>
+                  </property>
+                  <item>
+                   <property name="text">
+                    <string>Automatic</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>CC-A</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>CC-B</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>CC-C</string>
+                   </property>
+                  </item>
+                 </widget>
+                </item>
+               </layout>
+              </item>
+              <item>
+               <layout class="QVBoxLayout" name="vLayoutComponentData">
+                <property name="sizeConstraint">
+                 <enum>QLayout::SetMinimumSize</enum>
+                </property>
+                <item>
+                 <layout class="QHBoxLayout" name="hLayoutComponentDataLabel">
+                  <item>
+                   <widget class="QLabel" name="lblComposite">
+                    <property name="enabled">
+                     <bool>false</bool>
+                    </property>
+                    <property name="toolTip">
+                     <string>Data to be encoded in 2D component
+Remember to place [square brackets] around AI identifiers</string>
+                    </property>
+                    <property name="text">
+                     <string>2D Co&amp;mponent Data</string>
+                    </property>
+                    <property name="buddy">
+                     <cstring>txtComposite</cstring>
+                    </property>
+                   </widget>
+                  </item>
+                  <item>
+                   <widget class="QToolButton" name="btnClearComposite">
+                    <property name="enabled">
+                     <bool>false</bool>
+                    </property>
+                    <property name="maximumSize">
+                     <size>
+                      <width>22</width>
+                      <height>26</height>
+                     </size>
+                    </property>
+                    <property name="toolTip">
+                     <string>Clear 2D Component data</string>
+                    </property>
+                    <property name="text">
+                     <string/>
+                    </property>
+                   </widget>
+                  </item>
+                 </layout>
+                </item>
+                <item>
+                 <widget class="QTextEdit" name="txtComposite">
+                  <property name="enabled">
+                   <bool>false</bool>
+                  </property>
+                  <property name="sizePolicy">
+                   <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
+                    <horstretch>0</horstretch>
+                    <verstretch>0</verstretch>
+                   </sizepolicy>
+                  </property>
+                  <property name="maximumSize">
+                   <size>
+                    <width>16777215</width>
+                    <height>60</height>
+                   </size>
+                  </property>
+                  <property name="toolTip">
+                   <string>Data to be encoded in 2D component
+Remember to place [square brackets] around AI identifiers</string>
+                  </property>
+                 </widget>
+                </item>
+               </layout>
+              </item>
+             </layout>
+            </widget>
+           </item>
+           <item>
+            <widget class="QGroupBox" name="grpSegs">
+             <property name="enabled">
+              <bool>true</bool>
+             </property>
+             <property name="sizePolicy">
+              <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
+               <horstretch>0</horstretch>
+               <verstretch>0</verstretch>
+              </sizepolicy>
+             </property>
+             <property name="minimumSize">
+              <size>
+               <width>0</width>
+               <height>0</height>
+              </size>
+             </property>
+             <property name="maximumSize">
+              <size>
+               <width>16777215</width>
+               <height>400</height>
+              </size>
+             </property>
+             <property name="toolTip">
+              <string>Additional data segments with their own
+Extended Channel Interpretation (ECI)</string>
+             </property>
+             <property name="title">
+              <string>Additional ECI/Data Segments</string>
+             </property>
+             <layout class="QVBoxLayout" name="vLayoutSegs">
+              <item>
+               <layout class="QHBoxLayout" name="hlLayoutSeg1">
+                <item>
+                 <widget class="QLabel" name="lblSeg1">
+                  <property name="enabled">
+                   <bool>true</bool>
+                  </property>
+                  <property name="toolTip">
+                   <string>Segment 1</string>
+                  </property>
+                  <property name="text">
+                   <string>&amp;1:</string>
+                  </property>
+                  <property name="buddy">
+                   <cstring>txtDataSeg1</cstring>
+                  </property>
+                 </widget>
+                </item>
+                <item>
+                 <widget class="QComboBox" name="cmbECISeg1">
+                  <property name="minimumSize">
+                   <size>
+                    <width>64</width>
+                    <height>0</height>
+                   </size>
+                  </property>
+                  <property name="maximumSize">
+                   <size>
+                    <width>160</width>
+                    <height>16777215</height>
+                   </size>
+                  </property>
+                  <property name="toolTip">
+                   <string>ECI for segment 1</string>
+                  </property>
+                  <property name="maxVisibleItems">
+                   <number>34</number>
+                  </property>
+                  <item>
+                   <property name="text">
+                    <string>None</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>3: ISO 8859-1 Latin-1</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>4: ISO 8859-2 Latin-2</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>5: ISO 8859-3 Latin-3</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>6: ISO 8859-4 Latin-4</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>7: ISO 8859-5 Cyrillic</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>8: ISO 8859-6 Arabic</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>9: ISO 8859-7 Greek</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>10: ISO 8859-8 Hebrew</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>11: ISO 8859-9 Turkish</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>12: ISO 8859-10 Nordic</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>13: ISO 8859-11 Thai</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>15: ISO 8859-13 Baltic</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>16: ISO 8859-14 Celtic</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>17: ISO 8859-15 Latin-9</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>18: ISO 8859-16 Latin-10</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>20: Shift JIS </string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>21: Windows 1250 Latin-2</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>22: Windows 1251 Cyrillic</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>23: Windows 1252 Latin-1</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>24: Windows 1256 Arabic</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>25: UTF-16BE</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>26: UTF-8</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>27: ASCII (ISO 646 IRV)</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>28: Big5 (Taiwan)</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>29: GB 2312 (PRC)</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>30: Korean EUC-KR</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>31: GBK</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>32: GB 18030</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>33: UTF-16LE</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>34: UTF-32BE</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>35: UTF-32LE</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>170: ISO 646 Invariant</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>899: 8-bit binary data</string>
+                   </property>
+                  </item>
+                 </widget>
+                </item>
+                <item>
+                 <widget class="QLineEdit" name="txtDataSeg1">
+                  <property name="minimumSize">
+                   <size>
+                    <width>150</width>
+                    <height>0</height>
+                   </size>
+                  </property>
+                  <property name="toolTip">
+                   <string>Data for segment 1</string>
+                  </property>
+                  <property name="text">
+                   <string/>
+                  </property>
+                 </widget>
+                </item>
+                <item>
+                 <widget class="QPushButton" name="btnMoreDataSeg1">
+                  <property name="maximumSize">
+                   <size>
+                    <width>34</width>
+                    <height>16777215</height>
+                   </size>
+                  </property>
+                  <property name="toolTip">
+                   <string>Encode more segment 1 data
+or import from file</string>
+                  </property>
+                  <property name="text">
+                   <string>...</string>
+                  </property>
+                 </widget>
+                </item>
+                <item>
+                 <widget class="QToolButton" name="btnClearDataSeg1">
+                  <property name="maximumSize">
+                   <size>
+                    <width>22</width>
+                    <height>26</height>
+                   </size>
+                  </property>
+                  <property name="toolTip">
+                   <string>Clear segment 1 data and ECI</string>
+                  </property>
+                  <property name="text">
+                   <string/>
+                  </property>
+                 </widget>
+                </item>
+               </layout>
+              </item>
+              <item>
+               <layout class="QHBoxLayout" name="hLayoutSeg2">
+                <item>
+                 <widget class="QLabel" name="lblSeg2">
+                  <property name="enabled">
+                   <bool>true</bool>
+                  </property>
+                  <property name="toolTip">
+                   <string>Segment 2</string>
+                  </property>
+                  <property name="text">
+                   <string>&amp;2:</string>
+                  </property>
+                  <property name="buddy">
+                   <cstring>txtDataSeg2</cstring>
+                  </property>
+                 </widget>
+                </item>
+                <item>
+                 <widget class="QComboBox" name="cmbECISeg2">
+                  <property name="minimumSize">
+                   <size>
+                    <width>64</width>
+                    <height>0</height>
+                   </size>
+                  </property>
+                  <property name="maximumSize">
+                   <size>
+                    <width>160</width>
+                    <height>16777215</height>
+                   </size>
+                  </property>
+                  <property name="toolTip">
+                   <string>ECI for segment 2</string>
+                  </property>
+                  <property name="maxVisibleItems">
+                   <number>34</number>
+                  </property>
+                  <item>
+                   <property name="text">
+                    <string>None</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>3: ISO 8859-1 Latin-1</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>4: ISO 8859-2 Latin-2</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>5: ISO 8859-3 Latin-3</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>6: ISO 8859-4 Latin-4</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>7: ISO 8859-5 Cyrillic</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>8: ISO 8859-6 Arabic</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>9: ISO 8859-7 Greek</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>10: ISO 8859-8 Hebrew</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>11: ISO 8859-9 Turkish</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>12: ISO 8859-10 Nordic</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>13: ISO 8859-11 Thai</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>15: ISO 8859-13 Baltic</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>16: ISO 8859-14 Celtic</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>17: ISO 8859-15 Latin-9</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>18: ISO 8859-16 Latin-10</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>20: Shift JIS </string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>21: Windows 1250 Latin-2</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>22: Windows 1251 Cyrillic</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>23: Windows 1252 Latin-1</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>24: Windows 1256 Arabic</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>25: UTF-16BE</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>26: UTF-8</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>27: ASCII (ISO 646 IRV)</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>28: Big5 (Taiwan)</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>29: GB 2312 (PRC)</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>30: Korean EUC-KR</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>31: GBK</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>32: GB 18030</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>33: UTF-16LE</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>34: UTF-32BE</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>35: UTF-32LE</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>170: ISO 646 Invariant</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>899: 8-bit binary data</string>
+                   </property>
+                  </item>
+                 </widget>
+                </item>
+                <item>
+                 <widget class="QLineEdit" name="txtDataSeg2">
+                  <property name="minimumSize">
+                   <size>
+                    <width>150</width>
+                    <height>0</height>
+                   </size>
+                  </property>
+                  <property name="toolTip">
+                   <string>Data for segment 2</string>
+                  </property>
+                  <property name="text">
+                   <string/>
+                  </property>
+                 </widget>
+                </item>
+                <item>
+                 <widget class="QPushButton" name="btnMoreDataSeg2">
+                  <property name="maximumSize">
+                   <size>
+                    <width>34</width>
+                    <height>16777215</height>
+                   </size>
+                  </property>
+                  <property name="toolTip">
+                   <string>Encode more segment 2 data
+or import from file</string>
+                  </property>
+                  <property name="text">
+                   <string>...</string>
+                  </property>
+                 </widget>
+                </item>
+                <item>
+                 <widget class="QToolButton" name="btnClearDataSeg2">
+                  <property name="maximumSize">
+                   <size>
+                    <width>22</width>
+                    <height>26</height>
+                   </size>
+                  </property>
+                  <property name="toolTip">
+                   <string>Clear segment 2 data and ECI</string>
+                  </property>
+                  <property name="text">
+                   <string/>
+                  </property>
+                 </widget>
+                </item>
+               </layout>
+              </item>
+              <item>
+               <layout class="QHBoxLayout" name="hLayoutSeg3">
+                <item>
+                 <widget class="QLabel" name="lblSeg3">
+                  <property name="enabled">
+                   <bool>true</bool>
+                  </property>
+                  <property name="toolTip">
+                   <string>Segment 3</string>
+                  </property>
+                  <property name="text">
+                   <string>&amp;3:</string>
+                  </property>
+                  <property name="buddy">
+                   <cstring>txtDataSeg3</cstring>
+                  </property>
+                 </widget>
+                </item>
+                <item>
+                 <widget class="QComboBox" name="cmbECISeg3">
+                  <property name="minimumSize">
+                   <size>
+                    <width>64</width>
+                    <height>0</height>
+                   </size>
+                  </property>
+                  <property name="maximumSize">
+                   <size>
+                    <width>160</width>
+                    <height>16777215</height>
+                   </size>
+                  </property>
+                  <property name="toolTip">
+                   <string>ECI for segment 3</string>
+                  </property>
+                  <property name="maxVisibleItems">
+                   <number>34</number>
+                  </property>
+                  <item>
+                   <property name="text">
+                    <string>None</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>3: ISO 8859-1 Latin-1</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>4: ISO 8859-2 Latin-2</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>5: ISO 8859-3 Latin-3</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>6: ISO 8859-4 Latin-4</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>7: ISO 8859-5 Cyrillic</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>8: ISO 8859-6 Arabic</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>9: ISO 8859-7 Greek</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>10: ISO 8859-8 Hebrew</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>11: ISO 8859-9 Turkish</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>12: ISO 8859-10 Nordic</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>13: ISO 8859-11 Thai</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>15: ISO 8859-13 Baltic</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>16: ISO 8859-14 Celtic</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>17: ISO 8859-15 Latin-9</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>18: ISO 8859-16 Latin-10</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>20: Shift JIS </string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>21: Windows 1250 Latin-2</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>22: Windows 1251 Cyrillic</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>23: Windows 1252 Latin-1</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>24: Windows 1256 Arabic</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>25: UTF-16BE</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>26: UTF-8</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>27: ASCII (ISO 646 IRV)</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>28: Big5 (Taiwan)</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>29: GB 2312 (PRC)</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>30: Korean EUC-KR</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>31: GBK</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>32: GB 18030</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>33: UTF-16LE</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>34: UTF-32BE</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>35: UTF-32LE</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>170: ISO 646 Invariant</string>
+                   </property>
+                  </item>
+                  <item>
+                   <property name="text">
+                    <string>899: 8-bit binary data</string>
+                   </property>
+                  </item>
+                 </widget>
+                </item>
+                <item>
+                 <widget class="QLineEdit" name="txtDataSeg3">
+                  <property name="minimumSize">
+                   <size>
+                    <width>150</width>
+                    <height>0</height>
+                   </size>
+                  </property>
+                  <property name="toolTip">
+                   <string>Data for segment 3</string>
+                  </property>
+                  <property name="text">
+                   <string/>
+                  </property>
+                 </widget>
+                </item>
+                <item>
+                 <widget class="QPushButton" name="btnMoreDataSeg3">
+                  <property name="maximumSize">
+                   <size>
+                    <width>34</width>
+                    <height>16777215</height>
+                   </size>
+                  </property>
+                  <property name="toolTip">
+                   <string>Encode more segment 3 data
+or import from file</string>
+                  </property>
+                  <property name="text">
+                   <string>...</string>
+                  </property>
+                 </widget>
+                </item>
+                <item>
+                 <widget class="QToolButton" name="btnClearDataSeg3">
+                  <property name="maximumSize">
+                   <size>
+                    <width>22</width>
+                    <height>26</height>
+                   </size>
+                  </property>
+                  <property name="toolTip">
+                   <string>Clear segment 3 data and ECI</string>
+                  </property>
+                  <property name="text">
+                   <string/>
+                  </property>
+                 </widget>
+                </item>
+               </layout>
+              </item>
+             </layout>
+            </widget>
+           </item>
+           <item>
+            <widget class="QGroupBox" name="grpSpecific">
+             <property name="enabled">
+              <bool>true</bool>
+             </property>
+             <property name="sizePolicy">
+              <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
+               <horstretch>0</horstretch>
+               <verstretch>0</verstretch>
+              </sizepolicy>
+             </property>
+             <property name="minimumSize">
+              <size>
+               <width>0</width>
+               <height>0</height>
+              </size>
+             </property>
+             <property name="maximumSize">
+              <size>
+               <width>16777215</width>
+               <height>400</height>
+              </size>
+             </property>
+             <property name="toolTip">
+              <string>Additional Settings</string>
+             </property>
+             <property name="title">
+              <string>Options</string>
+             </property>
+             <layout class="QVBoxLayout" name="vLayoutSpecific">
+             </layout>
+            </widget>
+           </item>
+           <item>
+            <spacer name="vSpacerData">
+             <property name="orientation">
+              <enum>Qt::Vertical</enum>
+             </property>
+             <property name="sizeHint" stdset="0">
+              <size>
+               <width>40</width>
+               <height>10</height>
+              </size>
+             </property>
+            </spacer>
+           </item>
+           <item>
+            <layout class="QHBoxLayout" name="hLayoutChks">
+             <item>
+              <spacer name="hSpacer_hLayoutChks">
+               <property name="orientation">
+                <enum>Qt::Horizontal</enum>
+               </property>
+               <property name="sizeHint" stdset="0">
+                <size>
+                 <width>10</width>
+                 <height>20</height>
+                </size>
+               </property>
+              </spacer>
+             </item>
+             <item>
+              <widget class="QCheckBox" name="chkEscape">
+               <property name="toolTip">
+                <string>Process escape sequences in input data&lt;table cellspacing=&quot;3&quot;&gt;
+&lt;tr&gt;&lt;td&gt;\0&amp;nbsp;&lt;/td&gt;&lt;td&gt;NUL character (0x00)&lt;/td&gt;&lt;/tr&gt;
+&lt;tr&gt;&lt;td&gt;\E&amp;nbsp;&lt;/td&gt;&lt;td&gt;End of Transmission (0x04)&lt;/td&gt;&lt;/tr&gt;
+&lt;tr&gt;&lt;td&gt;\a&amp;nbsp;&lt;/td&gt;&lt;td&gt;Bell (0x07)&lt;/td&gt;&lt;/tr&gt;
+&lt;tr&gt;&lt;td&gt;\b&amp;nbsp;&lt;/td&gt;&lt;td&gt;Backspace (0x08)&lt;/td&gt;&lt;/tr&gt;
+&lt;tr&gt;&lt;td&gt;\t&amp;nbsp;&lt;/td&gt;&lt;td&gt;Horizontal Tab (0x09)&lt;/td&gt;&lt;/tr&gt;
+&lt;tr&gt;&lt;td&gt;\n&amp;nbsp;&lt;/td&gt;&lt;td&gt;Line Feed (0x0A)&lt;/td&gt;&lt;/tr&gt;
+&lt;tr&gt;&lt;td&gt;\v&amp;nbsp;&lt;/td&gt;&lt;td&gt;Vertical Tab (0x0B)&lt;/td&gt;&lt;/tr&gt;
+&lt;tr&gt;&lt;td&gt;\f&amp;nbsp;&lt;/td&gt;&lt;td&gt;Form Feed (0x0C)&lt;/td&gt;&lt;/tr&gt;
+&lt;tr&gt;&lt;td&gt;\r&amp;nbsp;&lt;/td&gt;&lt;td&gt;Carriage Return (0x0D)&lt;/td&gt;&lt;/tr&gt;
+&lt;tr&gt;&lt;td&gt;\e&amp;nbsp;&lt;/td&gt;&lt;td&gt;Escape (0x1B)&lt;/td&gt;&lt;/tr&gt;
+&lt;tr&gt;&lt;td&gt;\G&amp;nbsp;&lt;/td&gt;&lt;td&gt;Group Separator (0x1D)&lt;/td&gt;&lt;/tr&gt;
+&lt;tr&gt;&lt;td&gt;\R&amp;nbsp;&lt;/td&gt;&lt;td&gt;Record Separator (0x1E)&lt;/td&gt;&lt;/tr&gt;
+&lt;tr&gt;&lt;td&gt;\\&amp;nbsp;&lt;/td&gt;&lt;td&gt;Backslash (0x5C)&lt;/td&gt;&lt;/tr&gt;
+&lt;tr&gt;&lt;td&gt;\dNNN&amp;nbsp;&lt;/td&gt;&lt;td&gt;8-bit character (N decimal)&lt;/td&gt;&lt;/tr&gt;
+&lt;tr&gt;&lt;td&gt;\oNNN&amp;nbsp;&lt;/td&gt;&lt;td&gt;8-bit character (N octal)&lt;/td&gt;&lt;/tr&gt;
+&lt;tr&gt;&lt;td&gt;\xNN&amp;nbsp;&lt;/td&gt;&lt;td&gt;8-bit character (N hex)&lt;/td&gt;&lt;/tr&gt;
+&lt;tr&gt;&lt;td&gt;\uNNNN&amp;nbsp;&lt;/td&gt;&lt;td&gt;16-bit Unicode BMP (N hex)&lt;/td&gt;&lt;/tr&gt;
+&lt;tr&gt;&lt;td&gt;\UNNNNNN&amp;nbsp;&lt;/td&gt;&lt;td&gt;21-bit Unicode (N hex)&lt;/td&gt;&lt;/tr&gt;
+&lt;/table&gt;</string>
+               </property>
+               <property name="text">
+                <string>Parse Es&amp;capes</string>
+               </property>
+               <property name="checked">
+                <bool>false</bool>
+               </property>
+              </widget>
+             </item>
+             <item>
+              <widget class="QCheckBox" name="chkData">
+               <property name="toolTip">
+                <string>Treat input as raw binary data
+(ignored if disabled)</string>
+               </property>
+               <property name="text">
+                <string>Binar&amp;y Mode</string>
+               </property>
+               <property name="checked">
+                <bool>false</bool>
+               </property>
+              </widget>
+             </item>
+             <item>
+              <widget class="QCheckBox" name="chkGS1Parens">
+               <property name="toolTip">
+                <string>Process parentheses &quot;()&quot; instead of square brackets &quot;[]&quot;
+as delimiters for GS1 Application Identifiers
+(ignored if disabled)</string>
+               </property>
+               <property name="text">
+                <string>GS1 &amp;()</string>
+               </property>
+               <property name="checked">
+                <bool>false</bool>
+               </property>
+              </widget>
+             </item>
+             <item>
+              <widget class="QCheckBox" name="chkGS1NoCheck">
+               <property name="toolTip">
+                <string>Do not check GS1 data for validity (note that certain
+checks necessary for encodation are still performed)
+(ignored if disabled)</string>
+               </property>
+               <property name="text">
+                <string>GS1 &amp;No Check</string>
+               </property>
+               <property name="checked">
+                <bool>false</bool>
+               </property>
+              </widget>
+             </item>
+            </layout>
+           </item>
+          </layout>
+         </widget>
+         <widget class="QWidget" name="tabAppear">
+          <property name="maximumSize">
+           <size>
+            <width>678</width>
+            <height>16777215</height>
+           </size>
+          </property>
+          <attribute name="title">
+           <string>A&amp;ppearance</string>
+          </attribute>
+          <layout class="QVBoxLayout" name="vLayoutAppearance">
+           <item>
+            <layout class="QGridLayout" name="gridLayout">
+             <item row="0" column="0" colspan="3">
+              <layout class="QHBoxLayout" name="hLayoutAutoHeight">
+               <item>
+                <widget class="QCheckBox" name="chkAutoHeight">
+                 <property name="toolTip">
+                  <string>Use default height
+(ignored if disabled)</string>
+                 </property>
+                 <property name="text">
+                  <string>Auto&amp;matic Height</string>
+                 </property>
+                 <property name="checked">
+                  <bool>true</bool>
+                 </property>
+                </widget>
+               </item>
+               <item>
+                <widget class="QCheckBox" name="chkCompliantHeight">
+                 <property name="toolTip">
+                  <string>Warn if height specified not compliant with specification,
+or use standard height (if any) for default
+(ignored if disabled)</string>
+                 </property>
+                 <property name="text">
+                  <string>&amp;Compliant Height</string>
+                 </property>
+                 <property name="checked">
+                  <bool>false</bool>
+                 </property>
+                </widget>
+               </item>
+              </layout>
+             </item>
+             <item row="1" column="0">
+              <widget class="QLabel" name="lblHeight">
+               <property name="enabled">
+                <bool>false</bool>
+               </property>
+               <property name="toolTip">
+                <string>Overall symbol height in X-dimensions
+(ignored if disabled)</string>
+               </property>
+               <property name="text">
+                <string>&amp;Height:</string>
+               </property>
+               <property name="alignment">
+                <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
+               </property>
+               <property name="buddy">
+                <cstring>heightb</cstring>
+               </property>
+              </widget>
+             </item>
+             <item row="1" column="1" colspan="2">
+              <widget class="QDoubleSpinBox" name="heightb">
+               <property name="enabled">
+                <bool>false</bool>
+               </property>
+               <property name="toolTip">
+                <string>Overall symbol height in X-dimensions
+(ignored if disabled)</string>
+               </property>
+               <property name="accelerated">
+                <bool>true</bool>
+               </property>
+               <property name="prefix">
+                <string/>
+               </property>
+               <property name="suffix">
+                <string> X</string>
+               </property>
+               <property name="decimals">
+                <number>3</number>
+               </property>
+               <property name="minimum">
+                <double>0.500000000000000</double>
+               </property>
+               <property name="maximum">
+                <double>2000.000000000000000</double>
+               </property>
+               <property name="singleStep">
+                <double>0.100000000000000</double>
+               </property>
+               <property name="value">
+                <double>50.000000000000000</double>
+               </property>
+              </widget>
+             </item>
+             <item row="2" column="0">
+              <widget class="QLabel" name="lblBorderType">
+               <property name="toolTip">
+                <string>Add border or box</string>
+               </property>
+               <property name="text">
+                <string>Border &amp;Type:</string>
+               </property>
+               <property name="alignment">
+                <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
+               </property>
+               <property name="buddy">
+                <cstring>btype</cstring>
+               </property>
+              </widget>
+             </item>
+             <item row="2" column="1" colspan="2">
+              <widget class="QComboBox" name="btype">
+               <property name="toolTip">
+                <string>Add border or box</string>
+               </property>
+               <property name="minimumContentsLength">
+                <number>24</number>
+               </property>
+               <item>
+                <property name="text">
+                 <string>No border</string>
+                </property>
+               </item>
+               <item>
+                <property name="text">
+                 <string>Bind</string>
+                </property>
+               </item>
+               <item>
+                <property name="text">
+                 <string>Box</string>
+                </property>
+               </item>
+               <item>
+                <property name="text">
+                 <string>Bind Top</string>
+                </property>
+               </item>
+              </widget>
+             </item>
+             <item row="3" column="0">
+              <widget class="QLabel" name="lblBorderWidth">
+               <property name="toolTip">
+                <string>Width of boundary bars or border in X-dimensions</string>
+               </property>
+               <property name="text">
+                <string>B&amp;order Width:</string>
+               </property>
+               <property name="alignment">
+                <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
+               </property>
+               <property name="buddy">
+                <cstring>bwidth</cstring>
+               </property>
+              </widget>
+             </item>
+             <item row="3" column="1" colspan="2">
+              <widget class="QSpinBox" name="bwidth">
+               <property name="toolTip">
+                <string>Width of boundary bars or border in X-dimensions</string>
+               </property>
+               <property name="suffix">
+                <string> X</string>
+               </property>
+               <property name="minimum">
+                <number>0</number>
+               </property>
+               <property name="maximum">
+                <number>16</number>
+               </property>
+               <property name="value">
+                <number>0</number>
+               </property>
+              </widget>
+             </item>
+             <item row="4" column="0">
+              <widget class="QLabel" name="lblWhitespace">
+               <property name="toolTip">
+                <string>Horizontal whitespace, Vertical whitespace, in X-dimensions</string>
+               </property>
+               <property name="text">
+                <string>&amp;Whitespace:</string>
+               </property>
+               <property name="alignment">
+                <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
+               </property>
+               <property name="buddy">
+                <cstring>spnWhitespace</cstring>
+               </property>
+              </widget>
+             </item>
+             <item row="4" column="1" colspan="2">
+              <layout class="QGridLayout" name="gridLayoutWhitespace">
+               <item row="0" column="0">
+                <widget class="QSpinBox" name="spnWhitespace">
+                 <property name="toolTip">
+                  <string>Width of horizontal whitespace on either side
+of barcode in X-dimensions</string>
+                 </property>
+                 <property name="suffix">
+                  <string> X</string>
+                 </property>
+                 <property name="maximum">
+                  <number>100</number>
+                 </property>
+                </widget>
+               </item>
+               <item row="0" column="1">
+                <widget class="QSpinBox" name="spnVWhitespace">
+                 <property name="toolTip">
+                  <string>Height of vertical whitespace above and below
+the barcode in X-dimensions</string>
+                 </property>
+                 <property name="suffix">
+                  <string> X</string>
+                 </property>
+                 <property name="maximum">
+                  <number>100</number>
+                 </property>
+                </widget>
+               </item>
+              </layout>
+             </item>
+             <item row="5" column="0" colspan="2">
+              <widget class="QCheckBox" name="chkHRTShow">
+               <property name="toolTip">
+                <string>Show Human Readable Text in image
+(ignored if disabled)</string>
+               </property>
+               <property name="text">
+                <string>Show Te&amp;xt</string>
+               </property>
+               <property name="checked">
+                <bool>true</bool>
+               </property>
+              </widget>
+             </item>
+             <item row="6" column="0">
+              <widget class="QLabel" name="lblFontSetting">
+               <property name="toolTip">
+                <string>Set font characteristics
+(ignored if disabled)</string>
+               </property>
+               <property name="text">
+                <string>Fo&amp;nt Setting:</string>
+               </property>
+               <property name="alignment">
+                <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
+               </property>
+               <property name="buddy">
+                <cstring>cmbFontSetting</cstring>
+               </property>
+              </widget>
+             </item>
+             <item row="6" column="1" colspan="2">
+              <widget class="QComboBox" name="cmbFontSetting">
+               <property name="toolTip">
+                <string>Set font characteristics
+(ignored if disabled)</string>
+               </property>
+               <item>
+                <property name="text">
+                 <string>Normal</string>
+                </property>
+               </item>
+               <item>
+                <property name="text">
+                 <string>Bold</string>
+                </property>
+               </item>
+               <item>
+                <property name="text">
+                 <string>Small</string>
+                </property>
+               </item>
+               <item>
+                <property name="text">
+                 <string>Small Bold (vector only)</string>
+                </property>
+               </item>
+              </widget>
+             </item>
+             <item row="7" column="0">
+              <widget class="QLabel" name="lblTextGap">
+               <property name="toolTip">
+                <string>Gap between barcode and text in X-dimensions
+(ignored if disabled)</string>
+               </property>
+               <property name="text">
+                <string>Text &amp;Gap:</string>
+               </property>
+               <property name="alignment">
+                <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
+               </property>
+               <property name="buddy">
+                <cstring>spnTextGap</cstring>
+               </property>
+              </widget>
+             </item>
+             <item row="7" column="1">
+              <widget class="QDoubleSpinBox" name="spnTextGap">
+               <property name="toolTip">
+                <string>Gap between barcode and text in X-dimensions
+(ignored if disabled)</string>
+               </property>
+               <property name="prefix">
+                <string/>
+               </property>
+               <property name="suffix">
+                <string> X</string>
+               </property>
+               <property name="decimals">
+                <number>2</number>
+               </property>
+               <property name="minimum">
+                <double>-5.000000000000000</double>
+               </property>
+               <property name="maximum">
+                <double>10.000000000000000</double>
+               </property>
+               <property name="singleStep">
+                <double>0.100000000000000</double>
+               </property>
+               <property name="value">
+                <double>1.000000000000000</double>
+               </property>
+              </widget>
+             </item>
+             <item row="7" column="2">
+              <widget class="QToolButton" name="btnClearTextGap">
+               <property name="maximumSize">
+                <size>
+                 <width>22</width>
+                 <height>26</height>
+                </size>
+               </property>
+               <property name="toolTip">
+                <string>Set text gap to default 1X</string>
+               </property>
+               <property name="text">
+                <string/>
+               </property>
+              </widget>
+             </item>
+             <item row="8" column="0">
+              <widget class="QLabel" name="lblScale">
+               <property name="toolTip">
+                <string>Image scale when output to file
+(adjusts the X-dimension)</string>
+               </property>
+               <property name="text">
+                <string>&amp;Printing Scale:</string>
+               </property>
+               <property name="alignment">
+                <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
+               </property>
+               <property name="buddy">
+                <cstring>spnScale</cstring>
+               </property>
+              </widget>
+             </item>
+             <item row="8" column="1">
+              <widget class="QDoubleSpinBox" name="spnScale">
+               <property name="toolTip">
+                <string>Image scale when output to file
+(adjusts the X-dimension)</string>
+               </property>
+               <property name="suffix">
+                <string/>
+               </property>
+               <property name="decimals">
+                <number>2</number>
+               </property>
+               <property name="minimum">
+                <double>0.100000000000000</double>
+               </property>
+               <property name="maximum">
+                <double>200.000000000000000</double>
+               </property>
+               <property name="singleStep">
+                <double>0.500000000000000</double>
+               </property>
+               <property name="value">
+                <double>1.000000000000000</double>
+               </property>
+              </widget>
+             </item>
+             <item row="8" column="2">
+              <widget class="QToolButton" name="btnScale">
+               <property name="maximumSize">
+                <size>
+                 <width>22</width>
+                 <height>26</height>
+                </size>
+               </property>
+               <property name="toolTip">
+                <string>Set Printing Scale by X-dimension and resolution</string>
+               </property>
+               <property name="text">
+                <string/>
+               </property>
+              </widget>
+             </item>
+             <item row="9" column="0">
+              <widget class="QLabel" name="lblSize">
+               <property name="toolTip">
+                <string>Image size (width x height) of barcode
+at given dot density</string>
+               </property>
+               <property name="text">
+                <string>Print Size:</string>
+               </property>
+               <property name="alignment">
+                <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
+               </property>
+              </widget>
+             </item>
+             <item row="9" column="1" colspan="5">
+              <widget class="QLabel" name="lblSizeMsg">
+               <property name="toolTip">
+                <string>Image size (width x height) of barcode
+at given dot density</string>
+               </property>
+               <property name="text">
+                <string/>
+               </property>
+              </widget>
+             </item>
+             <item row="0" column="3">
+              <widget class="QLabel" name="label_fgcolor">
+               <property name="enabled">
+                <bool>true</bool>
+               </property>
+               <property name="toolTip">
+                <string>Change colour of ink</string>
+               </property>
+               <property name="text">
+                <string>&amp;Foreground:</string>
+               </property>
+               <property name="alignment">
+                <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
+               </property>
+               <property name="buddy">
+                <cstring>txt_fgcolor</cstring>
+               </property>
+              </widget>
+             </item>
+             <item row="0" column="4">
+              <widget class="QLineEdit" name="txt_fgcolor">
+               <property name="maximumSize">
+                <size>
+                 <width>100</width>
+                 <height>16777215</height>
+                </size>
+               </property>
+               <property name="toolTip">
+                <string>Change ink colour, format is
+hexadecimal &quot;RRGGBB&quot; or &quot;RRGGBBAA&quot; (alpha)
+or decimal &quot;C,M,Y,K&quot; percentages (0-100)</string>
+               </property>
+               <property name="maxLength">
+                <number>15</number>
+               </property>
+              </widget>
+             </item>
+             <item row="0" column="5">
+              <widget class="QToolButton" name="fgcolor">
+               <property name="maximumSize">
+                <size>
+                 <width>22</width>
+                 <height>26</height>
+                </size>
+               </property>
+               <property name="toolTip">
+                <string>Change ink colour using picker</string>
+               </property>
+               <property name="text">
+                <string/>
+               </property>
+              </widget>
+             </item>
+             <item row="1" column="3">
+              <widget class="QLabel" name="label_bgcolor">
+               <property name="enabled">
+                <bool>true</bool>
+               </property>
+               <property name="toolTip">
+                <string>Change colour of paper</string>
+               </property>
+               <property name="text">
+                <string>Bac&amp;kground:</string>
+               </property>
+               <property name="alignment">
+                <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
+               </property>
+               <property name="buddy">
+                <cstring>txt_bgcolor</cstring>
+               </property>
+              </widget>
+             </item>
+             <item row="1" column="4">
+              <widget class="QLineEdit" name="txt_bgcolor">
+               <property name="maximumSize">
+                <size>
+                 <width>100</width>
+                 <height>16777215</height>
+                </size>
+               </property>
+               <property name="toolTip">
+                <string>Change paper colour, format is
+hexadecimal &quot;RRGGBB&quot; or &quot;RRGGBBAA&quot; (alpha)
+or decimal &quot;C,M,Y,K&quot; percentages (0-100).
+For no background, set alpha channel to zero,
+e.g. &quot;FFFFFF00&quot;</string>
+               </property>
+               <property name="maxLength">
+                <number>15</number>
+               </property>
+              </widget>
+             </item>
+             <item row="1" column="5">
+              <widget class="QToolButton" name="bgcolor">
+               <property name="maximumSize">
+                <size>
+                 <width>22</width>
+                 <height>26</height>
+                </size>
+               </property>
+               <property name="toolTip">
+                <string>Change paper colour using picker</string>
+               </property>
+               <property name="text">
+                <string/>
+               </property>
+              </widget>
+             </item>
+             <item row="2" column="3">
+              <widget class="QLabel" name="label_colours">
+               <property name="enabled">
+                <bool>true</bool>
+               </property>
+               <property name="toolTip">
+                <string>Reset or reverse colours</string>
+               </property>
+               <property name="text">
+                <string>Colours:</string>
+               </property>
+               <property name="alignment">
+                <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
+               </property>
+               <property name="buddy">
+                <cstring>btnReset</cstring>
+               </property>
+              </widget>
+             </item>
+             <item row="2" column="4">
+              <widget class="QPushButton" name="btnReset">
+               <property name="maximumSize">
+                <size>
+                 <width>100</width>
+                 <height>16777215</height>
+                </size>
+               </property>
+               <property name="toolTip">
+                <string>Reset colours to black on white</string>
+               </property>
+               <property name="text">
+                <string>&amp;Reset</string>
+               </property>
+              </widget>
+             </item>
+             <item row="2" column="5">
+              <widget class="QToolButton" name="btnReverse">
+               <property name="maximumSize">
+                <size>
+                 <width>22</width>
+                 <height>26</height>
+                </size>
+               </property>
+               <property name="toolTip">
+                <string>Swap foreground and background colours
+(reflectance reversal)</string>
+               </property>
+               <property name="text">
+                <string/>
+               </property>
+              </widget>
+             </item>
+             <item row="3" column="4" colspan="2">
+              <widget class="QCheckBox" name="chkCMYK">
+               <property name="toolTip">
+                <string>Use CMYK colour space in EPS/TIF output</string>
+               </property>
+               <property name="text">
+                <string>CMYK (EPS&amp;/TIF)</string>
+               </property>
+               <property name="checked">
+                <bool>false</bool>
+               </property>
+              </widget>
+             </item>
+             <item row="4" column="4" colspan="2">
+              <widget class="QCheckBox" name="chkQuietZones">
+               <property name="toolTip">
+                <string>Add compliant quiet zones (if any) to whitespace
+(ignored if disabled)</string>
+               </property>
+               <property name="text">
+                <string>Quiet &amp;Zones</string>
+               </property>
+               <property name="checked">
+                <bool>false</bool>
+               </property>
+              </widget>
+             </item>
+             <item row="5" column="3">
+              <widget class="QLabel" name="lblRotate">
+               <property name="toolTip">
+                <string>Rotate symbol by degrees</string>
+               </property>
+               <property name="text">
+                <string>R&amp;otate:</string>
+               </property>
+               <property name="alignment">
+                <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
+               </property>
+               <property name="buddy">
+                <cstring>cmbRotate</cstring>
+               </property>
+              </widget>
+             </item>
+             <item row="5" column="4" colspan="2">
+              <widget class="QComboBox" name="cmbRotate">
+               <property name="toolTip">
+                <string>Rotate symbol by degrees</string>
+               </property>
+               <item>
+                <property name="text">
+                 <string>0°</string>
+                </property>
+               </item>
+               <item>
+                <property name="text">
+                 <string>90°</string>
+                </property>
+               </item>
+               <item>
+                <property name="text">
+                 <string>180°</string>
+                </property>
+               </item>
+               <item>
+                <property name="text">
+                 <string>270°</string>
+                </property>
+               </item>
+              </widget>
+             </item>
+             <item row="6" column="4" colspan="2">
+              <widget class="QCheckBox" name="chkEmbedVectorFont">
+               <property name="toolTip">
+                <string>Embed font in SVG output
+(ignored if disabled)</string>
+               </property>
+               <property name="text">
+                <string>Embed Font &amp;(SVG)</string>
+               </property>
+               <property name="checked">
+                <bool>false</bool>
+               </property>
+              </widget>
+             </item>
+             <item row="7" column="4" colspan="2">
+              <widget class="QCheckBox" name="chkDotty">
+               <property name="toolTip">
+                <string>Use dots instead of squares for matrix symbols
+(ignored if disabled)</string>
+               </property>
+               <property name="text">
+                <string>Dott&amp;y</string>
+               </property>
+               <property name="checked">
+                <bool>false</bool>
+               </property>
+              </widget>
+             </item>
+             <item row="8" column="3">
+              <widget class="QLabel" name="lblDotSize">
+               <property name="enabled">
+                <bool>false</bool>
+               </property>
+               <property name="toolTip">
+                <string>Size of dots
+(ignored if disabled)</string>
+               </property>
+               <property name="text">
+                <string>Dot S&amp;ize:</string>
+               </property>
+               <property name="alignment">
+                <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
+               </property>
+               <property name="buddy">
+                <cstring>spnDotSize</cstring>
+               </property>
+              </widget>
+             </item>
+             <item row="8" column="4" colspan="2">
+              <widget class="QDoubleSpinBox" name="spnDotSize">
+               <property name="enabled">
+                <bool>false</bool>
+               </property>
+               <property name="toolTip">
+                <string>Size of dots
+(ignored if disabled)</string>
+               </property>
+               <property name="suffix">
+                <string/>
+               </property>
+               <property name="decimals">
+                <number>2</number>
+               </property>
+               <property name="minimum">
+                <double>0.010000000000000</double>
+               </property>
+               <property name="maximum">
+                <double>20.000000000000000</double>
+               </property>
+               <property name="singleStep">
+                <double>0.100000000000000</double>
+               </property>
+               <property name="value">
+                <double>0.800000000000000</double>
+               </property>
+              </widget>
+             </item>
+            </layout>
+           </item>
+           <item>
+            <spacer name="vSpacerAppearance">
+             <property name="orientation">
+              <enum>Qt::Vertical</enum>
+             </property>
+             <property name="sizeHint" stdset="0">
+              <size>
+               <width>40</width>
+               <height>10</height>
+              </size>
+             </property>
+            </spacer>
+           </item>
+          </layout>
+         </widget>
+        </widget>
+       </item>
+      </layout>
+     </item>
+    </layout>
+   </item>
+   <item>
+    <layout class="QGridLayout" name="gridLayout_2">
+     <item row="0" column="0">
+      <widget class="QPushButton" name="btnMenu">
+       <property name="toolTip">
+        <string>Show menu</string>
+       </property>
+       <property name="text">
+        <string> Men&amp;u</string>
+       </property>
+      </widget>
+     </item>
+     <item row="0" column="1">
+      <widget class="QStatusBar" name="statusBar">
+       <property name="sizeHint" stdset="0">
+        <size>
+         <width>2</width>
+         <height>22</height>
+        </size>
+       </property>
+       <property name="sizeGripEnabled">
+        <bool>false</bool>
+       </property>
+      </widget>
+     </item>
+     <item row="0" column="2">
+      <widget class="QPushButton" name="btnCopyBMP">
+       <property name="toolTip">
+        <string>Copy to clipboard as BMP</string>
+       </property>
+       <property name="text">
+        <string> &amp;BMP</string>
+       </property>
+      </widget>
+     </item>
+     <item row="0" column="3">
+      <widget class="QPushButton" name="btnCopySVG">
+       <property name="toolTip">
+        <string>Copy to clipboard as SVG</string>
+       </property>
+       <property name="text">
+        <string> S&amp;VG</string>
+       </property>
+      </widget>
+     </item>
+     <item row="0" column="4">
+      <widget class="QPushButton" name="btnSave">
+       <property name="toolTip">
+        <string>Output image to file (BMP/EMF/EPS/GIF/PCX/PNG/SVG/TIF)</string>
+       </property>
+       <property name="text">
+        <string> &amp;Save...</string>
+       </property>
+      </widget>
+     </item>
+     <item row="0" column="5">
+      <widget class="QPushButton" name="btnExit">
+       <property name="toolTip">
+        <string>Exit Zint Barcode Studio</string>
+       </property>
+       <property name="text">
+        <string> &amp;Quit</string>
+       </property>
+      </widget>
+     </item>
+    </layout>
+   </item>
+  </layout>
+ </widget>
+ <resources>
+  <include location="resources.qrc"/>
+ </resources>
+ <connections/>
+</ui>