Mercurial > hgrepos > Python2 > PyMuPDF
comparison mupdf-source/thirdparty/zint/frontend_qt/extData.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>DataDialog</class> | |
| 4 <widget class="QDialog" name="DataDialog"> | |
| 5 <property name="geometry"> | |
| 6 <rect> | |
| 7 <x>0</x> | |
| 8 <y>0</y> | |
| 9 <width>500</width> | |
| 10 <height>333</height> | |
| 11 </rect> | |
| 12 </property> | |
| 13 <property name="windowTitle"> | |
| 14 <string>Input Data</string> | |
| 15 </property> | |
| 16 <property name="windowIcon"> | |
| 17 <iconset resource="resources.qrc"> | |
| 18 <normaloff>:res/zint-qt.ico</normaloff>:res/zint-qt.ico</iconset> | |
| 19 </property> | |
| 20 <property name="modal"> | |
| 21 <bool>true</bool> | |
| 22 </property> | |
| 23 <layout class="QVBoxLayout" name="vLayoutData"> | |
| 24 <item> | |
| 25 <widget class="QLabel" name="label"> | |
| 26 <property name="text"> | |
| 27 <string>&Data</string> | |
| 28 </property> | |
| 29 <property name="toolTip"> | |
| 30 <string>Input data</string> | |
| 31 </property> | |
| 32 <property name="buddy"> | |
| 33 <cstring>txtDataInput</cstring> | |
| 34 </property> | |
| 35 </widget> | |
| 36 </item> | |
| 37 <item> | |
| 38 <widget class="QPlainTextEdit" name="txtDataInput"> | |
| 39 <property name="sizePolicy"> | |
| 40 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> | |
| 41 <horstretch>0</horstretch> | |
| 42 <verstretch>0</verstretch> | |
| 43 </sizepolicy> | |
| 44 </property> | |
| 45 </widget> | |
| 46 </item> | |
| 47 <item> | |
| 48 <layout class="QHBoxLayout" name="hLayoutData"> | |
| 49 <property name="sizeConstraint"> | |
| 50 <enum>QLayout::SetDefaultConstraint</enum> | |
| 51 </property> | |
| 52 <item> | |
| 53 <widget class="QPushButton" name="btnFromFile"> | |
| 54 <property name="autoDefault"> | |
| 55 <bool>false</bool> | |
| 56 </property> | |
| 57 <property name="text"> | |
| 58 <string>&From File...</string> | |
| 59 </property> | |
| 60 <property name="toolTip"> | |
| 61 <string>Import input data from a file. Certain characters <br/>will be converted to escape sequences | |
| 62 <table cellspacing="3"> | |
| 63 <tr><td>End of Transmission (0x04)</td><td>&nbsp;\E</td></tr> | |
| 64 <tr><td>Bell (0x07)</td><td>&nbsp;\a</td></tr> | |
| 65 <tr><td>Backspace (0x08)</td><td>&nbsp;\b</td></tr> | |
| 66 <tr><td>Horizontal Tab (0x09)</td><td>&nbsp;\t</td></tr> | |
| 67 <tr><td>Vertical Tab (0x0B)</td><td>&nbsp;\v</td></tr> | |
| 68 <tr><td>Form Feed (0x0C)</td><td>&nbsp;\f</td></tr> | |
| 69 <tr><td>Carriage Return (0x0D)</td><td>&nbsp;\r</td></tr> | |
| 70 <tr><td>Escape (0x1B)</td><td>&nbsp;\e</td></tr> | |
| 71 <tr><td>Group Separator (0x1D)</td><td>&nbsp;\G</td></tr> | |
| 72 <tr><td>Record Separator (0x1E)</td><td>&nbsp;\R</td></tr> | |
| 73 <tr><td>Backslash (0x5C)</td><td>&nbsp;\\</td></tr> | |
| 74 </table> | |
| 75 Note that Line Feeds (0x0A) are not included,<br/> but any present will be escaped on update</string> | |
| 76 </property> | |
| 77 </widget> | |
| 78 </item> | |
| 79 <item> | |
| 80 <widget class="QPushButton" name="btnDataClear"> | |
| 81 <property name="autoDefault"> | |
| 82 <bool>false</bool> | |
| 83 </property> | |
| 84 <property name="text"> | |
| 85 <string> C&lear</string> | |
| 86 </property> | |
| 87 <property name="toolTip"> | |
| 88 <string>Clear data window</string> | |
| 89 </property> | |
| 90 </widget> | |
| 91 </item> | |
| 92 <item> | |
| 93 <widget class="QStatusBar" name="statusBarData"> | |
| 94 <property name="sizeGripEnabled"> | |
| 95 <bool>false</bool> | |
| 96 </property> | |
| 97 <property name="sizeHint" stdset="0"> | |
| 98 <size> | |
| 99 <width>40</width> | |
| 100 <height>20</height> | |
| 101 </size> | |
| 102 </property> | |
| 103 </widget> | |
| 104 </item> | |
| 105 <item> | |
| 106 <widget class="QPushButton" name="btnOK"> | |
| 107 <property name="autoDefault"> | |
| 108 <bool>false</bool> | |
| 109 </property> | |
| 110 <property name="text"> | |
| 111 <string> &OK</string> | |
| 112 </property> | |
| 113 <property name="toolTip"> | |
| 114 <string>Close window and update input data | |
| 115 Line Feeds (0xA0) will be escaped as "\n"</string> | |
| 116 </property> | |
| 117 </widget> | |
| 118 </item> | |
| 119 <item> | |
| 120 <widget class="QPushButton" name="btnCancel"> | |
| 121 <property name="autoDefault"> | |
| 122 <bool>false</bool> | |
| 123 </property> | |
| 124 <property name="text"> | |
| 125 <string>&Cancel</string> | |
| 126 </property> | |
| 127 <property name="toolTip"> | |
| 128 <string>Close window without updating input data</string> | |
| 129 </property> | |
| 130 </widget> | |
| 131 </item> | |
| 132 </layout> | |
| 133 </item> | |
| 134 </layout> | |
| 135 </widget> | |
| 136 <resources/> | |
| 137 <connections/> | |
| 138 </ui> |
