2006-03-25 21:26:09 +00:00
|
|
|
<ui version="4.0" >
|
2007-08-31 05:53:55 +00:00
|
|
|
<class>CitationUi</class>
|
|
|
|
<widget class="QDialog" name="CitationUi" >
|
2006-03-25 21:26:09 +00:00
|
|
|
<property name="geometry" >
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2009-05-03 15:33:12 +00:00
|
|
|
<width>625</width>
|
|
|
|
<height>764</height>
|
2006-03-25 21:26:09 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy" >
|
2009-05-03 15:33:12 +00:00
|
|
|
<sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
|
2006-03-25 21:26:09 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle" >
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="sizeGripEnabled" >
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2006-12-15 09:58:44 +00:00
|
|
|
<layout class="QGridLayout" >
|
2008-04-26 08:07:46 +00:00
|
|
|
<property name="margin" >
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="spacing" >
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2007-03-25 15:28:33 +00:00
|
|
|
<item row="1" column="0" >
|
2008-04-26 08:07:46 +00:00
|
|
|
<widget class="QTextEdit" name="infoML" >
|
|
|
|
<property name="sizePolicy" >
|
2009-05-03 15:33:12 +00:00
|
|
|
<sizepolicy vsizetype="Maximum" hsizetype="Expanding" >
|
2008-04-26 08:07:46 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="readOnly" >
|
|
|
|
<bool>true</bool>
|
2007-03-25 15:28:33 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2007-08-20 16:30:02 +00:00
|
|
|
<item row="2" column="0" >
|
|
|
|
<widget class="QGroupBox" name="groupBox" >
|
|
|
|
<property name="title" >
|
|
|
|
<string>Search Citation</string>
|
|
|
|
</property>
|
|
|
|
<property name="flat" >
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" >
|
2008-04-26 08:07:46 +00:00
|
|
|
<property name="margin" >
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="spacing" >
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2007-08-20 16:30:02 +00:00
|
|
|
<item row="0" column="0" >
|
|
|
|
<widget class="QLabel" name="findKeysLA" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>F&ind:</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="3" >
|
|
|
|
<widget class="QLineEdit" name="findLE" >
|
2008-04-24 18:30:31 +00:00
|
|
|
<property name="toolTip" >
|
|
|
|
<string>Hit Enter to search, or click Go!</string>
|
|
|
|
</property>
|
2007-08-20 16:30:02 +00:00
|
|
|
<property name="text" >
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="4" >
|
2008-04-24 18:30:31 +00:00
|
|
|
<widget class="QPushButton" name="searchPB" >
|
2007-08-20 16:30:02 +00:00
|
|
|
<property name="enabled" >
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2008-04-24 18:30:31 +00:00
|
|
|
<property name="toolTip" >
|
|
|
|
<string>You can also hit Enter in the search box</string>
|
|
|
|
</property>
|
2007-08-20 16:30:02 +00:00
|
|
|
<property name="text" >
|
2008-04-24 18:30:31 +00:00
|
|
|
<string>&Go!</string>
|
|
|
|
</property>
|
|
|
|
<property name="autoDefault" >
|
|
|
|
<bool>false</bool>
|
2007-08-20 16:30:02 +00:00
|
|
|
</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" >
|
|
|
|
<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>
|
2009-05-03 15:33:12 +00:00
|
|
|
<property name="sizeHint" stdset="0" >
|
2007-08-20 16:30:02 +00:00
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="3" colspan="2" >
|
|
|
|
<widget class="QCheckBox" name="regexCB" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Regular E&xpression</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0" >
|
|
|
|
<widget class="QLabel" name="entriesLA" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Entry Types:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy" >
|
|
|
|
<cstring>entriesCO</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1" >
|
|
|
|
<widget class="QComboBox" name="entriesCO" >
|
|
|
|
<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>
|
2009-05-03 15:33:12 +00:00
|
|
|
<property name="sizeHint" stdset="0" >
|
2007-08-20 16:30:02 +00:00
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="3" colspan="2" >
|
|
|
|
<widget class="QCheckBox" name="caseCB" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Case Se&nsitive</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2008-04-25 19:38:31 +00:00
|
|
|
<item row="3" column="0" colspan="3" >
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2009-05-03 15:33:12 +00:00
|
|
|
<property name="sizeHint" stdset="0" >
|
2008-04-25 19:38:31 +00:00
|
|
|
<size>
|
|
|
|
<width>271</width>
|
|
|
|
<height>25</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="3" colspan="2" >
|
|
|
|
<widget class="QCheckBox" name="asTypeCB" >
|
|
|
|
<property name="text" >
|
2008-04-26 08:07:46 +00:00
|
|
|
<string>Search As You &Type</string>
|
2008-04-25 19:38:31 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2007-08-20 16:30:02 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2006-12-15 09:58:44 +00:00
|
|
|
<item row="3" column="0" >
|
2006-06-28 08:28:16 +00:00
|
|
|
<widget class="QGroupBox" name="styleGB" >
|
|
|
|
<property name="title" >
|
|
|
|
<string>Formatting</string>
|
|
|
|
</property>
|
2006-12-15 09:58:44 +00:00
|
|
|
<property name="flat" >
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2006-06-28 08:28:16 +00:00
|
|
|
<layout class="QGridLayout" >
|
2008-04-26 08:07:46 +00:00
|
|
|
<property name="margin" >
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="spacing" >
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2006-06-28 08:28:16 +00:00
|
|
|
<item row="1" column="0" >
|
2008-04-26 08:07:46 +00:00
|
|
|
<layout class="QHBoxLayout" >
|
|
|
|
<property name="spacing" >
|
|
|
|
<number>6</number>
|
2006-06-28 08:28:16 +00:00
|
|
|
</property>
|
2009-05-03 15:33:12 +00:00
|
|
|
<property name="margin" >
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2008-04-26 08:07:46 +00:00
|
|
|
<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>
|
|
|
|
<item>
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2009-05-03 15:33:12 +00:00
|
|
|
<property name="sizeHint" stdset="0" >
|
2008-04-26 08:07:46 +00:00
|
|
|
<size>
|
|
|
|
<width>21</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2006-06-28 08:28:16 +00:00
|
|
|
</item>
|
2008-04-26 08:07:46 +00:00
|
|
|
<item row="0" column="0" >
|
|
|
|
<layout class="QHBoxLayout" >
|
|
|
|
<property name="spacing" >
|
|
|
|
<number>6</number>
|
2006-06-28 08:28:16 +00:00
|
|
|
</property>
|
2009-05-03 15:33:12 +00:00
|
|
|
<property name="margin" >
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2008-04-26 08:07:46 +00:00
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" >
|
|
|
|
<property name="spacing" >
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2009-05-03 15:33:12 +00:00
|
|
|
<property name="margin" >
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2008-04-26 08:07:46 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="citationStyleLA" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Citation st&yle:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy" >
|
|
|
|
<cstring>citationStyleCO</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="textBeforeLA" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Text &before:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy" >
|
|
|
|
<cstring>textBeforeED</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" >
|
|
|
|
<property name="spacing" >
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2009-05-03 15:33:12 +00:00
|
|
|
<property name="margin" >
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2008-04-26 08:07:46 +00:00
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" >
|
|
|
|
<property name="spacing" >
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2009-05-03 15:33:12 +00:00
|
|
|
<property name="margin" >
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2008-04-26 08:07:46 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="citationStyleCO" >
|
|
|
|
<property name="sizePolicy" >
|
2009-05-03 15:33:12 +00:00
|
|
|
<sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
|
2008-04-26 08:07:46 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip" >
|
|
|
|
<string>Natbib citation style to use</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" >
|
|
|
|
<property name="spacing" >
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2009-05-03 15:33:12 +00:00
|
|
|
<property name="margin" >
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2008-04-26 08:07:46 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="textBeforeED" >
|
|
|
|
<property name="sizePolicy" >
|
2009-05-03 15:33:12 +00:00
|
|
|
<sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
|
2008-04-26 08:07:46 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip" >
|
|
|
|
<string>Text to place before citation</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="textAfterLA" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Text a&fter:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy" >
|
|
|
|
<cstring>textAfterED</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="textAfterED" >
|
|
|
|
<property name="sizePolicy" >
|
2009-05-03 15:33:12 +00:00
|
|
|
<sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
|
2008-04-26 08:07:46 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip" >
|
|
|
|
<string>Text to place after citation</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2006-06-28 08:28:16 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2007-03-25 01:32:12 +00:00
|
|
|
<item row="4" column="0" >
|
|
|
|
<layout class="QHBoxLayout" >
|
2006-06-28 08:28:16 +00:00
|
|
|
<property name="spacing" >
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2009-05-03 15:33:12 +00:00
|
|
|
<property name="margin" >
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2007-03-25 01:32:12 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="restorePB" >
|
2006-12-15 09:58:44 +00:00
|
|
|
<property name="text" >
|
2007-03-25 01:32:12 +00:00
|
|
|
<string>&Restore</string>
|
2006-12-15 09:58:44 +00:00
|
|
|
</property>
|
2008-04-24 18:30:31 +00:00
|
|
|
<property name="autoDefault" >
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2006-12-15 09:58:44 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
2007-03-25 01:32:12 +00:00
|
|
|
<item>
|
2006-06-28 08:28:16 +00:00
|
|
|
<spacer>
|
|
|
|
<property name="orientation" >
|
2007-03-25 01:32:12 +00:00
|
|
|
<enum>Qt::Horizontal</enum>
|
2006-06-28 08:28:16 +00:00
|
|
|
</property>
|
2009-05-03 15:33:12 +00:00
|
|
|
<property name="sizeHint" stdset="0" >
|
2006-06-28 08:28:16 +00:00
|
|
|
<size>
|
2007-03-25 01:32:12 +00:00
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
2006-06-28 08:28:16 +00:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2007-03-25 01:32:12 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="okPB" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>&OK</string>
|
2006-06-28 08:28:16 +00:00
|
|
|
</property>
|
2007-03-25 01:32:12 +00:00
|
|
|
<property name="autoDefault" >
|
2008-04-24 18:30:31 +00:00
|
|
|
<bool>false</bool>
|
2006-12-15 09:58:44 +00:00
|
|
|
</property>
|
2007-03-25 01:32:12 +00:00
|
|
|
<property name="default" >
|
2008-04-24 18:30:31 +00:00
|
|
|
<bool>false</bool>
|
2006-12-15 09:58:44 +00:00
|
|
|
</property>
|
2007-03-25 01:32:12 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="applyPB" >
|
2006-06-28 08:28:16 +00:00
|
|
|
<property name="text" >
|
2008-04-26 08:07:46 +00:00
|
|
|
<string>App&ly</string>
|
2006-06-28 08:28:16 +00:00
|
|
|
</property>
|
2008-04-24 18:30:31 +00:00
|
|
|
<property name="autoDefault" >
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2006-06-28 08:28:16 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
2007-03-25 01:32:12 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="cancelPB" >
|
2006-06-28 08:28:16 +00:00
|
|
|
<property name="text" >
|
2007-03-25 01:32:12 +00:00
|
|
|
<string>&Cancel</string>
|
|
|
|
</property>
|
|
|
|
<property name="autoDefault" >
|
|
|
|
<bool>false</bool>
|
2006-06-28 08:28:16 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2008-04-26 08:07:46 +00:00
|
|
|
<item row="0" column="0" >
|
|
|
|
<layout class="QGridLayout" >
|
|
|
|
<property name="margin" >
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="spacing" >
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
|
|
|
<item row="0" column="0" >
|
|
|
|
<layout class="QHBoxLayout" >
|
|
|
|
<property name="spacing" >
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2009-05-03 15:33:12 +00:00
|
|
|
<property name="margin" >
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2008-04-26 08:07:46 +00:00
|
|
|
<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>
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2009-05-03 15:33:12 +00:00
|
|
|
<property name="sizeHint" stdset="0" >
|
2008-04-26 08:07:46 +00:00
|
|
|
<size>
|
|
|
|
<width>71</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="selectedKeysLA" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>&Selected Citations:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy" >
|
|
|
|
<cstring>selectedLV</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0" >
|
|
|
|
<layout class="QHBoxLayout" >
|
|
|
|
<property name="spacing" >
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2009-05-03 15:33:12 +00:00
|
|
|
<property name="margin" >
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2008-04-26 08:07:46 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QListView" name="availableLV" >
|
|
|
|
<property name="editTriggers" >
|
|
|
|
<set>QAbstractItemView::NoEditTriggers</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" >
|
|
|
|
<property name="spacing" >
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2009-05-03 15:33:12 +00:00
|
|
|
<property name="margin" >
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2008-04-26 08:07:46 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="addPB" >
|
|
|
|
<property name="toolTip" >
|
|
|
|
<string>The Enter key works, too</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>The delete key works, too</string>
|
|
|
|
</property>
|
|
|
|
<property name="text" >
|
|
|
|
<string>D&elete</string>
|
|
|
|
</property>
|
|
|
|
<property name="autoDefault" >
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
2009-05-03 15:33:12 +00:00
|
|
|
<property name="sizeHint" stdset="0" >
|
2008-04-26 08:07:46 +00:00
|
|
|
<size>
|
|
|
|
<width>77</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="upPB" >
|
|
|
|
<property name="sizePolicy" >
|
2009-05-03 15:33:12 +00:00
|
|
|
<sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
|
2008-04-26 08:07:46 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip" >
|
|
|
|
<string>Move the selected citation up (try Ctrl-Up)</string>
|
|
|
|
</property>
|
|
|
|
<property name="text" >
|
|
|
|
<string>&Up</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon" >
|
2009-05-03 15:33:12 +00:00
|
|
|
<iconset>
|
|
|
|
<normaloff/>
|
|
|
|
</iconset>
|
2008-04-26 08:07:46 +00:00
|
|
|
</property>
|
|
|
|
<property name="autoDefault" >
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="downPB" >
|
|
|
|
<property name="sizePolicy" >
|
2009-05-03 15:33:12 +00:00
|
|
|
<sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
|
2008-04-26 08:07:46 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip" >
|
|
|
|
<string>Move the selected citation down (try Ctrl-Down)</string>
|
|
|
|
</property>
|
|
|
|
<property name="text" >
|
|
|
|
<string>&Down</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon" >
|
2009-05-03 15:33:12 +00:00
|
|
|
<iconset>
|
|
|
|
<normaloff/>
|
|
|
|
</iconset>
|
2008-04-26 08:07:46 +00:00
|
|
|
</property>
|
|
|
|
<property name="autoDefault" >
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QListView" name="selectedLV" >
|
|
|
|
<property name="editTriggers" >
|
|
|
|
<set>QAbstractItemView::NoEditTriggers</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2006-06-28 08:28:16 +00:00
|
|
|
</layout>
|
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>
|
2007-03-25 15:28:33 +00:00
|
|
|
<tabstop>caseCB</tabstop>
|
|
|
|
<tabstop>regexCB</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>
|
2006-03-25 21:26:09 +00:00
|
|
|
</tabstops>
|
2006-12-15 09:58:44 +00:00
|
|
|
<includes>
|
2008-04-20 16:32:40 +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>
|