Mercurial > hgrepos > Python2 > PyMuPDF
diff mupdf-source/thirdparty/zint/frontend_qt/extCLI.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/extCLI.ui Mon Sep 15 11:43:07 2025 +0200 @@ -0,0 +1,176 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>CLIDialog</class> + <widget class="QDialog" name="CLIDialog"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>429</width> + <height>333</height> + </rect> + </property> + <property name="windowTitle"> + <string>CLI Equivalent</string> + </property> + <property name="windowIcon"> + <iconset resource="resources.qrc"> + <normaloff>:res/zint-qt.ico</normaloff>:res/zint-qt.ico</iconset> + </property> + <property name="modal"> + <bool>true</bool> + </property> + <layout class="QVBoxLayout" name="verticalLayoutCLI"> + <item> + <widget class="QLabel" name="lblCLICmd"> + <property name="text"> + <string>Command Line &Equivalent</string> + </property> + <property name="toolTip"> + <string>Current GUI settings as CLI equivalent</string> + </property> + <property name="buddy"> + <cstring>txtCLICmd</cstring> + </property> + </widget> + </item> + <item> + <widget class="QPlainTextEdit" name="txtCLICmd"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="readOnly"> + <bool>true</bool> + </property> + </widget> + </item> + <item> + <widget class="QGroupBox" name="groupBoxCLIUnixWin"> + <property name="title"> + <string>Escape Method</string> + </property> + <property name="toolTip"> + <string>How to escape data</string> + </property> + <layout class="QGridLayout" name="gridLayoutCLIUnixWin"> + <property name="sizeConstraint"> + <enum>QLayout::SetMinimumSize</enum> + </property> + <item row="0" column="0"> + <widget class="QRadioButton" name="radCLIUnix"> + <property name="text"> + <string>&Unix</string> + </property> + <property name="toolTip"> + <string>Escape for Unix shell</string> + </property> + <property name="checked"> + <bool>true</bool> + </property> + </widget> + </item> + <item row="0" column="1"> + <widget class="QRadioButton" name="radCLIWin"> + <property name="text"> + <string>&Windows</string> + </property> + <property name="toolTip"> + <string>Escape for Windows command prompt</string> + </property> + </widget> + </item> + </layout> + </widget> + </item> + <item> + <layout class="QHBoxLayout" name="horzLayoutCLIChks"> + <item> + <widget class="QCheckBox" name="chkCLILongOpts"> + <property name="text"> + <string>&Long Options Only</string> + </property> + <property name="toolTip"> + <string>Only use long option names, not short ones</string> + </property> + <property name="checked"> + <bool>false</bool> + </property> + </widget> + </item> + <item> + <widget class="QCheckBox" name="chkCLIBarcodeName"> + <property name="text"> + <string>&Barcode Name</string> + </property> + <property name="toolTip"> + <string>Use name of barcode, not number</string> + </property> + <property name="checked"> + <bool>false</bool> + </property> + </widget> + </item> + <item> + <widget class="QCheckBox" name="chkCLINoEXE"> + <property name="text"> + <string>&No .exe (Windows)</string> + </property> + <property name="toolTip"> + <string>Do not add ".exe" extension to zint command +(Windows only, ignored if disabled)</string> + </property> + <property name="checked"> + <bool>false</bool> + </property> + </widget> + </item> + </layout> + </item> + <item> + <layout class="QHBoxLayout" name="horzLayoutCLIBtns"> + <property name="sizeConstraint"> + <enum>QLayout::SetDefaultConstraint</enum> + </property> + <item> + <widget class="QStatusBar" name="statusBarCLI"> + <property name="sizeGripEnabled"> + <bool>false</bool> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>40</width> + <height>20</height> + </size> + </property> + </widget> + </item> + <item> + <widget class="QPushButton" name="btnCLICopy"> + <property name="toolTip"> + <string>Copy to clipboard</string> + </property> + <property name="text"> + <string> C&opy</string> + </property> + </widget> + </item> + <item> + <widget class="QPushButton" name="btnCLIClose"> + <property name="text"> + <string>&Close</string> + </property> + <property name="toolTip"> + <string>Close window</string> + </property> + </widget> + </item> + </layout> + </item> + </layout> + </widget> + <resources/> + <connections/> +</ui>
