2017-01-30 06:44:55 +00: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>
|
2017-01-30 06:44:55 +00:00
|
|
|
<width>218</width>
|
|
|
|
<height>121</height>
|
2006-03-24 15:59:11 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
2010-02-23 21:24:24 +00:00
|
|
|
<property name="windowTitle">
|
2006-03-24 15:59:11 +00:00
|
|
|
<string/>
|
|
|
|
</property>
|
2017-01-30 06:44:55 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
2010-02-23 21:24:24 +00:00
|
|
|
<item row="0" column="0">
|
2017-01-30 06:44:55 +00:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="keyLA">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>The bibliography key</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Ke&y:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>keyED</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<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>
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<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>
|
|
|
|
<widget class="QLineEdit" name="labelED">
|
|
|
|
<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>
|
|
|
|
<item>
|
|
|
|
<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>
|
|
|
|
</layout>
|
2006-03-24 15:59:11 +00:00
|
|
|
</item>
|
|
|
|
</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>
|