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>
|
2010-03-21 20:27:53 +00:00
|
|
|
<width>449</width>
|
|
|
|
<height>487</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>
|
2009-12-06 23:35:07 +00:00
|
|
|
<layout class="QGridLayout">
|
|
|
|
<item row="0" column="0" colspan="3">
|
|
|
|
<layout class="QHBoxLayout">
|
|
|
|
<property name="spacing">
|
2009-12-06 16:27:04 +00:00
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2009-12-06 23:35:07 +00:00
|
|
|
<property name="margin">
|
2009-12-06 16:27:04 +00:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
2009-12-06 23:35:07 +00:00
|
|
|
<widget class="QLabel" name="availableKeysLA">
|
|
|
|
<property name="text">
|
|
|
|
<string>A&vailable Citations:</string>
|
2009-12-06 16:27:04 +00:00
|
|
|
</property>
|
2009-12-06 23:35:07 +00:00
|
|
|
<property name="buddy">
|
|
|
|
<cstring>availableLV</cstring>
|
2009-12-06 16:27:04 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer>
|
2009-12-06 23:35:07 +00:00
|
|
|
<property name="orientation">
|
2009-12-06 16:27:04 +00:00
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2009-12-06 23:35:07 +00:00
|
|
|
<property name="sizeHint" stdset="0">
|
2009-12-06 16:27:04 +00:00
|
|
|
<size>
|
2009-12-06 23:35:07 +00:00
|
|
|
<width>71</width>
|
2009-12-06 16:27:04 +00:00
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
2009-12-06 23:35:07 +00:00
|
|
|
<widget class="QLabel" name="selectedKeysLA">
|
|
|
|
<property name="text">
|
2010-01-24 19:16:44 +00:00
|
|
|
<string>S&elected Citations:</string>
|
2009-12-06 16:27:04 +00:00
|
|
|
</property>
|
2009-12-06 23:35:07 +00:00
|
|
|
<property name="buddy">
|
|
|
|
<cstring>selectedLV</cstring>
|
2009-12-06 16:27:04 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2009-12-06 23:35:07 +00:00
|
|
|
<item row="1" column="0" rowspan="5">
|
|
|
|
<widget class="QListView" name="availableLV">
|
|
|
|
<property name="editTriggers">
|
|
|
|
<set>QAbstractItemView::NoEditTriggers</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QPushButton" name="addPB">
|
|
|
|
<property name="toolTip">
|
2010-01-24 19:16:44 +00:00
|
|
|
<string>Click or press Enter to add the selected citation to the list</string>
|
2009-12-06 23:35:07 +00:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Add</string>
|
|
|
|
</property>
|
|
|
|
<property name="autoDefault">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="2" rowspan="5">
|
|
|
|
<widget class="QListView" name="selectedLV">
|
|
|
|
<property name="editTriggers">
|
|
|
|
<set>QAbstractItemView::NoEditTriggers</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QPushButton" name="deletePB">
|
|
|
|
<property name="toolTip">
|
2010-01-24 19:16:44 +00:00
|
|
|
<string>Click or press Delete to delete the selected citation from the list</string>
|
2009-12-06 23:35:07 +00:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
2010-01-24 19:16:44 +00:00
|
|
|
<string>&Delete</string>
|
2009-12-06 23:35:07 +00:00
|
|
|
</property>
|
|
|
|
<property name="autoDefault">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="1">
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>77</width>
|
|
|
|
<height>71</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="1">
|
|
|
|
<widget class="QPushButton" name="upPB">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
2008-04-26 08:07:46 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2009-12-06 23:35:07 +00:00
|
|
|
<property name="toolTip">
|
2010-01-24 19:16:44 +00:00
|
|
|
<string>Move the selected citation up (Ctrl-Up)</string>
|
2009-12-06 23:35:07 +00:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Up</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset>
|
|
|
|
<normaloff/>
|
|
|
|
</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="autoDefault">
|
2009-12-06 16:27:04 +00:00
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2009-12-06 23:35:07 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="5" column="1">
|
|
|
|
<widget class="QPushButton" name="downPB">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2010-01-24 19:16:44 +00:00
|
|
|
<string>Move the selected citation down (Ctrl-Down)</string>
|
2009-12-06 23:35:07 +00:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Down</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset>
|
|
|
|
<normaloff/>
|
|
|
|
</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="autoDefault">
|
|
|
|
<bool>false</bool>
|
2007-03-25 15:28:33 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-03-21 20:27:53 +00:00
|
|
|
<item row="9" column="0" colspan="3">
|
|
|
|
<layout class="QHBoxLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
|
|
|
<property name="margin">
|
|
|
|
<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>
|
2009-12-06 23:35:07 +00:00
|
|
|
<item row="6" column="0" colspan="3">
|
|
|
|
<widget class="QTextEdit" name="infoML">
|
|
|
|
<property name="acceptDrops">
|
|
|
|
<bool>false</bool>
|
2007-08-20 16:30:02 +00:00
|
|
|
</property>
|
2009-12-06 23:35:07 +00:00
|
|
|
<property name="readOnly">
|
2007-08-20 16:30:02 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2006-06-28 08:28:16 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
2010-03-21 20:27:53 +00:00
|
|
|
<item row="8" column="0" colspan="3">
|
|
|
|
<widget class="QGroupBox" name="styleGB">
|
|
|
|
<property name="title">
|
|
|
|
<string>Formatting</string>
|
|
|
|
</property>
|
|
|
|
<property name="flat">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout">
|
|
|
|
<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 a&fter:</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>
|
|
|
|
<property name="margin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>21</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="fulllistCB">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>List all authors</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Full aut&hor 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>
|
|
|
|
</item>
|
2009-12-06 23:35:07 +00:00
|
|
|
<item row="7" column="0" colspan="3">
|
|
|
|
<widget class="QGroupBox" name="groupBox">
|
|
|
|
<property name="title">
|
2009-12-06 16:27:04 +00:00
|
|
|
<string>Search Citation</string>
|
2006-06-28 08:28:16 +00:00
|
|
|
</property>
|
2009-12-06 23:35:07 +00:00
|
|
|
<property name="flat">
|
2009-12-06 16:27:04 +00:00
|
|
|
<bool>true</bool>
|
2009-05-03 15:33:12 +00:00
|
|
|
</property>
|
2009-12-06 23:35:07 +00:00
|
|
|
<layout class="QGridLayout">
|
|
|
|
<property name="margin">
|
2009-12-06 16:27:04 +00:00
|
|
|
<number>9</number>
|
|
|
|
</property>
|
2009-12-06 23:35:07 +00:00
|
|
|
<property name="spacing">
|
2009-12-06 16:27:04 +00:00
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2009-12-06 23:35:07 +00:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="findKeysLA">
|
|
|
|
<property name="text">
|
2010-01-24 19:16:44 +00:00
|
|
|
<string>Searc&h:</string>
|
2009-12-06 16:27:04 +00:00
|
|
|
</property>
|
2009-12-06 23:35:07 +00:00
|
|
|
<property name="alignment">
|
2009-12-06 16:27:04 +00:00
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
2009-12-06 23:35:07 +00:00
|
|
|
<property name="buddy">
|
2009-12-06 16:27:04 +00:00
|
|
|
<cstring>findLE</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-12-06 23:35:07 +00:00
|
|
|
<item row="0" column="1" colspan="5">
|
|
|
|
<widget class="QLineEdit" name="findLE">
|
|
|
|
<property name="toolTip">
|
2010-01-24 19:16:44 +00:00
|
|
|
<string>Enter the text to search for and press Enter or click the button to search</string>
|
2009-12-06 16:27:04 +00:00
|
|
|
</property>
|
2009-12-06 23:35:07 +00:00
|
|
|
<property name="text">
|
2009-12-06 16:27:04 +00:00
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-12-06 23:35:07 +00:00
|
|
|
<item row="0" column="6">
|
|
|
|
<widget class="QPushButton" name="searchPB">
|
|
|
|
<property name="enabled">
|
2009-12-06 16:27:04 +00:00
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2009-12-06 23:35:07 +00:00
|
|
|
<property name="toolTip">
|
2010-01-24 19:16:44 +00:00
|
|
|
<string>Click or press Enter in the search box to search</string>
|
2009-12-06 16:27:04 +00:00
|
|
|
</property>
|
2009-12-06 23:35:07 +00:00
|
|
|
<property name="text">
|
2010-01-24 19:16:44 +00:00
|
|
|
<string>&Search</string>
|
2009-12-06 16:27:04 +00:00
|
|
|
</property>
|
2009-12-06 23:35:07 +00:00
|
|
|
<property name="autoDefault">
|
2009-12-06 16:27:04 +00:00
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-12-06 23:35:07 +00:00
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="fieldsLA">
|
|
|
|
<property name="text">
|
2010-01-24 19:16:44 +00:00
|
|
|
<string>Search field:</string>
|
2009-12-06 16:27:04 +00:00
|
|
|
</property>
|
2009-12-06 23:35:07 +00:00
|
|
|
<property name="buddy">
|
2009-12-06 16:27:04 +00:00
|
|
|
<cstring>fieldsCO</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-12-06 23:35:07 +00:00
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QComboBox" name="fieldsCO">
|
|
|
|
<property name="maxVisibleItems">
|
2009-12-06 16:27:04 +00:00
|
|
|
<number>16</number>
|
|
|
|
</property>
|
2009-12-06 23:35:07 +00:00
|
|
|
<property name="insertPolicy">
|
2009-12-06 16:27:04 +00:00
|
|
|
<enum>QComboBox::NoInsert</enum>
|
|
|
|
</property>
|
2009-12-06 23:35:07 +00:00
|
|
|
<property name="sizeAdjustPolicy">
|
2009-12-06 16:27:04 +00:00
|
|
|
<enum>QComboBox::AdjustToContents</enum>
|
|
|
|
</property>
|
|
|
|
<item>
|
2009-12-06 23:35:07 +00:00
|
|
|
<property name="text">
|
2010-01-24 19:16:44 +00:00
|
|
|
<string>All fields</string>
|
2008-04-26 08:07:46 +00:00
|
|
|
</property>
|
2009-12-06 16:27:04 +00:00
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-12-06 23:35:07 +00:00
|
|
|
<item row="1" column="2">
|
2009-12-06 16:27:04 +00:00
|
|
|
<spacer>
|
2009-12-06 23:35:07 +00:00
|
|
|
<property name="orientation">
|
2009-12-06 16:27:04 +00:00
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2009-12-06 23:35:07 +00:00
|
|
|
<property name="sizeHint" stdset="0">
|
2009-12-06 16:27:04 +00:00
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2009-12-06 23:35:07 +00:00
|
|
|
<item row="1" column="3" colspan="2">
|
|
|
|
<widget class="QCheckBox" name="regexCB">
|
|
|
|
<property name="text">
|
2010-01-24 19:16:44 +00:00
|
|
|
<string>Regular e&xpression</string>
|
2009-12-06 16:27:04 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-12-06 23:35:07 +00:00
|
|
|
<item row="1" column="5" colspan="2">
|
|
|
|
<widget class="QCheckBox" name="caseCB">
|
|
|
|
<property name="text">
|
2010-01-24 19:16:44 +00:00
|
|
|
<string>Case se&nsitive</string>
|
2009-12-06 16:27:04 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-12-06 23:35:07 +00:00
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="entriesLA">
|
|
|
|
<property name="text">
|
2010-01-24 19:16:44 +00:00
|
|
|
<string>Entry types:</string>
|
2009-12-06 16:27:04 +00:00
|
|
|
</property>
|
2009-12-06 23:35:07 +00:00
|
|
|
<property name="buddy">
|
2009-12-06 16:27:04 +00:00
|
|
|
<cstring>entriesCO</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-12-06 23:35:07 +00:00
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QComboBox" name="entriesCO">
|
|
|
|
<property name="insertPolicy">
|
2009-12-06 16:27:04 +00:00
|
|
|
<enum>QComboBox::NoInsert</enum>
|
|
|
|
</property>
|
2009-12-06 23:35:07 +00:00
|
|
|
<property name="sizeAdjustPolicy">
|
2009-12-06 16:27:04 +00:00
|
|
|
<enum>QComboBox::AdjustToContents</enum>
|
|
|
|
</property>
|
|
|
|
<item>
|
2009-12-06 23:35:07 +00:00
|
|
|
<property name="text">
|
2010-01-24 19:16:44 +00:00
|
|
|
<string>All entry types</string>
|
2008-04-26 08:07:46 +00:00
|
|
|
</property>
|
2009-12-06 16:27:04 +00:00
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-12-06 23:35:07 +00:00
|
|
|
<item row="2" column="2">
|
2009-12-06 16:27:04 +00:00
|
|
|
<spacer>
|
2009-12-06 23:35:07 +00:00
|
|
|
<property name="orientation">
|
2009-12-06 16:27:04 +00:00
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2009-12-06 23:35:07 +00:00
|
|
|
<property name="sizeHint" stdset="0">
|
2009-12-06 16:27:04 +00:00
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2009-12-06 23:35:07 +00:00
|
|
|
<item row="2" column="5" colspan="2">
|
|
|
|
<widget class="QCheckBox" name="asTypeCB">
|
|
|
|
<property name="text">
|
2010-01-24 19:16:44 +00:00
|
|
|
<string>Search as you &type</string>
|
2009-12-06 16:27:04 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2008-04-26 08:07:46 +00:00
|
|
|
</item>
|
2006-06-28 08:28:16 +00:00
|
|
|
</layout>
|
2010-03-21 20:27:53 +00:00
|
|
|
<zorder>availableLV</zorder>
|
|
|
|
<zorder>addPB</zorder>
|
|
|
|
<zorder>selectedLV</zorder>
|
|
|
|
<zorder>deletePB</zorder>
|
|
|
|
<zorder>upPB</zorder>
|
|
|
|
<zorder>downPB</zorder>
|
2009-12-06 16:27:04 +00:00
|
|
|
<zorder>infoML</zorder>
|
|
|
|
<zorder>styleGB</zorder>
|
|
|
|
<zorder>groupBox</zorder>
|
2006-03-25 21:26:09 +00:00
|
|
|
</widget>
|
|
|
|
<tabstops>
|
2006-08-31 13:46:28 +00:00
|
|
|
<tabstop>availableLV</tabstop>
|
|
|
|
<tabstop>selectedLV</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>
|
2007-03-25 15:28:33 +00:00
|
|
|
<tabstop>findLE</tabstop>
|
2008-04-24 18:30:31 +00:00
|
|
|
<tabstop>searchPB</tabstop>
|
2009-12-06 16:27:04 +00:00
|
|
|
<tabstop>fieldsCO</tabstop>
|
|
|
|
<tabstop>entriesCO</tabstop>
|
2007-03-25 15:28:33 +00:00
|
|
|
<tabstop>regexCB</tabstop>
|
2009-12-06 16:27:04 +00:00
|
|
|
<tabstop>caseCB</tabstop>
|
|
|
|
<tabstop>asTypeCB</tabstop>
|
2006-03-25 21:26:09 +00:00
|
|
|
<tabstop>citationStyleCO</tabstop>
|
|
|
|
<tabstop>textBeforeED</tabstop>
|
|
|
|
<tabstop>textAfterED</tabstop>
|
|
|
|
<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>
|
2009-12-06 16:27:04 +00:00
|
|
|
<tabstop>infoML</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>
|