lyx_mirror/src/frontends/qt/ui/BibtexUi.ui

468 lines
14 KiB
Plaintext
Raw Normal View History

2017-01-08 09:39:46 +01:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>BibtexUi</class>
2017-01-08 09:39:46 +01:00
<widget class="QDialog" name="BibtexUi">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>523</width>
<height>617</height>
</rect>
</property>
2017-01-08 09:39:46 +01:00
<property name="windowTitle">
<string/>
</property>
2017-01-08 09:39:46 +01:00
<property name="sizeGripEnabled">
<bool>true</bool>
</property>
2018-07-08 12:13:47 +02:00
<layout class="QGridLayout" name="gridLayout_4">
<item row="0" column="0">
2018-07-08 12:13:47 +02:00
<widget class="QGroupBox" name="bibGB">
2017-01-08 09:39:46 +01:00
<property name="toolTip">
2018-07-08 12:13:47 +02:00
<string>BibTeX database(s) to use</string>
</property>
<property name="title">
<string>&amp;Databases</string>
</property>
2018-12-25 17:02:18 +01:00
<property name="flat">
<bool>true</bool>
</property>
2018-07-08 12:13:47 +02:00
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QLabel" name="bibLA">
<property name="text">
<string>Found b&amp;y LaTeX:</string>
</property>
<property name="buddy">
<cstring>availableLV</cstring>
</property>
</widget>
</item>
<item>
<widget class="QListView" name="availableLV">
<property name="editTriggers">
<set>QAbstractItemView::NoEditTriggers</set>
</property>
</widget>
</item>
</layout>
2018-07-08 12:13:47 +02:00
</item>
<item row="0" column="1">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string/>
</property>
</widget>
</item>
2018-07-08 12:13:47 +02:00
<item>
<widget class="QPushButton" name="addBibPB">
<property name="toolTip">
<string>Add the selected BibTeX database from the list on the left</string>
2018-07-08 12:13:47 +02:00
</property>
<property name="text">
<string>&amp;Add Selected[[bib]]</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="browseBibPB">
<property name="toolTip">
<string>Add a BibTeX database from your local directory</string>
</property>
<property name="text">
<string>Add &amp;Local...</string>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
<property name="default">
<bool>true</bool>
2018-07-08 12:13:47 +02:00
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="deletePB">
<property name="toolTip">
<string>Remove the selected database</string>
</property>
<property name="text">
<string>&amp;Delete</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="upPB">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2018-07-08 12:13:47 +02:00
<property name="toolTip">
2020-08-07 20:27:39 +03:00
<string>Move the selected database up (Ctrl-Up)</string>
2018-07-08 12:13:47 +02:00
</property>
<property name="text">
<string>&amp;Up</string>
</property>
<property name="icon">
<iconset>
<normaloff>.</normaloff>.</iconset>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
2018-07-08 12:13:47 +02:00
</widget>
</item>
<item>
<widget class="QPushButton" name="downPB">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2018-07-08 12:13:47 +02:00
<property name="toolTip">
2020-08-07 20:27:39 +03:00
<string>Move the selected database down (Ctrl-Down)</string>
2018-07-08 12:13:47 +02:00
</property>
<property name="text">
<string>Do&amp;wn</string>
</property>
<property name="icon">
<iconset>
<normaloff>.</normaloff>.</iconset>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
2018-07-08 12:13:47 +02:00
</widget>
</item>
<item>
<spacer name="verticalSpacer_2">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="editPB">
<property name="toolTip">
<string>Edit selected database externally</string>
</property>
<property name="text">
<string>&amp;Edit...</string>
</property>
<property name="icon">
<iconset>
<normaloff>.</normaloff>.</iconset>
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
2018-07-08 12:13:47 +02:00
</layout>
</item>
<item row="0" column="2">
<layout class="QVBoxLayout" name="verticalLayout_3">
2018-07-08 12:13:47 +02:00
<item>
<widget class="QLabel" name="label">
2018-07-08 12:13:47 +02:00
<property name="text">
<string>Sele&amp;cted:</string>
2018-07-08 12:13:47 +02:00
</property>
<property name="buddy">
<cstring>selectedLV</cstring>
2018-07-08 12:13:47 +02:00
</property>
</widget>
</item>
<item>
<widget class="QTableView" name="selectedLV"/>
</item>
</layout>
</item>
<item row="1" column="0">
<layout class="QHBoxLayout" name="horizontalLayout_5">
<item>
<widget class="QLabel" name="findKeysLA">
<property name="text">
<string>&amp;Filter:</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
2018-07-08 12:13:47 +02:00
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="filterBarL"/>
</item>
</layout>
</item>
<item row="1" column="1" colspan="2">
<layout class="QHBoxLayout" name="horizontalLayout_2">
2018-07-08 12:13:47 +02:00
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="bibEncodingLA">
<property name="text">
<string>E&amp;ncoding:</string>
</property>
<property name="buddy">
<cstring>bibEncodingCO</cstring>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="bibEncodingCO">
<property name="toolTip">
<string>If your bibliography databases use a different encoding than the LyX document, specify it here</string>
</property>
</widget>
</item>
2018-07-08 12:13:47 +02:00
</layout>
</item>
</layout>
2017-01-08 09:39:46 +01:00
</widget>
</item>
2018-07-08 12:13:47 +02:00
<item row="1" column="0">
<widget class="QGroupBox" name="bstGB">
2017-01-08 09:39:46 +01:00
<property name="toolTip">
<string>The BibTeX style</string>
</property>
2018-07-08 12:13:47 +02:00
<property name="title">
<string>St&amp;yle</string>
</property>
2018-07-08 12:13:47 +02:00
<layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="0">
<widget class="QComboBox" name="styleCB">
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Choose a style file</string>
</property>
<property name="editable">
<bool>true</bool>
</property>
<property name="duplicatesEnabled">
<bool>false</bool>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QPushButton" name="stylePB">
<property name="toolTip">
<string>Select a style file from your local directory</string>
2018-07-08 12:13:47 +02:00
</property>
<property name="text">
<string>Add L&amp;ocal...</string>
2018-07-08 12:13:47 +02:00
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>
2018-07-08 12:13:47 +02:00
<item row="2" column="0">
<widget class="QGroupBox" name="optionsGB">
<property name="title">
<string>Options</string>
</property>
2018-12-25 17:02:18 +01:00
<property name="flat">
<bool>true</bool>
</property>
2018-07-08 12:13:47 +02:00
<layout class="QGridLayout" name="gridLayout_3">
<item row="0" column="0">
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QLabel" name="btPrintLA">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>This bibliography section contains...</string>
</property>
<property name="text">
<string>&amp;Content:</string>
</property>
<property name="buddy">
<cstring>btPrintCO</cstring>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="btPrintCO">
<property name="toolTip">
<string>This bibliography section contains...</string>
</property>
<item>
<property name="text">
<string>all cited references</string>
</property>
</item>
<item>
<property name="text">
<string>all uncited references</string>
</property>
</item>
<item>
<property name="text">
<string>all references</string>
</property>
</item>
</widget>
</item>
<item>
<widget class="QCheckBox" name="bibtocCB">
<property name="toolTip">
<string>Add bibliography to the table of contents</string>
</property>
<property name="text">
<string>Add bibliography to &amp;TOC</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_3">
2018-07-08 12:13:47 +02:00
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item row="2" column="0">
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="biblatexOptsLA">
<property name="text">
<string>Custo&amp;m:</string>
</property>
<property name="buddy">
<cstring>biblatexOptsLE</cstring>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="biblatexOptsLE">
<property name="toolTip">
<string>Options to the biblatex bibliography command. See the biblatex manual for details.</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
2018-07-08 12:13:47 +02:00
<item row="3" column="0">
2017-01-08 09:39:46 +01:00
<layout class="QHBoxLayout">
<property name="spacing">
<number>6</number>
</property>
<property name="leftMargin">
<number>0</number>
</property>
2017-01-08 09:39:46 +01:00
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
2018-07-08 12:13:47 +02:00
<item>
<widget class="QPushButton" name="rescanPB">
<property name="toolTip">
<string>Scan for new databases and styles</string>
</property>
<property name="text">
<string>&amp;Rescan</string>
</property>
</widget>
</item>
<item>
<spacer>
2017-01-08 09:39:46 +01:00
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
2017-01-08 09:39:46 +01:00
<property name="sizeType">
<enum>QSizePolicy::Expanding</enum>
</property>
2017-01-08 09:39:46 +01:00
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="standardButtons">
<set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<tabstops>
<tabstop>deletePB</tabstop>
<tabstop>styleCB</tabstop>
<tabstop>stylePB</tabstop>
<tabstop>btPrintCO</tabstop>
</tabstops>
<includes>
2017-01-08 09:39:46 +01:00
<include location="local">qt_i18n.h</include>
</includes>
<resources/>
<connections/>
</ui>