comparison mupdf-source/thirdparty/zint/frontend_qt/extCLI.ui @ 3:2c135c81b16c

MERGE: upstream PyMuPDF 1.26.4 with MuPDF 1.26.7
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 15 Sep 2025 11:44:09 +0200
parents b50eed0cc0ef
children
comparison
equal deleted inserted replaced
0:6015a75abc2d 3:2c135c81b16c
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>CLIDialog</class>
4 <widget class="QDialog" name="CLIDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>429</width>
10 <height>333</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>CLI Equivalent</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="verticalLayoutCLI">
24 <item>
25 <widget class="QLabel" name="lblCLICmd">
26 <property name="text">
27 <string>Command Line &amp;Equivalent</string>
28 </property>
29 <property name="toolTip">
30 <string>Current GUI settings as CLI equivalent</string>
31 </property>
32 <property name="buddy">
33 <cstring>txtCLICmd</cstring>
34 </property>
35 </widget>
36 </item>
37 <item>
38 <widget class="QPlainTextEdit" name="txtCLICmd">
39 <property name="sizePolicy">
40 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
41 <horstretch>0</horstretch>
42 <verstretch>0</verstretch>
43 </sizepolicy>
44 </property>
45 <property name="readOnly">
46 <bool>true</bool>
47 </property>
48 </widget>
49 </item>
50 <item>
51 <widget class="QGroupBox" name="groupBoxCLIUnixWin">
52 <property name="title">
53 <string>Escape Method</string>
54 </property>
55 <property name="toolTip">
56 <string>How to escape data</string>
57 </property>
58 <layout class="QGridLayout" name="gridLayoutCLIUnixWin">
59 <property name="sizeConstraint">
60 <enum>QLayout::SetMinimumSize</enum>
61 </property>
62 <item row="0" column="0">
63 <widget class="QRadioButton" name="radCLIUnix">
64 <property name="text">
65 <string>&amp;Unix</string>
66 </property>
67 <property name="toolTip">
68 <string>Escape for Unix shell</string>
69 </property>
70 <property name="checked">
71 <bool>true</bool>
72 </property>
73 </widget>
74 </item>
75 <item row="0" column="1">
76 <widget class="QRadioButton" name="radCLIWin">
77 <property name="text">
78 <string>&amp;Windows</string>
79 </property>
80 <property name="toolTip">
81 <string>Escape for Windows command prompt</string>
82 </property>
83 </widget>
84 </item>
85 </layout>
86 </widget>
87 </item>
88 <item>
89 <layout class="QHBoxLayout" name="horzLayoutCLIChks">
90 <item>
91 <widget class="QCheckBox" name="chkCLILongOpts">
92 <property name="text">
93 <string>&amp;Long Options Only</string>
94 </property>
95 <property name="toolTip">
96 <string>Only use long option names, not short ones</string>
97 </property>
98 <property name="checked">
99 <bool>false</bool>
100 </property>
101 </widget>
102 </item>
103 <item>
104 <widget class="QCheckBox" name="chkCLIBarcodeName">
105 <property name="text">
106 <string>&amp;Barcode Name</string>
107 </property>
108 <property name="toolTip">
109 <string>Use name of barcode, not number</string>
110 </property>
111 <property name="checked">
112 <bool>false</bool>
113 </property>
114 </widget>
115 </item>
116 <item>
117 <widget class="QCheckBox" name="chkCLINoEXE">
118 <property name="text">
119 <string>&amp;No .exe (Windows)</string>
120 </property>
121 <property name="toolTip">
122 <string>Do not add &quot;.exe&quot; extension to zint command
123 (Windows only, ignored if disabled)</string>
124 </property>
125 <property name="checked">
126 <bool>false</bool>
127 </property>
128 </widget>
129 </item>
130 </layout>
131 </item>
132 <item>
133 <layout class="QHBoxLayout" name="horzLayoutCLIBtns">
134 <property name="sizeConstraint">
135 <enum>QLayout::SetDefaultConstraint</enum>
136 </property>
137 <item>
138 <widget class="QStatusBar" name="statusBarCLI">
139 <property name="sizeGripEnabled">
140 <bool>false</bool>
141 </property>
142 <property name="sizeHint" stdset="0">
143 <size>
144 <width>40</width>
145 <height>20</height>
146 </size>
147 </property>
148 </widget>
149 </item>
150 <item>
151 <widget class="QPushButton" name="btnCLICopy">
152 <property name="toolTip">
153 <string>Copy to clipboard</string>
154 </property>
155 <property name="text">
156 <string> C&amp;opy</string>
157 </property>
158 </widget>
159 </item>
160 <item>
161 <widget class="QPushButton" name="btnCLIClose">
162 <property name="text">
163 <string>&amp;Close</string>
164 </property>
165 <property name="toolTip">
166 <string>Close window</string>
167 </property>
168 </widget>
169 </item>
170 </layout>
171 </item>
172 </layout>
173 </widget>
174 <resources/>
175 <connections/>
176 </ui>