]> git.lyx.org Git - lyx.git/blob - src/frontends/qt/ui/IncludeUi.ui
Properly scale some icons for HiDPI (#12695)
[lyx.git] / src / frontends / qt / ui / IncludeUi.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>IncludeUi</class>
4  <widget class="QDialog" name="IncludeUi">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>362</width>
10     <height>449</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string/>
15   </property>
16   <property name="sizeGripEnabled">
17    <bool>true</bool>
18   </property>
19   <layout class="QGridLayout" name="gridLayout_3">
20    <item row="0" column="0">
21     <layout class="QGridLayout" name="gridLayout_2">
22      <item row="0" column="3">
23       <widget class="QPushButton" name="browsePB">
24        <property name="toolTip">
25         <string>Select a file</string>
26        </property>
27        <property name="text">
28         <string>&amp;Browse...</string>
29        </property>
30       </widget>
31      </item>
32      <item row="1" column="0" colspan="2">
33       <widget class="QLabel" name="TextLabel1">
34        <property name="text">
35         <string>I&amp;nclude Type:</string>
36        </property>
37        <property name="buddy">
38         <cstring>typeCO</cstring>
39        </property>
40       </widget>
41      </item>
42      <item row="1" column="2">
43       <widget class="QComboBox" name="typeCO">
44        <item>
45         <property name="text">
46          <string>Include</string>
47         </property>
48        </item>
49        <item>
50         <property name="text">
51          <string>Input</string>
52         </property>
53        </item>
54        <item>
55         <property name="text">
56          <string>Verbatim</string>
57         </property>
58        </item>
59        <item>
60         <property name="text">
61          <string>Program Listing</string>
62         </property>
63        </item>
64       </widget>
65      </item>
66      <item row="1" column="3">
67       <widget class="QPushButton" name="editPB">
68        <property name="toolTip">
69         <string>Edit the file</string>
70        </property>
71        <property name="text">
72         <string>&amp;Edit</string>
73        </property>
74       </widget>
75      </item>
76      <item row="0" column="2">
77       <widget class="QLineEdit" name="filenameED">
78        <property name="toolTip">
79         <string>File name to include. (You can create a new file by entering the name of one that does not yet exist.)</string>
80        </property>
81       </widget>
82      </item>
83      <item row="0" column="0" colspan="2">
84       <widget class="QLabel" name="filenameLA">
85        <property name="toolTip">
86         <string/>
87        </property>
88        <property name="text">
89         <string>&amp;File:</string>
90        </property>
91        <property name="buddy">
92         <cstring>filenameED</cstring>
93        </property>
94       </widget>
95      </item>
96     </layout>
97    </item>
98    <item row="1" column="0">
99     <layout class="QHBoxLayout">
100      <property name="spacing">
101       <number>6</number>
102      </property>
103      <property name="leftMargin">
104       <number>0</number>
105      </property>
106      <property name="topMargin">
107       <number>0</number>
108      </property>
109      <property name="rightMargin">
110       <number>0</number>
111      </property>
112      <property name="bottomMargin">
113       <number>0</number>
114      </property>
115      <item>
116       <widget class="QCheckBox" name="visiblespaceCB">
117        <property name="sizePolicy">
118         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
119          <horstretch>0</horstretch>
120          <verstretch>0</verstretch>
121         </sizepolicy>
122        </property>
123        <property name="toolTip">
124         <string>Underline spaces in generated output</string>
125        </property>
126        <property name="text">
127         <string>&amp;Mark spaces in output</string>
128        </property>
129       </widget>
130      </item>
131      <item>
132       <widget class="QCheckBox" name="previewCB">
133        <property name="sizePolicy">
134         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
135          <horstretch>0</horstretch>
136          <verstretch>0</verstretch>
137         </sizepolicy>
138        </property>
139        <property name="toolTip">
140         <string>Show LaTeX preview</string>
141        </property>
142        <property name="text">
143         <string>&amp;Show preview</string>
144        </property>
145       </widget>
146      </item>
147      <item>
148       <spacer name="horizontalSpacer">
149        <property name="orientation">
150         <enum>Qt::Horizontal</enum>
151        </property>
152        <property name="sizeHint" stdset="0">
153         <size>
154          <width>40</width>
155          <height>20</height>
156         </size>
157        </property>
158       </spacer>
159      </item>
160     </layout>
161    </item>
162    <item row="2" column="0">
163     <widget class="QGroupBox" name="listingsGB">
164      <property name="sizePolicy">
165       <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
166        <horstretch>0</horstretch>
167        <verstretch>0</verstretch>
168       </sizepolicy>
169      </property>
170      <property name="title">
171       <string>Listing Parameters</string>
172      </property>
173      <property name="flat">
174       <bool>true</bool>
175      </property>
176      <layout class="QGridLayout" name="gridLayout">
177       <item row="1" column="1">
178        <widget class="QLineEdit" name="labelLE"/>
179       </item>
180       <item row="1" column="0">
181        <widget class="QLabel" name="labelLabel">
182         <property name="text">
183          <string>&amp;Label:</string>
184         </property>
185         <property name="buddy">
186          <cstring>labelLE</cstring>
187         </property>
188        </widget>
189       </item>
190       <item row="4" column="1">
191        <widget class="QTextEdit" name="listingsED">
192         <property name="sizePolicy">
193          <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
194           <horstretch>0</horstretch>
195           <verstretch>0</verstretch>
196          </sizepolicy>
197         </property>
198         <property name="minimumSize">
199          <size>
200           <width>0</width>
201           <height>0</height>
202          </size>
203         </property>
204        </widget>
205       </item>
206       <item row="4" column="0">
207        <widget class="QTextBrowser" name="listingsTB">
208         <property name="sizePolicy">
209          <sizepolicy hsizetype="Fixed" vsizetype="Expanding">
210           <horstretch>0</horstretch>
211           <verstretch>0</verstretch>
212          </sizepolicy>
213         </property>
214         <property name="minimumSize">
215          <size>
216           <width>0</width>
217           <height>0</height>
218          </size>
219         </property>
220         <property name="maximumSize">
221          <size>
222           <width>120</width>
223           <height>16777215</height>
224          </size>
225         </property>
226         <property name="cursor" stdset="0">
227          <cursorShape>ArrowCursor</cursorShape>
228         </property>
229         <property name="focusPolicy">
230          <enum>Qt::NoFocus</enum>
231         </property>
232         <property name="acceptDrops">
233          <bool>true</bool>
234         </property>
235         <property name="frameShape">
236          <enum>QFrame::NoFrame</enum>
237         </property>
238         <property name="frameShadow">
239          <enum>QFrame::Plain</enum>
240         </property>
241         <property name="lineWidth">
242          <number>0</number>
243         </property>
244         <property name="acceptRichText">
245          <bool>false</bool>
246         </property>
247        </widget>
248       </item>
249       <item row="0" column="0">
250        <widget class="QLabel" name="captionLabel">
251         <property name="text">
252          <string>&amp;Caption:</string>
253         </property>
254         <property name="buddy">
255          <cstring>captionLE</cstring>
256         </property>
257        </widget>
258       </item>
259       <item row="2" column="0">
260        <widget class="QLabel" name="label">
261         <property name="text">
262          <string/>
263         </property>
264        </widget>
265       </item>
266       <item row="0" column="1">
267        <widget class="QLineEdit" name="captionLE">
268         <property name="minimumSize">
269          <size>
270           <width>150</width>
271           <height>0</height>
272          </size>
273         </property>
274        </widget>
275       </item>
276       <item row="5" column="0" colspan="2">
277        <widget class="QCheckBox" name="bypassCB">
278         <property name="toolTip">
279          <string>Check it to enter parameters that are not recognizable by LyX</string>
280         </property>
281         <property name="text">
282          <string>&amp;Bypass validation</string>
283         </property>
284        </widget>
285       </item>
286       <item row="3" column="0">
287        <widget class="QLabel" name="label_3">
288         <property name="text">
289          <string>&amp;More parameters</string>
290         </property>
291         <property name="buddy">
292          <cstring>listingsED</cstring>
293         </property>
294        </widget>
295       </item>
296       <item row="2" column="1">
297        <widget class="QCheckBox" name="literalCB">
298         <property name="toolTip">
299          <string>Pass content of the `Caption' field literally to LaTeX. Check this if you want to enter LaTeX code.</string>
300         </property>
301         <property name="text">
302          <string>Li&amp;teral</string>
303         </property>
304        </widget>
305       </item>
306      </layout>
307     </widget>
308    </item>
309    <item row="3" column="0">
310     <widget class="QDialogButtonBox" name="buttonBox">
311      <property name="standardButtons">
312       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
313      </property>
314     </widget>
315    </item>
316   </layout>
317  </widget>
318  <tabstops>
319   <tabstop>filenameED</tabstop>
320   <tabstop>browsePB</tabstop>
321   <tabstop>typeCO</tabstop>
322   <tabstop>editPB</tabstop>
323   <tabstop>visiblespaceCB</tabstop>
324   <tabstop>previewCB</tabstop>
325   <tabstop>captionLE</tabstop>
326   <tabstop>labelLE</tabstop>
327   <tabstop>listingsTB</tabstop>
328   <tabstop>listingsED</tabstop>
329  </tabstops>
330  <includes>
331   <include location="local">qt_i18n.h</include>
332  </includes>
333  <resources/>
334  <connections/>
335 </ui>