]> git.lyx.org Git - lyx.git/blob - src/frontends/qt/ui/PrefPathsUi.ui
Properly scale some icons for HiDPI (#12695)
[lyx.git] / src / frontends / qt / ui / PrefPathsUi.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>PrefPathsUi</class>
4  <widget class="QWidget" name="PrefPathsUi">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>347</width>
10     <height>467</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string/>
15   </property>
16   <layout class="QGridLayout">
17    <property name="margin" stdset="0">
18     <number>9</number>
19    </property>
20    <property name="spacing">
21     <number>6</number>
22    </property>
23    <item row="12" column="0" colspan="3">
24     <widget class="QLabel" name="label">
25      <property name="text">
26       <string>Relative and absolute paths are allowed. Relative paths will be expanded with respect to the working directory (WD). For all paths except the &quot;TEXINPUTS prefix&quot; the WD is the directory from which you start LyX, and thus could change for each LyX session. For the &quot;TEXINPUTS prefix&quot; path the WD is the directory containing the document. The path &quot;.&quot; (without quotes) is a common example of a relative path and refers to the WD.</string>
27      </property>
28      <property name="wordWrap">
29       <bool>true</bool>
30      </property>
31     </widget>
32    </item>
33    <item row="10" column="0">
34     <widget class="QLabel" name="pathPrefixLA">
35      <property name="text">
36       <string>&amp;PATH prefix:</string>
37      </property>
38      <property name="buddy">
39       <cstring>pathPrefixED</cstring>
40      </property>
41     </widget>
42    </item>
43    <item row="10" column="1" colspan="2">
44     <widget class="QLineEdit" name="pathPrefixED">
45      <property name="toolTip">
46       <string>Specify those directories which should be prepended to the PATH environment variable. Use the OS native format.</string>
47      </property>
48     </widget>
49    </item>
50    <item row="11" column="0">
51     <widget class="QLabel" name="texinputsPrefixLA">
52      <property name="text">
53       <string>TEX&amp;INPUTS prefix:</string>
54      </property>
55      <property name="buddy">
56       <cstring>texinputsPrefixED</cstring>
57      </property>
58     </widget>
59    </item>
60    <item row="11" column="1" colspan="2">
61     <widget class="QLineEdit" name="texinputsPrefixED">
62      <property name="toolTip">
63       <string>Specify those directories which should be prepended to the TEXINPUTS environment variable. Use the OS native format.</string>
64      </property>
65     </widget>
66    </item>
67    <item row="6" column="2">
68     <widget class="QPushButton" name="thesaurusDirPB">
69      <property name="text">
70       <string>Browse...</string>
71      </property>
72      <property name="autoDefault">
73       <bool>false</bool>
74      </property>
75     </widget>
76    </item>
77    <item row="6" column="0">
78     <widget class="QLabel" name="thesaurusDirLA">
79      <property name="text">
80       <string>T&amp;hesaurus dictionaries:</string>
81      </property>
82      <property name="buddy">
83       <cstring>thesaurusDirED</cstring>
84      </property>
85     </widget>
86    </item>
87    <item row="6" column="1">
88     <widget class="QLineEdit" name="thesaurusDirED"/>
89    </item>
90    <item row="5" column="2">
91     <widget class="QPushButton" name="tempDirPB">
92      <property name="text">
93       <string>Browse...</string>
94      </property>
95      <property name="autoDefault">
96       <bool>false</bool>
97      </property>
98     </widget>
99    </item>
100    <item row="5" column="1">
101     <widget class="QLineEdit" name="tempDirED"/>
102    </item>
103    <item row="5" column="0">
104     <widget class="QLabel" name="tempDirLA">
105      <property name="text">
106       <string>&amp;Temporary directory:</string>
107      </property>
108      <property name="buddy">
109       <cstring>tempDirED</cstring>
110      </property>
111     </widget>
112    </item>
113    <item row="4" column="2">
114     <widget class="QPushButton" name="lyxserverDirPB">
115      <property name="text">
116       <string>Browse...</string>
117      </property>
118      <property name="autoDefault">
119       <bool>false</bool>
120      </property>
121     </widget>
122    </item>
123    <item row="4" column="1">
124     <widget class="QLineEdit" name="lyxserverDirED"/>
125    </item>
126    <item row="4" column="0">
127     <widget class="QLabel" name="lyxserverDirLA">
128      <property name="text">
129       <string>Ly&amp;XServer pipe:</string>
130      </property>
131      <property name="buddy">
132       <cstring>lyxserverDirED</cstring>
133      </property>
134     </widget>
135    </item>
136    <item row="3" column="2">
137     <widget class="QPushButton" name="backupDirPB">
138      <property name="text">
139       <string>Browse...</string>
140      </property>
141      <property name="autoDefault">
142       <bool>false</bool>
143      </property>
144     </widget>
145    </item>
146    <item row="3" column="1">
147     <widget class="QLineEdit" name="backupDirED">
148      <property name="toolTip">
149       <string>If a path is specified here, all backups of LyX files will be stored there. If no path is given, backups will be stored alongside the original document. This requires 'Backup original documents when saving' in Look &amp; Feel &gt; Document Handling to be checked.</string>
150      </property>
151     </widget>
152    </item>
153    <item row="3" column="0">
154     <widget class="QLabel" name="backupDirLA">
155      <property name="text">
156       <string>&amp;Backup directory:</string>
157      </property>
158      <property name="buddy">
159       <cstring>backupDirED</cstring>
160      </property>
161     </widget>
162    </item>
163    <item row="2" column="2">
164     <widget class="QPushButton" name="exampleDirPB">
165      <property name="text">
166       <string>Browse...</string>
167      </property>
168      <property name="autoDefault">
169       <bool>false</bool>
170      </property>
171     </widget>
172    </item>
173    <item row="2" column="1">
174     <widget class="QLineEdit" name="exampleDirED"/>
175    </item>
176    <item row="2" column="0">
177     <widget class="QLabel" name="exampleDirLA">
178      <property name="text">
179       <string>&amp;Example files:</string>
180      </property>
181      <property name="buddy">
182       <cstring>exampleDirED</cstring>
183      </property>
184     </widget>
185    </item>
186    <item row="1" column="2">
187     <widget class="QPushButton" name="templateDirPB">
188      <property name="text">
189       <string>Browse...</string>
190      </property>
191      <property name="autoDefault">
192       <bool>false</bool>
193      </property>
194     </widget>
195    </item>
196    <item row="1" column="1">
197     <widget class="QLineEdit" name="templateDirED"/>
198    </item>
199    <item row="1" column="0">
200     <widget class="QLabel" name="templateDirLA">
201      <property name="text">
202       <string>&amp;Document templates:</string>
203      </property>
204      <property name="buddy">
205       <cstring>templateDirED</cstring>
206      </property>
207     </widget>
208    </item>
209    <item row="0" column="2">
210     <widget class="QPushButton" name="workingDirPB">
211      <property name="text">
212       <string>Browse...</string>
213      </property>
214      <property name="autoDefault">
215       <bool>false</bool>
216      </property>
217     </widget>
218    </item>
219    <item row="0" column="1">
220     <widget class="QLineEdit" name="workingDirED"/>
221    </item>
222    <item row="0" column="0">
223     <widget class="QLabel" name="workingDirLA">
224      <property name="text">
225       <string>&amp;Working directory:</string>
226      </property>
227      <property name="buddy">
228       <cstring>workingDirED</cstring>
229      </property>
230     </widget>
231    </item>
232    <item row="8" column="0">
233     <widget class="QLabel" name="hunspellDirLA">
234      <property name="text">
235       <string>H&amp;unspell dictionaries:</string>
236      </property>
237      <property name="buddy">
238       <cstring>hunspellDirED</cstring>
239      </property>
240     </widget>
241    </item>
242    <item row="8" column="1">
243     <widget class="QLineEdit" name="hunspellDirED"/>
244    </item>
245    <item row="8" column="2">
246     <widget class="QPushButton" name="hunspellDirPB">
247      <property name="text">
248       <string>Browse...</string>
249      </property>
250      <property name="autoDefault">
251       <bool>false</bool>
252      </property>
253     </widget>
254    </item>
255   </layout>
256  </widget>
257  <tabstops>
258   <tabstop>workingDirED</tabstop>
259   <tabstop>workingDirPB</tabstop>
260   <tabstop>templateDirED</tabstop>
261   <tabstop>templateDirPB</tabstop>
262   <tabstop>exampleDirED</tabstop>
263   <tabstop>exampleDirPB</tabstop>
264   <tabstop>backupDirED</tabstop>
265   <tabstop>backupDirPB</tabstop>
266   <tabstop>lyxserverDirED</tabstop>
267   <tabstop>lyxserverDirPB</tabstop>
268   <tabstop>tempDirED</tabstop>
269   <tabstop>tempDirPB</tabstop>
270   <tabstop>thesaurusDirED</tabstop>
271   <tabstop>thesaurusDirPB</tabstop>
272   <tabstop>hunspellDirED</tabstop>
273   <tabstop>hunspellDirPB</tabstop>
274   <tabstop>pathPrefixED</tabstop>
275   <tabstop>texinputsPrefixED</tabstop>
276  </tabstops>
277  <includes>
278   <include location="local">qt_i18n.h</include>
279  </includes>
280  <resources/>
281  <connections/>
282 </ui>