]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/BiblioUi.ui
Embedding: add embedCB checkboxes to IncludeUi and ExternalUi
[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" >
16    <property name="margin" >
17     <number>9</number>
18    </property>
19    <property name="spacing" >
20     <number>6</number>
21    </property>
22    <item row="0" column="0" >
23     <widget class="QGroupBox" name="CiteStyleBG" >
24      <property name="title" >
25       <string>Citation Style</string>
26      </property>
27      <layout class="QGridLayout" >
28       <property name="margin" >
29        <number>9</number>
30       </property>
31       <property name="spacing" >
32        <number>6</number>
33       </property>
34       <item row="2" column="0" >
35        <widget class="QRadioButton" name="citeJurabibRB" >
36         <property name="toolTip" >
37          <string>Use the jurabib styles for law and humanities</string>
38         </property>
39         <property name="text" >
40          <string>&amp;Jurabib</string>
41         </property>
42        </widget>
43       </item>
44       <item row="1" column="0" >
45        <widget class="QRadioButton" name="citeNatbibRB" >
46         <property name="toolTip" >
47          <string>Use the natbib styles for natural sciences and arts</string>
48         </property>
49         <property name="text" >
50          <string>&amp;Natbib</string>
51         </property>
52        </widget>
53       </item>
54       <item row="0" column="0" >
55        <widget class="QRadioButton" name="citeDefaultRB" >
56         <property name="toolTip" >
57          <string>Use BibTeX's default numerical styles</string>
58         </property>
59         <property name="text" >
60          <string>&amp;Default (numerical)</string>
61         </property>
62        </widget>
63       </item>
64       <item row="1" column="1" >
65        <layout class="QHBoxLayout" >
66         <property name="margin" >
67          <number>0</number>
68         </property>
69         <property name="spacing" >
70          <number>6</number>
71         </property>
72         <item>
73          <widget class="QLabel" name="citationStyleL" >
74           <property name="enabled" >
75            <bool>false</bool>
76           </property>
77           <property name="text" >
78            <string>Natbib &amp;style:</string>
79           </property>
80           <property name="buddy" >
81            <cstring>citeStyleCO</cstring>
82           </property>
83          </widget>
84         </item>
85         <item>
86          <widget class="QComboBox" name="citeStyleCO" >
87           <property name="enabled" >
88            <bool>false</bool>
89           </property>
90           <property name="sizePolicy" >
91            <sizepolicy>
92             <hsizetype>0</hsizetype>
93             <vsizetype>0</vsizetype>
94             <horstretch>0</horstretch>
95             <verstretch>0</verstretch>
96            </sizepolicy>
97           </property>
98          </widget>
99         </item>
100        </layout>
101       </item>
102      </layout>
103     </widget>
104    </item>
105    <item row="0" column="1" >
106     <spacer>
107      <property name="orientation" >
108       <enum>Qt::Horizontal</enum>
109      </property>
110      <property name="sizeHint" >
111       <size>
112        <width>40</width>
113        <height>20</height>
114       </size>
115      </property>
116     </spacer>
117    </item>
118    <item row="1" column="0" colspan="2" >
119     <widget class="QCheckBox" name="bibtopicCB" >
120      <property name="toolTip" >
121       <string>Select this if you want to split your bibliography into sections</string>
122      </property>
123      <property name="text" >
124       <string>S&amp;ectioned bibliography</string>
125      </property>
126     </widget>
127    </item>
128    <item row="2" column="0" colspan="2" >
129     <spacer>
130      <property name="orientation" >
131       <enum>Qt::Vertical</enum>
132      </property>
133      <property name="sizeType" >
134       <enum>QSizePolicy::Expanding</enum>
135      </property>
136      <property name="sizeHint" >
137       <size>
138        <width>20</width>
139        <height>20</height>
140       </size>
141      </property>
142     </spacer>
143    </item>
144   </layout>
145  </widget>
146  <includes>
147   <include location="local" >qt_helpers.h</include>
148  </includes>
149  <resources/>
150  <connections/>
151 </ui>