2010-07-13 03:23:29 +00:00
|
|
|
<ui version="4.0">
|
2007-08-31 05:53:55 +00:00
|
|
|
<class>RefUi</class>
|
2010-07-13 03:23:29 +00:00
|
|
|
<widget class="QDialog" name="RefUi">
|
|
|
|
<property name="geometry">
|
2006-03-24 15:59:11 +00:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2010-07-13 03:23:29 +00:00
|
|
|
<width>435</width>
|
2010-01-30 11:19:48 +00:00
|
|
|
<height>443</height>
|
2006-03-24 15:59:11 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
2010-07-13 03:23:29 +00:00
|
|
|
<property name="windowTitle">
|
2006-03-24 15:59:11 +00:00
|
|
|
<string/>
|
|
|
|
</property>
|
2010-07-13 03:23:29 +00:00
|
|
|
<property name="sizeGripEnabled">
|
2006-03-24 15:59:11 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2010-07-13 03:23:29 +00:00
|
|
|
<layout class="QGridLayout">
|
|
|
|
<property name="margin">
|
2010-01-30 10:51:24 +00:00
|
|
|
<number>9</number>
|
|
|
|
</property>
|
2010-07-13 03:23:29 +00:00
|
|
|
<property name="spacing">
|
2010-01-30 10:51:24 +00:00
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2010-07-13 03:23:29 +00:00
|
|
|
<item row="2" column="0" colspan="3">
|
|
|
|
<layout class="QHBoxLayout">
|
|
|
|
<property name="spacing">
|
2010-01-30 11:19:48 +00:00
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2010-07-13 03:23:29 +00:00
|
|
|
<property name="margin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2010-01-30 11:19:48 +00:00
|
|
|
<item>
|
2010-07-13 03:23:29 +00:00
|
|
|
<widget class="QLabel" name="findKeysLA">
|
|
|
|
<property name="text">
|
2010-01-30 11:19:48 +00:00
|
|
|
<string>Fil&ter:</string>
|
|
|
|
</property>
|
2010-07-13 03:23:29 +00:00
|
|
|
<property name="alignment">
|
2010-01-30 11:19:48 +00:00
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
2010-07-13 03:23:29 +00:00
|
|
|
<property name="buddy">
|
2010-01-30 11:19:48 +00:00
|
|
|
<cstring>findLE</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2010-07-13 03:23:29 +00:00
|
|
|
<widget class="QLineEdit" name="findLE">
|
|
|
|
<property name="toolTip">
|
2010-01-30 11:19:48 +00:00
|
|
|
<string>Enter string to filter the label list</string>
|
|
|
|
</property>
|
2010-07-13 03:23:29 +00:00
|
|
|
<property name="text">
|
2010-01-30 11:19:48 +00:00
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2010-07-13 03:23:29 +00:00
|
|
|
<widget class="QCheckBox" name="csFindCB">
|
|
|
|
<property name="toolTip">
|
2010-01-30 11:19:48 +00:00
|
|
|
<string>Filter case-sensitively</string>
|
|
|
|
</property>
|
2010-07-13 03:23:29 +00:00
|
|
|
<property name="text">
|
2010-01-30 11:19:48 +00:00
|
|
|
<string>Case-sensiti&ve</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2010-07-13 03:23:29 +00:00
|
|
|
<item row="7" column="0" colspan="3">
|
|
|
|
<layout class="QHBoxLayout">
|
|
|
|
<property name="spacing">
|
2010-01-30 10:51:24 +00:00
|
|
|
<number>6</number>
|
2006-05-03 19:51:15 +00:00
|
|
|
</property>
|
2010-07-13 03:23:29 +00:00
|
|
|
<property name="margin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2010-01-30 10:51:24 +00:00
|
|
|
<item>
|
2010-07-13 03:23:29 +00:00
|
|
|
<widget class="QPushButton" name="updatePB">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
|
2010-01-30 10:51:24 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2010-07-13 03:23:29 +00:00
|
|
|
<property name="toolTip">
|
2010-01-30 10:51:24 +00:00
|
|
|
<string>Update the label list</string>
|
|
|
|
</property>
|
2010-07-13 03:23:29 +00:00
|
|
|
<property name="text">
|
2010-01-30 10:51:24 +00:00
|
|
|
<string>&Update</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer>
|
2010-07-13 03:23:29 +00:00
|
|
|
<property name="orientation">
|
2010-01-30 10:51:24 +00:00
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2010-07-13 03:23:29 +00:00
|
|
|
<property name="sizeType">
|
2010-01-30 10:51:24 +00:00
|
|
|
<enum>QSizePolicy::Expanding</enum>
|
|
|
|
</property>
|
2010-07-13 03:23:29 +00:00
|
|
|
<property name="sizeHint" stdset="0">
|
2010-01-30 10:51:24 +00:00
|
|
|
<size>
|
|
|
|
<width>31</width>
|
|
|
|
<height>30</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
2010-07-13 03:23:29 +00:00
|
|
|
<widget class="QPushButton" name="okPB">
|
|
|
|
<property name="text">
|
2010-01-30 10:51:24 +00:00
|
|
|
<string>&OK</string>
|
|
|
|
</property>
|
2010-07-13 03:23:29 +00:00
|
|
|
<property name="autoDefault">
|
2010-01-30 10:51:24 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2010-07-13 03:23:29 +00:00
|
|
|
<property name="default">
|
2010-01-30 10:51:24 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2010-07-13 03:23:29 +00:00
|
|
|
<widget class="QPushButton" name="applyPB">
|
|
|
|
<property name="text">
|
2010-01-30 10:51:24 +00:00
|
|
|
<string>&Apply</string>
|
|
|
|
</property>
|
2010-07-13 03:23:29 +00:00
|
|
|
<property name="autoDefault">
|
2010-01-30 10:51:24 +00:00
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2010-07-13 03:23:29 +00:00
|
|
|
<property name="default">
|
2010-01-30 10:51:24 +00:00
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2010-07-13 03:23:29 +00:00
|
|
|
<widget class="QPushButton" name="closePB">
|
|
|
|
<property name="text">
|
2010-01-30 10:51:24 +00:00
|
|
|
<string>&Close</string>
|
|
|
|
</property>
|
2010-07-13 03:23:29 +00:00
|
|
|
<property name="autoDefault">
|
2010-01-30 10:51:24 +00:00
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2006-05-03 19:51:15 +00:00
|
|
|
</item>
|
2010-07-13 03:23:29 +00:00
|
|
|
<item row="3" column="0" colspan="3">
|
|
|
|
<layout class="QHBoxLayout">
|
|
|
|
<property name="spacing">
|
2010-01-30 10:51:24 +00:00
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2010-07-13 03:23:29 +00:00
|
|
|
<property name="margin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2006-05-03 19:51:15 +00:00
|
|
|
<item>
|
2010-07-13 03:23:29 +00:00
|
|
|
<layout class="QHBoxLayout">
|
|
|
|
<property name="spacing">
|
2010-01-30 10:51:24 +00:00
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2010-07-13 03:23:29 +00:00
|
|
|
<property name="margin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2009-02-24 22:56:57 +00:00
|
|
|
<item>
|
2010-07-13 03:23:29 +00:00
|
|
|
<widget class="QCheckBox" name="sortCB">
|
|
|
|
<property name="toolTip">
|
2009-02-24 22:56:57 +00:00
|
|
|
<string>Sort labels in alphabetical order (case-insensitively unless the Case-sensitive option is checked)</string>
|
|
|
|
</property>
|
2010-07-13 03:23:29 +00:00
|
|
|
<property name="text">
|
2009-02-24 22:56:57 +00:00
|
|
|
<string>&Sort</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2010-07-13 03:23:29 +00:00
|
|
|
<widget class="QCheckBox" name="caseSensitiveCB">
|
|
|
|
<property name="enabled">
|
2009-02-24 22:56:57 +00:00
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2010-07-13 03:23:29 +00:00
|
|
|
<property name="toolTip">
|
2009-02-24 22:56:57 +00:00
|
|
|
<string>Sort labels case-sensitively in alphabetical order</string>
|
|
|
|
</property>
|
2010-07-13 03:23:29 +00:00
|
|
|
<property name="text">
|
2009-02-24 22:56:57 +00:00
|
|
|
<string>Cas&e-sensitive</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2010-07-13 03:23:29 +00:00
|
|
|
<widget class="QCheckBox" name="groupCB">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Group labels by prefix (e.g. "sec:")</string>
|
2009-02-24 22:56:57 +00:00
|
|
|
</property>
|
2010-07-13 03:23:29 +00:00
|
|
|
<property name="text">
|
2010-01-30 10:51:24 +00:00
|
|
|
<string>Grou&p</string>
|
2009-02-24 22:56:57 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2006-03-24 15:59:11 +00:00
|
|
|
</item>
|
2010-01-30 10:51:24 +00:00
|
|
|
<item>
|
|
|
|
<spacer>
|
2010-07-13 03:23:29 +00:00
|
|
|
<property name="orientation">
|
2010-01-30 10:51:24 +00:00
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2010-07-13 03:23:29 +00:00
|
|
|
<property name="sizeHint" stdset="0">
|
2010-01-30 10:51:24 +00:00
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
2010-07-13 03:23:29 +00:00
|
|
|
<widget class="QPushButton" name="gotoPB">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
|
2010-01-30 10:51:24 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2010-07-13 03:23:29 +00:00
|
|
|
<property name="text">
|
2010-01-30 10:51:24 +00:00
|
|
|
<string>&Go to Label</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2006-03-24 15:59:11 +00:00
|
|
|
</layout>
|
|
|
|
</item>
|
2010-07-13 03:23:29 +00:00
|
|
|
<item row="0" column="0" colspan="2">
|
|
|
|
<widget class="QLabel" name="refsL">
|
|
|
|
<property name="text">
|
2010-01-30 10:51:24 +00:00
|
|
|
<string>La&bels in:</string>
|
|
|
|
</property>
|
2010-07-13 03:23:29 +00:00
|
|
|
<property name="buddy">
|
2010-01-30 10:51:24 +00:00
|
|
|
<cstring>bufferCO</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-07-13 03:23:29 +00:00
|
|
|
<item row="0" column="2">
|
|
|
|
<widget class="QComboBox" name="bufferCO">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
2010-01-30 10:51:24 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-07-13 03:23:29 +00:00
|
|
|
<item row="6" column="0">
|
|
|
|
<widget class="QLabel" name="nameL">
|
|
|
|
<property name="enabled">
|
2010-01-30 10:51:24 +00:00
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2010-07-13 03:23:29 +00:00
|
|
|
<property name="text">
|
2010-01-30 10:51:24 +00:00
|
|
|
<string>&Name:</string>
|
2006-05-03 19:51:15 +00:00
|
|
|
</property>
|
2010-07-13 03:23:29 +00:00
|
|
|
<property name="alignment">
|
2006-05-03 19:51:15 +00:00
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
2010-07-13 03:23:29 +00:00
|
|
|
<property name="buddy">
|
2010-01-30 10:51:24 +00:00
|
|
|
<cstring>nameED</cstring>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-07-13 03:23:29 +00:00
|
|
|
<item row="6" column="1" colspan="2">
|
|
|
|
<widget class="QLineEdit" name="nameED">
|
|
|
|
<property name="enabled">
|
2010-01-30 10:51:24 +00:00
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2009-02-24 22:56:57 +00:00
|
|
|
</item>
|
2010-07-13 03:23:29 +00:00
|
|
|
<item row="5" column="0">
|
|
|
|
<widget class="QLabel" name="typeLA">
|
|
|
|
<property name="text">
|
2006-05-03 19:51:15 +00:00
|
|
|
<string>&Format:</string>
|
|
|
|
</property>
|
2010-07-13 03:23:29 +00:00
|
|
|
<property name="alignment">
|
2006-05-03 19:51:15 +00:00
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
2010-07-13 03:23:29 +00:00
|
|
|
<property name="buddy">
|
2006-05-03 19:51:15 +00:00
|
|
|
<cstring>typeLA</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-07-13 03:23:29 +00:00
|
|
|
<item row="5" column="1" colspan="2">
|
|
|
|
<widget class="QComboBox" name="typeCO">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
2006-03-24 15:59:11 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2010-07-13 03:23:29 +00:00
|
|
|
<property name="toolTip">
|
2006-03-24 15:59:11 +00:00
|
|
|
<string>Cross-reference as it appears in output</string>
|
|
|
|
</property>
|
|
|
|
<item>
|
2010-07-13 03:23:29 +00:00
|
|
|
<property name="text">
|
|
|
|
<string><reference></string>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
2010-07-13 03:23:29 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>(<reference>)</string>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
2010-07-13 03:23:29 +00:00
|
|
|
<property name="text">
|
|
|
|
<string><page></string>
|
2006-03-05 17:24:44 +00:00
|
|
|
</property>
|
2006-03-24 15:59:11 +00:00
|
|
|
</item>
|
|
|
|
<item>
|
2010-07-13 03:23:29 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>on page <page></string>
|
2006-03-05 17:24:44 +00:00
|
|
|
</property>
|
2006-03-24 15:59:11 +00:00
|
|
|
</item>
|
|
|
|
<item>
|
2010-07-13 03:23:29 +00:00
|
|
|
<property name="text">
|
|
|
|
<string><reference> on page <page></string>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
2010-07-13 03:23:29 +00:00
|
|
|
<property name="text">
|
2006-03-24 15:59:11 +00:00
|
|
|
<string>Formatted reference</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
2010-07-13 03:23:29 +00:00
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Textual reference</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
2006-03-24 15:59:11 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
2010-07-13 03:23:29 +00:00
|
|
|
<item row="4" column="0">
|
|
|
|
<widget class="QLabel" name="referenceL">
|
|
|
|
<property name="text">
|
2010-01-30 10:51:24 +00:00
|
|
|
<string>&Label:</string>
|
2009-02-24 22:56:57 +00:00
|
|
|
</property>
|
2010-07-13 03:23:29 +00:00
|
|
|
<property name="alignment">
|
2009-02-24 22:56:57 +00:00
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
2010-07-13 03:23:29 +00:00
|
|
|
<property name="buddy">
|
2010-01-30 10:51:24 +00:00
|
|
|
<cstring>referenceED</cstring>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-07-13 03:23:29 +00:00
|
|
|
<item row="4" column="1" colspan="2">
|
|
|
|
<widget class="QLineEdit" name="referenceED"/>
|
2009-02-24 22:56:57 +00:00
|
|
|
</item>
|
2010-07-13 03:23:29 +00:00
|
|
|
<item row="1" column="0" colspan="3">
|
|
|
|
<widget class="QTreeWidget" name="refsTW">
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string notr="true">1</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
</widget>
|
2010-01-30 10:51:24 +00:00
|
|
|
</item>
|
2006-03-24 15:59:11 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<tabstops>
|
|
|
|
<tabstop>bufferCO</tabstop>
|
|
|
|
<tabstop>sortCB</tabstop>
|
|
|
|
<tabstop>updatePB</tabstop>
|
|
|
|
<tabstop>gotoPB</tabstop>
|
|
|
|
<tabstop>referenceED</tabstop>
|
|
|
|
<tabstop>typeCO</tabstop>
|
|
|
|
<tabstop>nameED</tabstop>
|
|
|
|
<tabstop>okPB</tabstop>
|
|
|
|
<tabstop>applyPB</tabstop>
|
|
|
|
<tabstop>closePB</tabstop>
|
|
|
|
</tabstops>
|
2009-02-24 22:56:57 +00:00
|
|
|
<includes>
|
2010-07-13 03:23:29 +00:00
|
|
|
<include location="local">qt_i18n.h</include>
|
2009-02-24 22:56:57 +00:00
|
|
|
</includes>
|
2006-03-24 15:59:11 +00:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
2006-03-05 17:24:44 +00:00
|
|
|
</ui>
|