]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/PrefFileformatsUi.ui
Move to QTreeView
[lyx.git] / src / frontends / qt4 / ui / PrefFileformatsUi.ui
1 <ui version="4.0" >
2  <class>PrefFileformatsUi</class>
3  <widget class="QWidget" name="PrefFileformatsUi" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>427</width>
9     <height>413</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="10" column="0" colspan="4" >
23     <widget class="QGroupBox" name="defaultFormatGB" >
24      <property name="toolTip" >
25       <string>Specify the default output format when using (PDF)LaTeX</string>
26      </property>
27      <property name="title" >
28       <string>Default Format</string>
29      </property>
30      <property name="flat" >
31       <bool>true</bool>
32      </property>
33      <layout class="QGridLayout" >
34       <property name="margin" >
35        <number>9</number>
36       </property>
37       <property name="spacing" >
38        <number>6</number>
39       </property>
40       <item row="0" column="0" >
41        <widget class="QLabel" name="defaultFormatLA" >
42         <property name="text" >
43          <string>De&amp;fault Output Format:</string>
44         </property>
45         <property name="buddy" >
46          <cstring>defaultFormatCB</cstring>
47         </property>
48        </widget>
49       </item>
50       <item row="0" column="1" >
51        <widget class="QComboBox" name="defaultFormatCB" />
52       </item>
53      </layout>
54     </widget>
55    </item>
56    <item row="9" column="1" >
57     <spacer>
58      <property name="orientation" >
59       <enum>Qt::Vertical</enum>
60      </property>
61      <property name="sizeHint" >
62       <size>
63        <width>124</width>
64        <height>21</height>
65       </size>
66      </property>
67     </spacer>
68    </item>
69    <item row="8" column="1" colspan="3" >
70     <widget class="QLineEdit" name="copierED" />
71    </item>
72    <item row="6" column="1" >
73     <widget class="QLineEdit" name="editorED" />
74    </item>
75    <item row="0" column="2" >
76     <widget class="QPushButton" name="formatNewPB" >
77      <property name="text" >
78       <string>&amp;New...</string>
79      </property>
80     </widget>
81    </item>
82    <item row="0" column="3" >
83     <widget class="QPushButton" name="formatRemovePB" >
84      <property name="text" >
85       <string>Re&amp;move</string>
86      </property>
87     </widget>
88    </item>
89    <item row="5" column="1" >
90     <widget class="QLineEdit" name="shortcutED" />
91    </item>
92    <item row="3" column="1" >
93     <widget class="QLineEdit" name="formatED" />
94    </item>
95    <item row="3" column="0" >
96     <widget class="QLabel" name="formatLA" >
97      <property name="text" >
98       <string>S&amp;hort Name:</string>
99      </property>
100      <property name="buddy" >
101       <cstring>formatED</cstring>
102      </property>
103     </widget>
104    </item>
105    <item row="0" column="1" >
106     <widget class="QComboBox" name="formatsCB" >
107      <property name="sizePolicy" >
108       <sizepolicy>
109        <hsizetype>7</hsizetype>
110        <vsizetype>0</vsizetype>
111        <horstretch>0</horstretch>
112        <verstretch>0</verstretch>
113       </sizepolicy>
114      </property>
115      <property name="editable" >
116       <bool>true</bool>
117      </property>
118      <property name="maxVisibleItems" >
119       <number>20</number>
120      </property>
121      <property name="insertPolicy" >
122       <enum>QComboBox::InsertAtCurrent</enum>
123      </property>
124      <property name="minimumContentsLength" >
125       <number>1</number>
126      </property>
127     </widget>
128    </item>
129    <item row="2" column="1" colspan="3" >
130     <widget class="QCheckBox" name="vectorCB" >
131      <property name="text" >
132       <string>Vector &amp;graphics format</string>
133      </property>
134     </widget>
135    </item>
136    <item row="0" column="0" >
137     <widget class="QLabel" name="formatsLA" >
138      <property name="text" >
139       <string>&amp;Format:</string>
140      </property>
141      <property name="buddy" >
142       <cstring>formatsCB</cstring>
143      </property>
144     </widget>
145    </item>
146    <item row="1" column="1" colspan="3" >
147     <widget class="QCheckBox" name="documentCB" >
148      <property name="text" >
149       <string>&amp;Document format</string>
150      </property>
151     </widget>
152    </item>
153    <item row="7" column="0" >
154     <widget class="QLabel" name="viewerLA" >
155      <property name="text" >
156       <string>&amp;Viewer:</string>
157      </property>
158      <property name="buddy" >
159       <cstring>viewerED</cstring>
160      </property>
161     </widget>
162    </item>
163    <item row="7" column="1" >
164     <widget class="QLineEdit" name="viewerED" />
165    </item>
166    <item row="6" column="0" >
167     <widget class="QLabel" name="editorLA" >
168      <property name="text" >
169       <string>Ed&amp;itor:</string>
170      </property>
171      <property name="buddy" >
172       <cstring>editorED</cstring>
173      </property>
174     </widget>
175    </item>
176    <item row="5" column="0" >
177     <widget class="QLabel" name="shortcutLA" >
178      <property name="text" >
179       <string>Shortc&amp;ut:</string>
180      </property>
181      <property name="buddy" >
182       <cstring>shortcutED</cstring>
183      </property>
184     </widget>
185    </item>
186    <item row="4" column="0" >
187     <widget class="QLabel" name="extensionLA" >
188      <property name="text" >
189       <string>E&amp;xtension:</string>
190      </property>
191      <property name="buddy" >
192       <cstring>extensionED</cstring>
193      </property>
194     </widget>
195    </item>
196    <item row="4" column="1" >
197     <widget class="QLineEdit" name="extensionED" />
198    </item>
199    <item row="8" column="0" >
200     <widget class="QLabel" name="label" >
201      <property name="text" >
202       <string>Co&amp;pier:</string>
203      </property>
204      <property name="buddy" >
205       <cstring>copierED</cstring>
206      </property>
207     </widget>
208    </item>
209   </layout>
210  </widget>
211  <tabstops>
212   <tabstop>formatsCB</tabstop>
213   <tabstop>formatNewPB</tabstop>
214   <tabstop>formatRemovePB</tabstop>
215   <tabstop>documentCB</tabstop>
216   <tabstop>vectorCB</tabstop>
217   <tabstop>formatED</tabstop>
218   <tabstop>extensionED</tabstop>
219   <tabstop>shortcutED</tabstop>
220   <tabstop>editorED</tabstop>
221   <tabstop>viewerED</tabstop>
222   <tabstop>copierED</tabstop>
223  </tabstops>
224  <includes>
225   <include location="local" >qt_i18n.h</include>
226  </includes>
227  <resources/>
228  <connections/>
229 </ui>