]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/QPrefPathsUi.ui
enable Font cache only for MacOSX and inline width() for other platform.
[lyx.git] / src / frontends / qt4 / ui / QPrefPathsUi.ui
1 <ui version="4.0" >
2  <author></author>
3  <comment></comment>
4  <exportmacro></exportmacro>
5  <class>QPrefPathsUi</class>
6  <widget class="QWidget" name="QPrefPathsUi" >
7   <property name="geometry" >
8    <rect>
9     <x>0</x>
10     <y>0</y>
11     <width>347</width>
12     <height>227</height>
13    </rect>
14   </property>
15   <property name="windowTitle" >
16    <string/>
17   </property>
18   <layout class="QGridLayout" >
19    <property name="margin" >
20     <number>9</number>
21    </property>
22    <property name="spacing" >
23     <number>6</number>
24    </property>
25    <item row="3" column="0" >
26     <widget class="QLabel" name="lyxserverDirLA" >
27      <property name="text" >
28       <string>Ly&amp;XServer pipe:</string>
29      </property>
30      <property name="buddy" >
31       <cstring>lyxserverDirED</cstring>
32      </property>
33     </widget>
34    </item>
35    <item row="1" column="2" >
36     <widget class="QPushButton" name="templateDirPB" >
37      <property name="text" >
38       <string>Browse...</string>
39      </property>
40      <property name="autoDefault" >
41       <bool>false</bool>
42      </property>
43     </widget>
44    </item>
45    <item row="5" column="1" colspan="2" >
46     <widget class="QLineEdit" name="pathPrefixED" />
47    </item>
48    <item row="2" column="2" >
49     <widget class="QPushButton" name="backupDirPB" >
50      <property name="text" >
51       <string>Browse...</string>
52      </property>
53      <property name="autoDefault" >
54       <bool>false</bool>
55      </property>
56     </widget>
57    </item>
58    <item row="4" column="2" >
59     <widget class="QPushButton" name="tempDirPB" >
60      <property name="text" >
61       <string>Browse...</string>
62      </property>
63      <property name="autoDefault" >
64       <bool>false</bool>
65      </property>
66     </widget>
67    </item>
68    <item row="3" column="1" >
69     <widget class="QLineEdit" name="lyxserverDirED" />
70    </item>
71    <item row="1" column="1" >
72     <widget class="QLineEdit" name="templateDirED" />
73    </item>
74    <item row="0" column="2" >
75     <widget class="QPushButton" name="workingDirPB" >
76      <property name="text" >
77       <string>Browse...</string>
78      </property>
79      <property name="autoDefault" >
80       <bool>false</bool>
81      </property>
82     </widget>
83    </item>
84    <item row="5" column="0" >
85     <widget class="QLabel" name="pathPrefixLA" >
86      <property name="text" >
87       <string>&amp;PATH prefix:</string>
88      </property>
89      <property name="buddy" >
90       <cstring>pathPrefixED</cstring>
91      </property>
92     </widget>
93    </item>
94    <item row="4" column="0" >
95     <widget class="QLabel" name="tempDirLA" >
96      <property name="text" >
97       <string>&amp;Temporary directory:</string>
98      </property>
99      <property name="buddy" >
100       <cstring>tempDirED</cstring>
101      </property>
102     </widget>
103    </item>
104    <item row="2" column="0" >
105     <widget class="QLabel" name="backupDirLA" >
106      <property name="text" >
107       <string>&amp;Backup directory:</string>
108      </property>
109      <property name="buddy" >
110       <cstring>backupDirED</cstring>
111      </property>
112     </widget>
113    </item>
114    <item row="2" column="1" >
115     <widget class="QLineEdit" name="backupDirED" />
116    </item>
117    <item row="0" column="1" >
118     <widget class="QLineEdit" name="workingDirED" />
119    </item>
120    <item row="3" column="2" >
121     <widget class="QPushButton" name="lyxserverDirPB" >
122      <property name="text" >
123       <string>Browse...</string>
124      </property>
125      <property name="autoDefault" >
126       <bool>false</bool>
127      </property>
128     </widget>
129    </item>
130    <item row="0" column="0" >
131     <widget class="QLabel" name="workingDirLA" >
132      <property name="text" >
133       <string>&amp;Working directory:</string>
134      </property>
135      <property name="buddy" >
136       <cstring>workingDirED</cstring>
137      </property>
138     </widget>
139    </item>
140    <item row="1" column="0" >
141     <widget class="QLabel" name="templateDirLA" >
142      <property name="text" >
143       <string>&amp;Document templates:</string>
144      </property>
145      <property name="buddy" >
146       <cstring>templateDirED</cstring>
147      </property>
148     </widget>
149    </item>
150    <item row="4" column="1" >
151     <widget class="QLineEdit" name="tempDirED" />
152    </item>
153    <item row="6" column="0" colspan="3" >
154     <spacer>
155      <property name="orientation" >
156       <enum>Qt::Vertical</enum>
157      </property>
158      <property name="sizeType" >
159       <enum>QSizePolicy::Expanding</enum>
160      </property>
161      <property name="sizeHint" >
162       <size>
163        <width>20</width>
164        <height>20</height>
165       </size>
166      </property>
167     </spacer>
168    </item>
169   </layout>
170  </widget>
171  <pixmapfunction></pixmapfunction>
172  <tabstops>
173   <tabstop>workingDirED</tabstop>
174   <tabstop>workingDirPB</tabstop>
175   <tabstop>templateDirED</tabstop>
176   <tabstop>templateDirPB</tabstop>
177   <tabstop>backupDirED</tabstop>
178   <tabstop>backupDirPB</tabstop>
179   <tabstop>lyxserverDirED</tabstop>
180   <tabstop>lyxserverDirPB</tabstop>
181   <tabstop>tempDirED</tabstop>
182   <tabstop>tempDirPB</tabstop>
183  </tabstops>
184  <resources/>
185  <connections/>
186 </ui>