mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 21:49:51 +00:00
138 lines
4.6 KiB
Plaintext
138 lines
4.6 KiB
Plaintext
|
<ui version="4.0" stdsetdef="1" >
|
||
|
<author></author>
|
||
|
<comment></comment>
|
||
|
<exportmacro></exportmacro>
|
||
|
<class>BiblioUi</class>
|
||
|
<widget class="QWidget" name="Biblio" >
|
||
|
<property name="geometry" >
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>418</width>
|
||
|
<height>376</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="windowTitle" >
|
||
|
<string/>
|
||
|
</property>
|
||
|
<layout class="QGridLayout" >
|
||
|
<property name="margin" >
|
||
|
<number>11</number>
|
||
|
</property>
|
||
|
<property name="spacing" >
|
||
|
<number>6</number>
|
||
|
</property>
|
||
|
<item row="0" column="0" >
|
||
|
<widget class="QGroupBox" name="CiteStyleBG" >
|
||
|
<property name="title" >
|
||
|
<string>Citation Style</string>
|
||
|
</property>
|
||
|
<layout class="QGridLayout" >
|
||
|
<property name="margin" >
|
||
|
<number>11</number>
|
||
|
</property>
|
||
|
<property name="spacing" >
|
||
|
<number>6</number>
|
||
|
</property>
|
||
|
<item row="2" column="0" >
|
||
|
<widget class="QRadioButton" name="citeJurabibRB" >
|
||
|
<property name="text" >
|
||
|
<string>&Jurabib</string>
|
||
|
</property>
|
||
|
<property name="toolTip" >
|
||
|
<string>Use the jurabib styles for law and humanities</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="1" column="0" >
|
||
|
<widget class="QRadioButton" name="citeNatbibRB" >
|
||
|
<property name="text" >
|
||
|
<string>&Natbib</string>
|
||
|
</property>
|
||
|
<property name="toolTip" >
|
||
|
<string>Use the natbib styles for natural sciences and arts</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="0" column="0" >
|
||
|
<widget class="QRadioButton" name="citeDefaultRB" >
|
||
|
<property name="text" >
|
||
|
<string>&Default (numerical)</string>
|
||
|
</property>
|
||
|
<property name="toolTip" >
|
||
|
<string>Use BibTeX's default numerical styles</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="1" column="1" >
|
||
|
<layout class="QHBoxLayout" >
|
||
|
<property name="margin" >
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
<property name="spacing" >
|
||
|
<number>6</number>
|
||
|
</property>
|
||
|
<item>
|
||
|
<widget class="QLabel" name="citationStyleL" >
|
||
|
<property name="enabled" >
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<property name="text" >
|
||
|
<string>Natbib &style:</string>
|
||
|
</property>
|
||
|
<property name="buddy" >
|
||
|
<cstring>citeStyleCO</cstring>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QComboBox" name="citeStyleCO" >
|
||
|
<property name="enabled" >
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<property name="sizePolicy" >
|
||
|
<sizepolicy>
|
||
|
<hsizetype>5</hsizetype>
|
||
|
<vsizetype>0</vsizetype>
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="2" column="0" >
|
||
|
<spacer name="Spacer2" >
|
||
|
<property name="sizeHint" >
|
||
|
<size>
|
||
|
<width>20</width>
|
||
|
<height>20</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<property name="sizeType" >
|
||
|
<enum>Expanding</enum>
|
||
|
</property>
|
||
|
<property name="orientation" >
|
||
|
<enum>Vertical</enum>
|
||
|
</property>
|
||
|
</spacer>
|
||
|
</item>
|
||
|
<item row="1" column="0" >
|
||
|
<widget class="QCheckBox" name="bibtopicCB" >
|
||
|
<property name="text" >
|
||
|
<string>S&ectioned bibliography</string>
|
||
|
</property>
|
||
|
<property name="toolTip" >
|
||
|
<string>Select this if you want to split your bibliography into sections</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
|
||
|
</ui>
|