2016-12-31 08:28:51 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
2006-03-24 15:59:11 +00:00
<class>BiblioUi</class>
2016-12-31 08:28:51 +00:00
<widget class="QWidget" name="BiblioUi">
<property name="geometry">
2006-03-24 15:59:11 +00:00
<rect>
<x>0</x>
<y>0</y>
2017-01-13 17:23:42 +00:00
<width>545</width>
2017-01-08 08:39:46 +00:00
<height>481</height>
2006-03-24 15:59:11 +00:00
</rect>
</property>
2016-12-31 08:28:51 +00:00
<property name="windowTitle">
2006-03-24 15:59:11 +00:00
<string/>
</property>
2017-01-08 08:39:46 +00:00
<layout class="QGridLayout" name="gridLayout_4">
2016-12-31 08:28:51 +00:00
<item row="0" column="0">
<widget class="QGroupBox" name="CiteStyleBG">
2017-01-08 08:39:46 +00:00
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2016-12-31 08:28:51 +00:00
<property name="title">
2006-03-24 15:59:11 +00:00
<string>Citation Style</string>
</property>
2016-12-31 08:28:51 +00:00
<property name="flat">
2009-05-22 07:20:00 +00:00
<bool>true</bool>
</property>
2016-12-31 08:28:51 +00:00
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<layout class="QHBoxLayout">
<property name="spacing">
<number>6</number>
2006-03-24 15:59:11 +00:00
</property>
2016-12-31 08:28:51 +00:00
<property name="leftMargin">
<number>0</number>
2006-03-24 15:59:11 +00:00
</property>
2016-12-31 08:28:51 +00:00
<property name="topMargin">
<number>0</number>
2006-03-24 15:59:11 +00:00
</property>
2016-12-31 08:28:51 +00:00
<property name="rightMargin">
<number>0</number>
2007-10-10 01:07:49 +00:00
</property>
2016-12-31 08:28:51 +00:00
<property name="bottomMargin">
2009-05-22 07:20:00 +00:00
<number>0</number>
</property>
2006-03-24 15:59:11 +00:00
<item>
2016-12-31 08:28:51 +00:00
<widget class="QLabel" name="citeEngineLA">
<property name="toolTip">
<string/>
</property>
<property name="text">
2017-01-14 16:48:37 +00:00
<string>Sty&le format:</string>
2016-12-31 08:28:51 +00:00
</property>
<property name="buddy">
<cstring>citeEngineCO</cstring>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="citeEngineCO">
<property name="toolTip">
2017-01-14 16:48:37 +00:00
<string>A selection of different style format approaches (such as natbib) that respectively provide support for specific citation and bibliography styles. Expand to get more information.</string>
2016-12-31 08:28:51 +00:00
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="citationStyleL">
<property name="enabled">
2006-03-24 15:59:11 +00:00
<bool>false</bool>
2006-03-05 17:24:44 +00:00
</property>
2016-12-31 08:28:51 +00:00
<property name="text">
<string>&Variant:</string>
2006-03-05 17:24:44 +00:00
</property>
2016-12-31 08:28:51 +00:00
<property name="buddy">
2006-03-24 15:59:11 +00:00
<cstring>citeStyleCO</cstring>
2006-03-05 17:24:44 +00:00
</property>
2006-03-24 15:59:11 +00:00
</widget>
</item>
<item>
2016-12-31 08:28:51 +00:00
<widget class="QComboBox" name="citeStyleCO">
<property name="enabled">
2006-03-24 15:59:11 +00:00
<bool>false</bool>
2006-03-05 17:24:44 +00:00
</property>
2016-12-31 08:28:51 +00:00
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
2006-03-24 15:59:11 +00:00
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
2006-03-05 17:24:44 +00:00
</property>
2016-12-31 08:28:51 +00:00
<property name="toolTip">
<string>Provides available cite style variants.</string>
</property>
2006-03-24 15:59:11 +00:00
</widget>
</item>
</layout>
2006-03-05 17:24:44 +00:00
</item>
2016-12-31 08:28:51 +00:00
<item row="0" column="1">
2009-05-22 07:20:00 +00:00
<spacer>
2016-12-31 08:28:51 +00:00
<property name="orientation">
2009-05-22 07:20:00 +00:00
<enum>Qt::Horizontal</enum>
</property>
2016-12-31 08:28:51 +00:00
<property name="sizeHint" stdset="0">
2009-05-22 07:20:00 +00:00
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
2017-01-08 08:39:46 +00:00
<item row="1" column="0" colspan="2">
<layout class="QHBoxLayout" name="horizontalLayout_7">
<item>
<widget class="QLabel" name="citePackageOptionsL">
<property name="text">
<string>Opt&ions:</string>
</property>
<property name="buddy">
<cstring>citePackageOptionsLE</cstring>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="citePackageOptionsLE">
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
2017-01-13 17:23:42 +00:00
<string>Here you can enter further options of the bibliography package</string>
2017-01-08 08:39:46 +00:00
</property>
</widget>
</item>
</layout>
</item>
<item row="2" column="0" colspan="2">
<layout class="QHBoxLayout" name="horizontalLayout_5">
<item>
<widget class="QLabel" name="biblatexCbxLA">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string/>
</property>
<property name="text">
2017-01-14 16:48:37 +00:00
<string>Biblatex &citation style:</string>
2017-01-08 08:39:46 +00:00
</property>
<property name="buddy">
<cstring>biblatexCbxCO</cstring>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="biblatexCbxCO">
<property name="toolTip">
<string>The style that determines the layout of the citations</string>
</property>
<property name="editable">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="resetCbxPB">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Reset to the preset default</string>
</property>
<property name="text">
<string>Rese&t</string>
</property>
</widget>
</item>
</layout>
</item>
2006-03-24 15:59:11 +00:00
</layout>
</widget>
</item>
2016-12-31 08:28:51 +00:00
<item row="1" column="0">
<widget class="QGroupBox" name="BiblioStyleBG">
2017-01-08 08:39:46 +00:00
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2016-12-31 08:28:51 +00:00
<property name="title">
2011-12-12 14:45:30 +00:00
<string>Bibliography Style</string>
2006-03-24 15:59:11 +00:00
</property>
2016-12-31 08:28:51 +00:00
<property name="flat">
2011-12-12 14:45:30 +00:00
<bool>true</bool>
2006-03-24 15:59:11 +00:00
</property>
2017-01-08 08:39:46 +00:00
<layout class="QGridLayout" name="gridLayout_3">
2016-12-31 08:28:51 +00:00
<item row="0" column="0">
2017-01-08 08:39:46 +00:00
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<widget class="QLabel" name="biblatexBbxLA">
<property name="toolTip">
<string/>
</property>
<property name="text">
<string>Biblate&x bibliography style:</string>
</property>
<property name="buddy">
<cstring>biblatexBbxCO</cstring>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="biblatexBbxCO">
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>The style that determines the layout of the biblatex-generated bibliography</string>
</property>
<property name="editable">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="resetBbxPB">
<property name="toolTip">
<string>Reset to the preset default</string>
</property>
<property name="text">
<string>R&eset</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="matchBbxPB">
<property name="toolTip">
<string>Match biblatex bibliography with citation style</string>
</property>
<property name="text">
<string>&Match</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="1" column="0">
<layout class="QHBoxLayout" name="horizontalLayout_3">
2011-12-12 14:45:30 +00:00
<item>
2016-12-31 08:28:51 +00:00
<widget class="QLabel" name="bibtexStyleLA">
<property name="text">
2016-12-31 13:57:09 +00:00
<string>Default BibTeX st&yle:</string>
2011-12-12 14:45:30 +00:00
</property>
2016-12-31 08:28:51 +00:00
<property name="buddy">
2016-12-31 13:57:09 +00:00
<cstring>defaultBiblioCO</cstring>
2011-12-12 14:45:30 +00:00
</property>
</widget>
</item>
<item>
2016-12-31 13:57:09 +00:00
<widget class="QComboBox" name="defaultBiblioCO">
2017-01-08 08:39:46 +00:00
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2016-12-31 08:28:51 +00:00
<property name="toolTip">
2016-12-31 13:57:09 +00:00
<string>Here, you can define a BibTeX style that is suggested in the BibTeX dialog by default</string>
</property>
<property name="editable">
<bool>true</bool>
</property>
</widget>
</item>
<item>
2017-01-08 08:39:46 +00:00
<widget class="QPushButton" name="resetDefaultBiblioPB">
2016-12-31 13:57:09 +00:00
<property name="toolTip">
2017-01-08 08:39:46 +00:00
<string>Reset to the preset default</string>
2016-12-31 13:57:09 +00:00
</property>
<property name="text">
2017-01-08 08:39:46 +00:00
<string>&Reset</string>
2016-12-31 13:57:09 +00:00
</property>
</widget>
</item>
2017-01-08 08:39:46 +00:00
</layout>
</item>
<item row="2" column="0">
<layout class="QHBoxLayout" name="horizontalLayout_6">
2016-12-31 13:57:09 +00:00
<item>
2017-01-08 08:39:46 +00:00
<widget class="QCheckBox" name="bibtopicCB">
2016-12-31 13:57:09 +00:00
<property name="toolTip">
2017-01-08 08:39:46 +00:00
<string>Select this if you want to split your bibliography into sections</string>
2016-12-31 13:57:09 +00:00
</property>
<property name="text">
2017-01-08 08:39:46 +00:00
<string>Secti&oned bibliography</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_4">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>189</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="rescanBibliosPB">
<property name="toolTip">
<string>Rescan style files</string>
</property>
<property name="text">
<string>Re&scan</string>
2011-12-12 14:45:30 +00:00
</property>
</widget>
</item>
</layout>
</item>
</layout>
2006-03-24 15:59:11 +00:00
</widget>
</item>
2016-12-31 08:28:51 +00:00
<item row="2" column="0">
<widget class="QGroupBox" name="bibtexGB">
2017-01-08 08:39:46 +00:00
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2016-12-31 08:28:51 +00:00
<property name="toolTip">
2009-08-29 19:25:43 +00:00
<string>Here you can define an alternative program to or specific options of BibTeX.</string>
2009-05-22 07:20:00 +00:00
</property>
2016-12-31 08:28:51 +00:00
<property name="title">
2015-01-04 09:53:36 +00:00
<string>Bibliography Generation</string>
2009-05-22 07:20:00 +00:00
</property>
2016-12-31 08:28:51 +00:00
<property name="flat">
2009-05-22 07:20:00 +00:00
<bool>true</bool>
</property>
2016-12-31 08:28:51 +00:00
<layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="0">
<layout class="QHBoxLayout" name="horizontalLayout">
2009-05-22 07:20:00 +00:00
<item>
2016-12-31 08:28:51 +00:00
<widget class="QLabel" name="bibtexLA">
<property name="text">
2009-05-22 07:20:00 +00:00
<string>&Processor:</string>
</property>
2016-12-31 08:28:51 +00:00
<property name="buddy">
2009-05-22 07:20:00 +00:00
<cstring>bibtexCO</cstring>
</property>
</widget>
</item>
<item>
2016-12-31 08:28:51 +00:00
<widget class="QComboBox" name="bibtexCO">
<property name="toolTip">
2009-05-22 07:20:00 +00:00
<string>Select a processor</string>
</property>
</widget>
</item>
</layout>
</item>
2017-01-08 08:39:46 +00:00
<item row="0" column="1">
2016-12-31 08:28:51 +00:00
<spacer name="horizontalSpacer">
<property name="orientation">
2009-05-22 07:20:00 +00:00
<enum>Qt::Horizontal</enum>
</property>
2016-12-31 08:28:51 +00:00
<property name="sizeHint" stdset="0">
2009-05-22 07:20:00 +00:00
<size>
<width>183</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
2017-01-08 08:39:46 +00:00
<item row="1" column="0" colspan="2">
2016-12-31 08:28:51 +00:00
<layout class="QHBoxLayout" name="horizontalLayout_2">
2009-05-22 07:20:00 +00:00
<item>
2016-12-31 08:28:51 +00:00
<widget class="QLabel" name="bibtexOptionsLA">
<property name="text">
<string>Op&tions:</string>
2009-05-22 07:20:00 +00:00
</property>
2016-12-31 08:28:51 +00:00
<property name="buddy">
2011-09-24 16:39:20 +00:00
<cstring>bibtexOptionsLE</cstring>
2009-05-22 07:20:00 +00:00
</property>
</widget>
</item>
<item>
2016-12-31 08:28:51 +00:00
<widget class="QLineEdit" name="bibtexOptionsLE">
2017-01-08 08:39:46 +00:00
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2016-12-31 08:28:51 +00:00
<property name="toolTip">
2010-01-24 19:16:44 +00:00
<string>Define options such as --min-crossrefs (see the documentation of BibTeX)</string>
2009-05-22 07:20:00 +00:00
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
2016-12-31 08:28:51 +00:00
<item row="3" column="0">
2007-10-10 01:07:49 +00:00
<spacer>
2016-12-31 08:28:51 +00:00
<property name="orientation">
2007-10-10 01:07:49 +00:00
<enum>Qt::Vertical</enum>
</property>
2016-12-31 08:28:51 +00:00
<property name="sizeType">
2007-10-10 01:07:49 +00:00
<enum>QSizePolicy::Expanding</enum>
</property>
2016-12-31 08:28:51 +00:00
<property name="sizeHint" stdset="0">
2007-10-10 01:07:49 +00:00
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
2006-03-24 15:59:11 +00:00
</layout>
</widget>
2006-11-07 17:56:32 +00:00
<includes>
2016-12-31 08:28:51 +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>