Mercurial > hgrepos > Python2 > PyMuPDF
comparison mupdf-source/thirdparty/zint/frontend_qt/grpCodabar.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 |
comparison
equal
deleted
inserted
replaced
| 1:1d09e1dec1d9 | 2:b50eed0cc0ef |
|---|---|
| 1 <?xml version="1.0" encoding="UTF-8"?> | |
| 2 <ui version="4.0"> | |
| 3 <class>grpCodabar</class> | |
| 4 <widget class="QWidget" name="grpCodabar"> | |
| 5 <property name="geometry"> | |
| 6 <rect> | |
| 7 <x>0</x> | |
| 8 <y>0</y> | |
| 9 <width>254</width> | |
| 10 <height>131</height> | |
| 11 </rect> | |
| 12 </property> | |
| 13 <property name="windowTitle"> | |
| 14 <string>Form</string> | |
| 15 </property> | |
| 16 <layout class="QVBoxLayout" name="vLayoutCodabar"> | |
| 17 <property name="contentMargins"> | |
| 18 <number>0</number> | |
| 19 </property> | |
| 20 <property name="leftMargin"> | |
| 21 <number>0</number> | |
| 22 </property> | |
| 23 <property name="topMargin"> | |
| 24 <number>0</number> | |
| 25 </property> | |
| 26 <property name="rightMargin"> | |
| 27 <number>0</number> | |
| 28 </property> | |
| 29 <property name="bottomMargin"> | |
| 30 <number>0</number> | |
| 31 </property> | |
| 32 <item> | |
| 33 <widget class="QGroupBox" name="grpCodabarCheck"> | |
| 34 <property name="title"> | |
| 35 <string>Check Digit</string> | |
| 36 </property> | |
| 37 <property name="toolTip"> | |
| 38 <string>Check character options</string> | |
| 39 </property> | |
| 40 <layout class="QGridLayout" name="gridLayoutCodabarCheck"> | |
| 41 <item row="0" column="0"> | |
| 42 <widget class="QRadioButton" name="radCodabarStand"> | |
| 43 <property name="text"> | |
| 44 <string>No Ch&eck Digit</string> | |
| 45 </property> | |
| 46 <property name="checked"> | |
| 47 <bool>true</bool> | |
| 48 </property> | |
| 49 <property name="toolTip"> | |
| 50 <string>Do not add check character</string> | |
| 51 </property> | |
| 52 </widget> | |
| 53 </item> | |
| 54 <item row="0" column="1"> | |
| 55 <widget class="QRadioButton" name="radCodabarCheck"> | |
| 56 <property name="text"> | |
| 57 <string>Chec&k Digit</string> | |
| 58 </property> | |
| 59 <property name="toolTip"> | |
| 60 <string>Add mod-16 check character</string> | |
| 61 </property> | |
| 62 </widget> | |
| 63 </item> | |
| 64 <item row="1" column="0"> | |
| 65 <widget class="QRadioButton" name="radCodabarCheckHide"> | |
| 66 <property name="text"> | |
| 67 <string>&Hidden Check Digit</string> | |
| 68 </property> | |
| 69 <property name="toolTip"> | |
| 70 <string>Add mod-16 check character but do | |
| 71 not display in Human Readable Text</string> | |
| 72 </property> | |
| 73 </widget> | |
| 74 </item> | |
| 75 </layout> | |
| 76 </widget> | |
| 77 </item> | |
| 78 </layout> | |
| 79 </widget> | |
| 80 <resources/> | |
| 81 <connections/> | |
| 82 </ui> |
