]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/BiblioUi.ui
Added initial qt4 work by Abdelrazak Younes
[lyx.git] / src / frontends / qt4 / ui / BiblioUi.ui
1 <ui version="4.0" stdsetdef="1" >
2   <author></author>
3   <comment></comment>
4   <exportmacro></exportmacro>
5   <class>BiblioUi</class>
6   <widget class="QWidget" name="Biblio" >
7     <property name="geometry" >
8       <rect>
9         <x>0</x>
10         <y>0</y>
11         <width>418</width>
12         <height>376</height>
13       </rect>
14     </property>
15     <property name="windowTitle" >
16       <string/>
17     </property>
18     <layout class="QGridLayout" >
19       <property name="margin" >
20         <number>11</number>
21       </property>
22       <property name="spacing" >
23         <number>6</number>
24       </property>
25       <item row="0" column="0" >
26         <widget class="QGroupBox" name="CiteStyleBG" >
27           <property name="title" >
28             <string>Citation Style</string>
29           </property>
30           <layout class="QGridLayout" >
31             <property name="margin" >
32               <number>11</number>
33             </property>
34             <property name="spacing" >
35               <number>6</number>
36             </property>
37             <item row="2" column="0" >
38               <widget class="QRadioButton" name="citeJurabibRB" >
39                 <property name="text" >
40                   <string>&amp;Jurabib</string>
41                 </property>
42                 <property name="toolTip" >
43                   <string>Use the jurabib styles for law and humanities</string>
44                 </property>
45               </widget>
46             </item>
47             <item row="1" column="0" >
48               <widget class="QRadioButton" name="citeNatbibRB" >
49                 <property name="text" >
50                   <string>&amp;Natbib</string>
51                 </property>
52                 <property name="toolTip" >
53                   <string>Use the natbib styles for natural sciences and arts</string>
54                 </property>
55               </widget>
56             </item>
57             <item row="0" column="0" >
58               <widget class="QRadioButton" name="citeDefaultRB" >
59                 <property name="text" >
60                   <string>&amp;Default (numerical)</string>
61                 </property>
62                 <property name="toolTip" >
63                   <string>Use BibTeX's default numerical styles</string>
64                 </property>
65               </widget>
66             </item>
67             <item row="1" column="1" >
68               <layout class="QHBoxLayout" >
69                 <property name="margin" >
70                   <number>0</number>
71                 </property>
72                 <property name="spacing" >
73                   <number>6</number>
74                 </property>
75                 <item>
76                   <widget class="QLabel" name="citationStyleL" >
77                     <property name="enabled" >
78                       <bool>false</bool>
79                     </property>
80                     <property name="text" >
81                       <string>Natbib &amp;style:</string>
82                     </property>
83                     <property name="buddy" >
84                       <cstring>citeStyleCO</cstring>
85                     </property>
86                   </widget>
87                 </item>
88                 <item>
89                   <widget class="QComboBox" name="citeStyleCO" >
90                     <property name="enabled" >
91                       <bool>false</bool>
92                     </property>
93                     <property name="sizePolicy" >
94                       <sizepolicy>
95                         <hsizetype>5</hsizetype>
96                         <vsizetype>0</vsizetype>
97                         <horstretch>0</horstretch>
98                         <verstretch>0</verstretch>
99                       </sizepolicy>
100                     </property>
101                   </widget>
102                 </item>
103               </layout>
104             </item>
105           </layout>
106         </widget>
107       </item>
108       <item row="2" column="0" >
109         <spacer name="Spacer2" >
110           <property name="sizeHint" >
111             <size>
112               <width>20</width>
113               <height>20</height>
114             </size>
115           </property>
116           <property name="sizeType" >
117             <enum>Expanding</enum>
118           </property>
119           <property name="orientation" >
120             <enum>Vertical</enum>
121           </property>
122         </spacer>
123       </item>
124       <item row="1" column="0" >
125         <widget class="QCheckBox" name="bibtopicCB" >
126           <property name="text" >
127             <string>S&amp;ectioned bibliography</string>
128           </property>
129           <property name="toolTip" >
130             <string>Select this if you want to split your bibliography into sections</string>
131           </property>
132         </widget>
133       </item>
134     </layout>
135   </widget>
136   <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
137 </ui>