2015-07-30 10:09:21 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2009-12-06 23:35:07 +00:00
|
|
|
<ui version="4.0">
|
2007-08-31 05:53:55 +00:00
|
|
|
<class>CitationUi</class>
|
2009-12-06 23:35:07 +00:00
|
|
|
<widget class="QDialog" name="CitationUi">
|
|
|
|
<property name="geometry">
|
2006-03-25 21:26:09 +00:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2015-07-30 10:09:21 +02:00
|
|
|
<width>590</width>
|
|
|
|
<height>506</height>
|
2006-03-25 21:26:09 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
2009-12-06 23:35:07 +00:00
|
|
|
<property name="windowTitle">
|
2006-03-25 21:26:09 +00:00
|
|
|
<string/>
|
|
|
|
</property>
|
2009-12-06 23:35:07 +00:00
|
|
|
<property name="sizeGripEnabled">
|
2006-03-25 21:26:09 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2016-03-16 21:47:32 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout_4" rowstretch="1,0,0">
|
2015-07-30 10:09:21 +02:00
|
|
|
<item row="0" column="0">
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
2009-12-06 16:27:04 +00:00
|
|
|
<item>
|
2015-07-30 10:09:21 +02:00
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
2016-03-17 17:10:26 +00:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="availableKeysLA">
|
|
|
|
<property name="text">
|
|
|
|
<string>A&vailable Citations:</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>
|
2015-07-30 10:09:21 +02:00
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
2016-03-17 17:10:26 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="spacerLA"/>
|
|
|
|
</item>
|
2015-07-30 10:09:21 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="addPB">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Click or press Enter to add the selected citation to the list</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Add</string>
|
|
|
|
</property>
|
|
|
|
<property name="autoDefault">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="deletePB">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Click or press Delete to delete the selected citation from the list</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Delete</string>
|
|
|
|
</property>
|
|
|
|
<property name="autoDefault">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>77</width>
|
|
|
|
<height>1</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="upPB">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Move the selected citation up (Ctrl-Up)</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Up</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset>
|
|
|
|
<normaloff/>
|
|
|
|
</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="autoDefault">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="downPB">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Move the selected citation down (Ctrl-Down)</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Do&wn</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset>
|
|
|
|
<normaloff/>
|
|
|
|
</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="autoDefault">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
2016-03-17 17:10:26 +00:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_4">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="selectedKeysLA">
|
|
|
|
<property name="text">
|
|
|
|
<string>S&elected Citations:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>selectedLV</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QListView" name="selectedLV">
|
|
|
|
<property name="editTriggers">
|
|
|
|
<set>QAbstractItemView::NoEditTriggers</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2015-07-30 10:09:21 +02:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QTextEdit" name="infoML">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>16777215</width>
|
|
|
|
<height>60</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="acceptDrops">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="readOnly">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2009-12-06 16:27:04 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2015-07-30 10:09:21 +02:00
|
|
|
<item row="1" column="0">
|
2016-03-22 21:57:17 +00:00
|
|
|
<widget class="lyx::frontend::LyXToolBox" name="citationTB">
|
2009-12-06 23:35:07 +00:00
|
|
|
<property name="sizePolicy">
|
2015-07-30 10:09:21 +02:00
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
|
2008-04-26 08:07:46 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2015-07-30 10:09:21 +02:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string/>
|
2009-12-06 23:35:07 +00:00
|
|
|
</property>
|
2015-07-30 10:09:21 +02:00
|
|
|
<property name="currentIndex">
|
|
|
|
<number>1</number>
|
2007-03-25 15:28:33 +00:00
|
|
|
</property>
|
2015-07-30 10:09:21 +02:00
|
|
|
<widget class="QWidget" name="page">
|
|
|
|
<attribute name="label">
|
|
|
|
<string>&Search Citation</string>
|
|
|
|
</attribute>
|
2016-03-16 21:47:32 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout_3" columnstretch="0,1,0,0,0,0">
|
|
|
|
<property name="sizeConstraint">
|
|
|
|
<enum>QLayout::SetMinimumSize</enum>
|
|
|
|
</property>
|
2015-07-30 10:09:21 +02:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="findKeysLA">
|
|
|
|
<property name="text">
|
|
|
|
<string>Searc&h:</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>findLE</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1" colspan="4">
|
|
|
|
<widget class="QLineEdit" name="findLE">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Enter the text to search for and press Enter or click the button to search</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="5">
|
|
|
|
<widget class="QPushButton" name="searchPB">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Click or press Enter in the search box to search</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Search</string>
|
|
|
|
</property>
|
|
|
|
<property name="autoDefault">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="fieldsLA">
|
|
|
|
<property name="text">
|
|
|
|
<string>Search &field:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>fieldsCO</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QComboBox" name="fieldsCO">
|
2016-03-16 21:47:32 +00:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2015-07-30 10:09:21 +02:00
|
|
|
<property name="maxVisibleItems">
|
|
|
|
<number>16</number>
|
|
|
|
</property>
|
|
|
|
<property name="insertPolicy">
|
|
|
|
<enum>QComboBox::NoInsert</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeAdjustPolicy">
|
|
|
|
<enum>QComboBox::AdjustToContents</enum>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>All fields</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="2">
|
|
|
|
<spacer>
|
|
|
|
<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 row="1" column="3">
|
|
|
|
<widget class="QCheckBox" name="regexCB">
|
|
|
|
<property name="text">
|
|
|
|
<string>Regular e&xpression</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="4" colspan="2">
|
|
|
|
<widget class="QCheckBox" name="caseCB">
|
|
|
|
<property name="text">
|
|
|
|
<string>Case se&nsitive</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="entriesLA">
|
|
|
|
<property name="text">
|
|
|
|
<string>Entry t&ypes:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>entriesCO</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QComboBox" name="entriesCO">
|
2016-03-16 21:47:32 +00:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2015-07-30 10:09:21 +02:00
|
|
|
<property name="insertPolicy">
|
|
|
|
<enum>QComboBox::NoInsert</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeAdjustPolicy">
|
|
|
|
<enum>QComboBox::AdjustToContents</enum>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>All entry types</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="2">
|
|
|
|
<spacer>
|
|
|
|
<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 row="2" column="4" colspan="2">
|
|
|
|
<widget class="QCheckBox" name="asTypeCB">
|
|
|
|
<property name="text">
|
|
|
|
<string>Search as you &type</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="page_2">
|
|
|
|
<attribute name="label">
|
|
|
|
<string>For&matting</string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
2016-03-16 21:47:32 +00:00
|
|
|
<property name="sizeConstraint">
|
|
|
|
<enum>QLayout::SetMinimumSize</enum>
|
|
|
|
</property>
|
2015-07-30 10:09:21 +02:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="citationStyleLA">
|
|
|
|
<property name="text">
|
|
|
|
<string>Citation st&yle:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>citationStyleCO</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1" colspan="3">
|
|
|
|
<widget class="QComboBox" name="citationStyleCO">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Natbib citation style to use</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="textBeforeLA">
|
|
|
|
<property name="text">
|
|
|
|
<string>Text &before:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>textBeforeED</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QLineEdit" name="textBeforeED">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Text to place before citation</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="2">
|
|
|
|
<widget class="QLabel" name="textAfterLA">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Text after:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>textAfterED</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="3">
|
|
|
|
<widget class="QLineEdit" name="textAfterED">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Text to place after citation</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0" colspan="4">
|
|
|
|
<layout class="QHBoxLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2016-03-17 17:10:26 +00:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
2015-07-30 10:09:21 +02:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>21</width>
|
2016-03-16 21:47:32 +00:00
|
|
|
<height>26</height>
|
2015-07-30 10:09:21 +02:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="fulllistCB">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>List all authors</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Full author list</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="forceuppercaseCB">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Force upper case in citation</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Force u&pper case</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2007-03-25 15:28:33 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
2015-07-30 10:09:21 +02:00
|
|
|
<item row="2" column="0">
|
2010-03-21 20:27:53 +00:00
|
|
|
<layout class="QHBoxLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2016-03-17 17:10:26 +00:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
2010-03-21 20:27:53 +00:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="restorePB">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Restore</string>
|
|
|
|
</property>
|
|
|
|
<property name="autoDefault">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer>
|
|
|
|
<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="QPushButton" name="okPB">
|
|
|
|
<property name="text">
|
|
|
|
<string>&OK</string>
|
|
|
|
</property>
|
|
|
|
<property name="autoDefault">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="default">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="applyPB">
|
|
|
|
<property name="text">
|
|
|
|
<string>App&ly</string>
|
|
|
|
</property>
|
|
|
|
<property name="autoDefault">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="cancelPB">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Cancel</string>
|
|
|
|
</property>
|
|
|
|
<property name="autoDefault">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2006-06-28 08:28:16 +00:00
|
|
|
</layout>
|
2006-03-25 21:26:09 +00:00
|
|
|
</widget>
|
2016-03-22 21:57:17 +00:00
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>lyx::frontend::LyXToolBox</class>
|
|
|
|
<extends>QToolBox</extends>
|
|
|
|
<header>LyXToolBox.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
2006-03-25 21:26:09 +00:00
|
|
|
<tabstops>
|
2016-04-17 14:38:01 +01:00
|
|
|
<tabstop>availableLV</tabstop>
|
2006-03-25 21:26:09 +00:00
|
|
|
<tabstop>addPB</tabstop>
|
|
|
|
<tabstop>deletePB</tabstop>
|
2006-08-31 13:46:28 +00:00
|
|
|
<tabstop>upPB</tabstop>
|
|
|
|
<tabstop>downPB</tabstop>
|
2016-04-17 14:38:01 +01:00
|
|
|
<tabstop>selectedLV</tabstop>
|
2011-12-03 22:24:51 +00:00
|
|
|
<tabstop>infoML</tabstop>
|
2006-03-25 21:26:09 +00:00
|
|
|
<tabstop>fulllistCB</tabstop>
|
|
|
|
<tabstop>forceuppercaseCB</tabstop>
|
|
|
|
<tabstop>restorePB</tabstop>
|
|
|
|
<tabstop>okPB</tabstop>
|
|
|
|
<tabstop>applyPB</tabstop>
|
2006-04-11 10:13:17 +00:00
|
|
|
<tabstop>cancelPB</tabstop>
|
2006-03-25 21:26:09 +00:00
|
|
|
</tabstops>
|
2006-12-15 09:58:44 +00:00
|
|
|
<includes>
|
2009-12-06 23:35:07 +00:00
|
|
|
<include location="local">qt_i18n.h</include>
|
2006-12-15 09:58:44 +00:00
|
|
|
</includes>
|
2006-03-25 21:26:09 +00:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
2006-03-05 17:24:44 +00:00
|
|
|
</ui>
|