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