]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/BiblioUi.ui
User frontend for the new document-wide bibliography style feature.
[lyx.git] / src / frontends / qt4 / ui / BiblioUi.ui
1 <ui version="4.0" >
2  <class>BiblioUi</class>
3  <widget class="QWidget" name="BiblioUi" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>418</width>
9     <height>394</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string/>
14   </property>
15   <layout class="QGridLayout" name="gridLayout_3" >
16    <item row="0" column="0" >
17     <widget class="QGroupBox" name="CiteStyleBG" >
18      <property name="title" >
19       <string>Citation Style</string>
20      </property>
21      <property name="flat" >
22       <bool>true</bool>
23      </property>
24      <layout class="QGridLayout" name="gridLayout" >
25       <item row="0" column="0" >
26        <widget class="QRadioButton" name="citeDefaultRB" >
27         <property name="toolTip" >
28          <string>Use BibTeX's default numerical styles</string>
29         </property>
30         <property name="text" >
31          <string>&amp;Default (numerical)</string>
32         </property>
33        </widget>
34       </item>
35       <item row="1" column="0" >
36        <widget class="QRadioButton" name="citeNatbibRB" >
37         <property name="toolTip" >
38          <string>Use the natbib styles for natural sciences and arts. Set additional parameters in document class options.</string>
39         </property>
40         <property name="text" >
41          <string>&amp;Natbib</string>
42         </property>
43        </widget>
44       </item>
45       <item row="1" column="1" >
46        <layout class="QHBoxLayout" >
47         <property name="spacing" >
48          <number>6</number>
49         </property>
50         <property name="margin" >
51          <number>0</number>
52         </property>
53         <item>
54          <widget class="QLabel" name="citationStyleL" >
55           <property name="enabled" >
56            <bool>false</bool>
57           </property>
58           <property name="text" >
59            <string>Natbib &amp;style:</string>
60           </property>
61           <property name="buddy" >
62            <cstring>citeStyleCO</cstring>
63           </property>
64          </widget>
65         </item>
66         <item>
67          <widget class="QComboBox" name="citeStyleCO" >
68           <property name="enabled" >
69            <bool>false</bool>
70           </property>
71           <property name="sizePolicy" >
72            <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
73             <horstretch>0</horstretch>
74             <verstretch>0</verstretch>
75            </sizepolicy>
76           </property>
77          </widget>
78         </item>
79        </layout>
80       </item>
81       <item row="1" column="2" >
82        <spacer>
83         <property name="orientation" >
84          <enum>Qt::Horizontal</enum>
85         </property>
86         <property name="sizeHint" stdset="0" >
87          <size>
88           <width>40</width>
89           <height>20</height>
90          </size>
91         </property>
92        </spacer>
93       </item>
94       <item row="2" column="0" >
95        <widget class="QRadioButton" name="citeJurabibRB" >
96         <property name="toolTip" >
97          <string>Use the jurabib styles for law and humanities</string>
98         </property>
99         <property name="text" >
100          <string>&amp;Jurabib</string>
101         </property>
102        </widget>
103       </item>
104      </layout>
105     </widget>
106    </item>
107    <item row="1" column="0" >
108     <widget class="QGroupBox" name="BiblioStyleBG" >
109      <property name="title" >
110       <string>Bibliography Style</string>
111      </property>
112      <property name="flat" >
113       <bool>true</bool>
114      </property>
115      <layout class="QGridLayout" name="gridLayout_1" >
116       <item row="0" column="0" >
117        <layout class="QHBoxLayout" name="horizontalLayout_1" >
118         <item>
119          <widget class="QLabel" name="bibtexStyleLA" >
120           <property name="text" >
121            <string>Default st&amp;yle:</string>
122           </property>
123           <property name="buddy" >
124            <cstring>bibtexStyleLE</cstring>
125           </property>
126          </widget>
127         </item>
128         <item>
129          <widget class="QLineEdit" name="bibtexStyleLE" >
130           <property name="toolTip" >
131            <string>Define the default BibTeX style</string>
132           </property>
133          </widget>
134         </item>
135        </layout>
136       </item>
137       <item row="1" column="0" >
138        <widget class="QCheckBox" name="bibtopicCB" >
139         <property name="toolTip" >
140          <string>Select this if you want to split your bibliography into sections</string>
141         </property>
142         <property name="text" >
143          <string>S&amp;ectioned bibliography</string>
144         </property>
145        </widget>
146       </item>
147      </layout>
148     </widget>
149    </item>
150    <item row="2" column="0" >
151     <widget class="QGroupBox" name="bibtexGB" >
152      <property name="toolTip" >
153       <string>Here you can define an alternative program to or specific options of BibTeX.</string>
154      </property>
155      <property name="title" >
156       <string>Bibliography generation</string>
157      </property>
158      <property name="flat" >
159       <bool>true</bool>
160      </property>
161      <layout class="QGridLayout" name="gridLayout_2" >
162       <item row="0" column="0" >
163        <layout class="QHBoxLayout" name="horizontalLayout" >
164         <item>
165          <widget class="QLabel" name="bibtexLA" >
166           <property name="text" >
167            <string>&amp;Processor:</string>
168           </property>
169           <property name="buddy" >
170            <cstring>bibtexCO</cstring>
171           </property>
172          </widget>
173         </item>
174         <item>
175          <widget class="QComboBox" name="bibtexCO" >
176           <property name="toolTip" >
177            <string>Select a processor</string>
178           </property>
179          </widget>
180         </item>
181        </layout>
182       </item>
183       <item rowspan="2" row="0" column="1" >
184        <spacer name="horizontalSpacer" >
185         <property name="orientation" >
186          <enum>Qt::Horizontal</enum>
187         </property>
188         <property name="sizeHint" stdset="0" >
189          <size>
190           <width>183</width>
191           <height>20</height>
192          </size>
193         </property>
194        </spacer>
195       </item>
196       <item row="1" column="0" >
197        <layout class="QHBoxLayout" name="horizontalLayout_2" >
198         <item>
199          <widget class="QLabel" name="bibtexOptionsLA" >
200           <property name="text" >
201            <string>&amp;Options:</string>
202           </property>
203           <property name="buddy" >
204            <cstring>bibtexOptionsLE</cstring>
205           </property>
206          </widget>
207         </item>
208         <item>
209          <widget class="QLineEdit" name="bibtexOptionsLE" >
210           <property name="toolTip" >
211            <string>Define options such as --min-crossrefs (see the documentation of BibTeX)</string>
212           </property>
213          </widget>
214         </item>
215        </layout>
216       </item>
217      </layout>
218     </widget>
219    </item>
220    <item row="3" column="0" >
221     <spacer>
222      <property name="orientation" >
223       <enum>Qt::Vertical</enum>
224      </property>
225      <property name="sizeType" >
226       <enum>QSizePolicy::Expanding</enum>
227      </property>
228      <property name="sizeHint" stdset="0" >
229       <size>
230        <width>20</width>
231        <height>20</height>
232       </size>
233      </property>
234     </spacer>
235    </item>
236   </layout>
237  </widget>
238  <includes>
239   <include location="local" >qt_i18n.h</include>
240  </includes>
241  <resources/>
242  <connections/>
243 </ui>