]> git.lyx.org Git - lyx.git/blob - src/frontends/qt3/ui/BiblioModuleBase.ui
4c607133ae71c156a88f8e0d284e820c062470a7
[lyx.git] / src / frontends / qt3 / ui / BiblioModuleBase.ui
1 <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
2 <class>BiblioModuleBase</class>
3 <widget class="QWidget">
4     <property name="name">
5         <cstring>BiblioModuleBase</cstring>
6     </property>
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="caption">
16         <string>BiblioModuleBase</string>
17     </property>
18     <grid>
19         <property name="name">
20             <cstring>unnamed</cstring>
21         </property>
22         <property name="margin">
23             <number>11</number>
24         </property>
25         <property name="spacing">
26             <number>6</number>
27         </property>
28         <widget class="QButtonGroup" row="0" column="0">
29             <property name="name">
30                 <cstring>CiteStyleBG</cstring>
31             </property>
32             <property name="title">
33                 <string>Citation Style</string>
34             </property>
35             <grid>
36                 <property name="name">
37                     <cstring>unnamed</cstring>
38                 </property>
39                 <property name="margin">
40                     <number>11</number>
41                 </property>
42                 <property name="spacing">
43                     <number>6</number>
44                 </property>
45                 <widget class="QRadioButton" row="2" column="0">
46                     <property name="name">
47                         <cstring>citeJurabibRB</cstring>
48                     </property>
49                     <property name="text">
50                         <string>&amp;Jurabib</string>
51                     </property>
52                     <property name="toolTip" stdset="0">
53                         <string>Use the jurabib styles for law and humanities</string>
54                     </property>
55                 </widget>
56                 <widget class="QRadioButton" row="1" column="0">
57                     <property name="name">
58                         <cstring>citeNatbibRB</cstring>
59                     </property>
60                     <property name="text">
61                         <string>&amp;Natbib</string>
62                     </property>
63                     <property name="toolTip" stdset="0">
64                         <string>Use the natbib styles for natural sciences and arts</string>
65                     </property>
66                 </widget>
67                 <widget class="QRadioButton" row="0" column="0">
68                     <property name="name">
69                         <cstring>citeDefaultRB</cstring>
70                     </property>
71                     <property name="text">
72                         <string>&amp;Default (numerical)</string>
73                     </property>
74                     <property name="toolTip" stdset="0">
75                         <string>Use BibTeX's default numerical styles</string>
76                     </property>
77                 </widget>
78                 <widget class="QLayoutWidget" row="1" column="1">
79                     <property name="name">
80                         <cstring>Layout2</cstring>
81                     </property>
82                     <hbox>
83                         <property name="name">
84                             <cstring>unnamed</cstring>
85                         </property>
86                         <property name="margin">
87                             <number>0</number>
88                         </property>
89                         <property name="spacing">
90                             <number>6</number>
91                         </property>
92                         <widget class="QLabel">
93                             <property name="name">
94                                 <cstring>citationStyleL</cstring>
95                             </property>
96                             <property name="enabled">
97                                 <bool>false</bool>
98                             </property>
99                             <property name="text">
100                                 <string>Natbib &amp;style:</string>
101                             </property>
102                             <property name="buddy" stdset="0">
103                                 <cstring>citeStyleCO</cstring>
104                             </property>
105                         </widget>
106                         <widget class="QComboBox">
107                             <property name="name">
108                                 <cstring>citeStyleCO</cstring>
109                             </property>
110                             <property name="enabled">
111                                 <bool>false</bool>
112                             </property>
113                             <property name="sizePolicy">
114                                 <sizepolicy>
115                                     <hsizetype>5</hsizetype>
116                                     <vsizetype>0</vsizetype>
117                                     <horstretch>0</horstretch>
118                                     <verstretch>0</verstretch>
119                                 </sizepolicy>
120                             </property>
121                         </widget>
122                     </hbox>
123                 </widget>
124             </grid>
125         </widget>
126         <spacer row="2" column="0">
127             <property name="name">
128                 <cstring>Spacer2</cstring>
129             </property>
130             <property name="orientation">
131                 <enum>Vertical</enum>
132             </property>
133             <property name="sizeType">
134                 <enum>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         <widget class="QCheckBox" row="1" column="0">
144             <property name="name">
145                 <cstring>bibtopicCB</cstring>
146             </property>
147             <property name="text">
148                 <string>S&amp;ectioned bibliography</string>
149             </property>
150             <property name="toolTip" stdset="0">
151                 <string>Select this if you want to split your bibliography into sections</string>
152             </property>
153         </widget>
154     </grid>
155 </widget>
156 <connections>
157     <connection>
158         <sender>citeNatbibRB</sender>
159         <signal>toggled(bool)</signal>
160         <receiver>citationStyleL</receiver>
161         <slot>setEnabled(bool)</slot>
162     </connection>
163     <connection>
164         <sender>citeNatbibRB</sender>
165         <signal>toggled(bool)</signal>
166         <receiver>citeStyleCO</receiver>
167         <slot>setEnabled(bool)</slot>
168     </connection>
169 </connections>
170 <includes>
171     <include location="global" impldecl="in declaration">config.h</include>
172     <include location="local" impldecl="in declaration">qt_helpers.h</include>
173 </includes>
174 <layoutdefaults spacing="6" margin="11"/>
175 </UI>