2017-01-30 07:44:55 +01:00
<?xml version="1.0" encoding="UTF-8"?>
2010-02-23 21:24:24 +00:00
<ui version="4.0">
2007-08-31 05:53:55 +00:00
<class>BibitemUi</class>
2010-02-23 21:24:24 +00:00
<widget class="QWidget" name="BibitemUi">
<property name="geometry">
2006-03-24 15:59:11 +00:00
<rect>
<x>0</x>
<y>0</y>
2019-04-19 11:27:54 +02:00
<width>503</width>
<height>168</height>
2006-03-24 15:59:11 +00:00
</rect>
</property>
2019-04-19 11:27:54 +02:00
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2010-02-23 21:24:24 +00:00
<property name="windowTitle">
2006-03-24 15:59:11 +00:00
<string/>
</property>
2019-04-19 11:27:54 +02:00
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QLabel" name="keyLA">
<property name="toolTip">
<string>The bibliography key</string>
</property>
2019-04-18 14:48:01 +02:00
<property name="text">
2019-04-19 11:27:54 +02:00
<string>Ke&y:</string>
</property>
<property name="buddy">
<cstring>keyED</cstring>
2019-04-18 14:48:01 +02:00
</property>
</widget>
</item>
2019-04-19 11:27:54 +02:00
<item row="0" column="1" colspan="2">
<widget class="QLineEdit" name="keyED">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>The bibliography key</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="labelLA">
<property name="toolTip">
<string>The label as it appears in the document</string>
</property>
<property name="text">
<string>&Label:</string>
</property>
<property name="buddy">
<cstring>labelED</cstring>
</property>
</widget>
</item>
<item row="1" column="1" colspan="2">
<layout class="QHBoxLayout" name="horizontalLayout">
<property name="spacing">
<number>0</number>
</property>
<item>
<widget class="QLineEdit" name="labelED">
2017-01-30 07:44:55 +01:00
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>The label as it appears in the document</string>
</property>
</widget>
</item>
2019-04-19 11:27:54 +02:00
<item>
<widget class="QLabel" name="yearLA">
2019-04-18 16:27:22 +02:00
<property name="text">
2019-04-19 11:27:54 +02:00
<string>&Year:</string>
</property>
<property name="margin">
<number>6</number>
2019-04-18 16:27:22 +02:00
</property>
<property name="buddy">
2019-04-19 11:27:54 +02:00
<cstring>yearED</cstring>
2019-04-18 16:27:22 +02:00
</property>
</widget>
</item>
2019-04-19 11:27:54 +02:00
<item>
<widget class="QLineEdit" name="yearED">
2019-04-18 16:27:22 +02:00
<property name="toolTip">
2019-04-19 11:27:54 +02:00
<string>The year with "Author (Year)" citations (without parentheses).</string>
2019-04-18 16:27:22 +02:00
</property>
</widget>
</item>
2017-01-30 07:44:55 +01:00
</layout>
2006-03-24 15:59:11 +00:00
</item>
2019-04-19 11:27:54 +02:00
<item row="2" column="0" colspan="2">
<widget class="QLabel" name="allAuthorsLA">
<property name="text">
<string>A&ll Author Names:</string>
</property>
<property name="buddy">
<cstring>allAuthorsED</cstring>
</property>
</widget>
</item>
<item row="2" column="2">
<widget class="QLineEdit" name="allAuthorsED">
<property name="toolTip">
<string>If you want to use an abbreviated author list (with 'et al.') as well as a full list for author-year citation, you can put the full list here and the abbreviated list above.</string>
</property>
</widget>
</item>
<item row="3" column="2">
2019-04-18 14:48:01 +02:00
<widget class="QCheckBox" name="literalCB">
<property name="toolTip">
<string>Pass content of the `Label' field literally to LaTeX. Check this if you want to enter LaTeX code.</string>
</property>
<property name="text">
<string>Li&teral</string>
</property>
</widget>
</item>
2019-04-19 11:27:54 +02:00
<item row="4" column="2">
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>0</height>
</size>
</property>
</spacer>
</item>
2006-03-24 15:59:11 +00:00
</layout>
</widget>
2006-11-07 17:56:32 +00:00
<includes>
2010-02-23 21:24:24 +00:00
<include location="local">qt_i18n.h</include>
2006-11-07 17:56:32 +00:00
</includes>
2006-03-24 15:59:11 +00:00
<resources/>
<connections/>
2006-03-05 17:24:44 +00:00
</ui>