]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/BiblioUi.ui
* fix spelling in comments to please John.
[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="QCheckBox" name="bibtopicCB" >
109      <property name="toolTip" >
110       <string>Select this if you want to split your bibliography into sections</string>
111      </property>
112      <property name="text" >
113       <string>S&amp;ectioned bibliography</string>
114      </property>
115     </widget>
116    </item>
117    <item row="2" column="0" >
118     <widget class="QGroupBox" name="bibtexGB" >
119      <property name="toolTip" >
120       <string>Here you can define an alternative program to or specific options of BibTeX.</string>
121      </property>
122      <property name="title" >
123       <string>Bibliography generation</string>
124      </property>
125      <property name="flat" >
126       <bool>true</bool>
127      </property>
128      <layout class="QGridLayout" name="gridLayout_2" >
129       <item row="0" column="0" >
130        <layout class="QHBoxLayout" name="horizontalLayout" >
131         <item>
132          <widget class="QLabel" name="bibtexLA" >
133           <property name="text" >
134            <string>&amp;Processor:</string>
135           </property>
136           <property name="buddy" >
137            <cstring>bibtexCO</cstring>
138           </property>
139          </widget>
140         </item>
141         <item>
142          <widget class="QComboBox" name="bibtexCO" >
143           <property name="toolTip" >
144            <string>Select a processor</string>
145           </property>
146          </widget>
147         </item>
148        </layout>
149       </item>
150       <item rowspan="2" row="0" column="1" >
151        <spacer name="horizontalSpacer" >
152         <property name="orientation" >
153          <enum>Qt::Horizontal</enum>
154         </property>
155         <property name="sizeHint" stdset="0" >
156          <size>
157           <width>183</width>
158           <height>20</height>
159          </size>
160         </property>
161        </spacer>
162       </item>
163       <item row="1" column="0" >
164        <layout class="QHBoxLayout" name="horizontalLayout_2" >
165         <item>
166          <widget class="QLabel" name="bibtexOptionsLA" >
167           <property name="text" >
168            <string>&amp;Options:</string>
169           </property>
170           <property name="buddy" >
171            <cstring>bibtexOptionsED</cstring>
172           </property>
173          </widget>
174         </item>
175         <item>
176          <widget class="QLineEdit" name="bibtexOptionsED" >
177           <property name="toolTip" >
178            <string>Define options such as --min-crossrefs (see the documentation of BibTeX)</string>
179           </property>
180          </widget>
181         </item>
182        </layout>
183       </item>
184      </layout>
185     </widget>
186    </item>
187    <item row="3" column="0" >
188     <spacer>
189      <property name="orientation" >
190       <enum>Qt::Vertical</enum>
191      </property>
192      <property name="sizeType" >
193       <enum>QSizePolicy::Expanding</enum>
194      </property>
195      <property name="sizeHint" stdset="0" >
196       <size>
197        <width>20</width>
198        <height>20</height>
199       </size>
200      </property>
201     </spacer>
202    </item>
203   </layout>
204  </widget>
205  <includes>
206   <include location="local" >qt_i18n.h</include>
207  </includes>
208  <resources/>
209  <connections/>
210 </ui>