Mercurial > hgrepos > Python2 > PyMuPDF
comparison mupdf-source/thirdparty/zint/frontend_qt/grpMSICheck.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 <ui version="4.0"> | |
| 2 <class>grpMSICheck</class> | |
| 3 <widget class="QWidget" name="grpMSICheck"> | |
| 4 <property name="geometry"> | |
| 5 <rect> | |
| 6 <x>0</x> | |
| 7 <y>0</y> | |
| 8 <width>295</width> | |
| 9 <height>79</height> | |
| 10 </rect> | |
| 11 </property> | |
| 12 <property name="maximumSize"> | |
| 13 <size> | |
| 14 <width>600</width> | |
| 15 <height>16777215</height> | |
| 16 </size> | |
| 17 </property> | |
| 18 <property name="windowTitle"> | |
| 19 <string>Form</string> | |
| 20 </property> | |
| 21 <layout class="QVBoxLayout" name="vLayoutMSI"> | |
| 22 <property name="contentMargins"> | |
| 23 <number>0</number> | |
| 24 </property> | |
| 25 <property name="leftMargin"> | |
| 26 <number>0</number> | |
| 27 </property> | |
| 28 <property name="topMargin"> | |
| 29 <number>0</number> | |
| 30 </property> | |
| 31 <property name="rightMargin"> | |
| 32 <number>0</number> | |
| 33 </property> | |
| 34 <property name="bottomMargin"> | |
| 35 <number>0</number> | |
| 36 </property> | |
| 37 <item> | |
| 38 <layout class="QHBoxLayout" name="hLayoutMSI"> | |
| 39 <item> | |
| 40 <widget class="QLabel" name="lblMSICheck"> | |
| 41 <property name="text"> | |
| 42 <string>Chec&k Digit:</string> | |
| 43 </property> | |
| 44 <property name="alignment"> | |
| 45 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> | |
| 46 </property> | |
| 47 <property name="buddy"> | |
| 48 <cstring>cmbMSICheck</cstring> | |
| 49 </property> | |
| 50 <property name="toolTip"> | |
| 51 <string>Mod-10 uses Luhn algorithm | |
| 52 Mod-11 (IBM) uses IBM weightings | |
| 53 Mod-11 (NCR) uses NCR weightings</string> | |
| 54 </property> | |
| 55 </widget> | |
| 56 </item> | |
| 57 <item> | |
| 58 <widget class="QComboBox" name="cmbMSICheck"> | |
| 59 <property name="toolTip"> | |
| 60 <string>Mod-10 uses Luhn algorithm | |
| 61 Mod-11 (IBM) uses IBM weightings | |
| 62 Mod-11 (NCR) uses NCR weightings</string> | |
| 63 </property> | |
| 64 <item> | |
| 65 <property name="text"> | |
| 66 <string>None</string> | |
| 67 </property> | |
| 68 </item> | |
| 69 <item> | |
| 70 <property name="text"> | |
| 71 <string>Mod-10</string> | |
| 72 </property> | |
| 73 </item> | |
| 74 <item> | |
| 75 <property name="text"> | |
| 76 <string>Mod-10 & Mod-10</string> | |
| 77 </property> | |
| 78 </item> | |
| 79 <item> | |
| 80 <property name="text"> | |
| 81 <string>Mod-11 (IBM)</string> | |
| 82 </property> | |
| 83 </item> | |
| 84 <item> | |
| 85 <property name="text"> | |
| 86 <string>Mod-11 (IBM) & Mod-10</string> | |
| 87 </property> | |
| 88 </item> | |
| 89 <item> | |
| 90 <property name="text"> | |
| 91 <string>Mod-11 (NCR)</string> | |
| 92 </property> | |
| 93 </item> | |
| 94 <item> | |
| 95 <property name="text"> | |
| 96 <string>Mod-11 (NCR) & Mod-10</string> | |
| 97 </property> | |
| 98 </item> | |
| 99 </widget> | |
| 100 </item> | |
| 101 </layout> | |
| 102 </item> | |
| 103 <item> | |
| 104 <widget class="QCheckBox" name="chkMSICheckText"> | |
| 105 <property name="text"> | |
| 106 <string>Do not show check digit(s) in &Text</string> | |
| 107 </property> | |
| 108 <property name="toolTip"> | |
| 109 <string>Add check digit(s) but do not display | |
| 110 in Human Readable Text</string> | |
| 111 </property> | |
| 112 <property name="checked"> | |
| 113 <bool>false</bool> | |
| 114 </property> | |
| 115 </widget> | |
| 116 </item> | |
| 117 </layout> | |
| 118 </widget> | |
| 119 <resources/> | |
| 120 <connections/> | |
| 121 </ui> |
