2006-03-24 15:59:11 +00:00
|
|
|
<ui version="4.0" >
|
2007-08-31 05:53:55 +00:00
|
|
|
<class>RefUi</class>
|
|
|
|
<widget class="QDialog" name="RefUi" >
|
2006-03-24 15:59:11 +00:00
|
|
|
<property name="geometry" >
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>347</width>
|
|
|
|
<height>423</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle" >
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="sizeGripEnabled" >
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" >
|
|
|
|
<property name="margin" >
|
2006-05-03 19:51:15 +00:00
|
|
|
<number>9</number>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
|
|
|
<property name="spacing" >
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2006-05-03 19:51:15 +00:00
|
|
|
<item row="1" column="0" colspan="3" >
|
|
|
|
<widget class="QListWidget" name="refsLW" />
|
|
|
|
</item>
|
|
|
|
<item row="0" column="2" >
|
|
|
|
<widget class="QComboBox" name="bufferCO" >
|
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy>
|
|
|
|
<hsizetype>7</hsizetype>
|
|
|
|
<vsizetype>0</vsizetype>
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0" colspan="2" >
|
|
|
|
<widget class="QLabel" name="refsL" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>La&bels in:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy" >
|
|
|
|
<cstring>bufferCO</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="6" column="0" colspan="3" >
|
2006-03-24 15:59:11 +00:00
|
|
|
<layout class="QHBoxLayout" >
|
|
|
|
<property name="margin" >
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="spacing" >
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
2006-05-03 19:51:15 +00:00
|
|
|
<spacer>
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Horizontal</enum>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
2006-05-03 19:51:15 +00:00
|
|
|
<property name="sizeType" >
|
|
|
|
<enum>QSizePolicy::Expanding</enum>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
2006-05-03 19:51:15 +00:00
|
|
|
<property name="sizeHint" >
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="okPB" >
|
2006-03-24 15:59:11 +00:00
|
|
|
<property name="text" >
|
2006-05-03 19:51:15 +00:00
|
|
|
<string>&OK</string>
|
|
|
|
</property>
|
|
|
|
<property name="default" >
|
|
|
|
<bool>true</bool>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2006-05-03 19:51:15 +00:00
|
|
|
<widget class="QPushButton" name="applyPB" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>&Apply</string>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
2006-05-03 19:51:15 +00:00
|
|
|
<property name="default" >
|
|
|
|
<bool>true</bool>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
2006-05-03 19:51:15 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="closePB" >
|
2006-03-24 15:59:11 +00:00
|
|
|
<property name="text" >
|
2006-05-03 19:51:15 +00:00
|
|
|
<string>&Close</string>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2006-05-03 19:51:15 +00:00
|
|
|
<item row="5" column="1" colspan="2" >
|
|
|
|
<widget class="QLineEdit" name="nameED" >
|
|
|
|
<property name="enabled" >
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="5" column="0" >
|
|
|
|
<widget class="QLabel" name="nameL" >
|
|
|
|
<property name="enabled" >
|
|
|
|
<bool>false</bool>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
|
|
|
<property name="text" >
|
2006-05-03 19:51:15 +00:00
|
|
|
<string>&Name:</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment" >
|
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
<property name="buddy" >
|
|
|
|
<cstring>nameED</cstring>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2006-05-03 19:51:15 +00:00
|
|
|
<item row="4" column="0" >
|
|
|
|
<widget class="QLabel" name="typeLA" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>&Format:</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment" >
|
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
<property name="buddy" >
|
|
|
|
<cstring>typeLA</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="0" >
|
|
|
|
<widget class="QLabel" name="referenceL" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>&Label:</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment" >
|
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
<property name="buddy" >
|
|
|
|
<cstring>referenceED</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2006-03-24 15:59:11 +00:00
|
|
|
</item>
|
|
|
|
<item row="4" column="1" colspan="2" >
|
|
|
|
<widget class="QComboBox" name="typeCO" >
|
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy>
|
|
|
|
<hsizetype>1</hsizetype>
|
|
|
|
<vsizetype>0</vsizetype>
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip" >
|
|
|
|
<string>Cross-reference as it appears in output</string>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<property name="text" >
|
|
|
|
<string><reference></string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text" >
|
|
|
|
<string>(<reference>)</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<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>
|
|
|
|
<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>
|
|
|
|
<property name="text" >
|
|
|
|
<string><reference> on page <page></string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text" >
|
|
|
|
<string>Formatted reference</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2006-05-03 19:51:15 +00:00
|
|
|
<item row="3" column="1" colspan="2" >
|
|
|
|
<widget class="QLineEdit" name="referenceED" />
|
2006-03-24 15:59:11 +00:00
|
|
|
</item>
|
2006-05-03 19:51:15 +00:00
|
|
|
<item row="2" column="0" >
|
|
|
|
<widget class="QCheckBox" name="sortCB" >
|
|
|
|
<property name="toolTip" >
|
|
|
|
<string>Sort labels in alphabetical order</string>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
|
|
|
<property name="text" >
|
2006-05-03 19:51:15 +00:00
|
|
|
<string>&Sort</string>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2006-05-03 19:51:15 +00:00
|
|
|
<item row="2" column="1" colspan="2" >
|
2006-03-24 15:59:11 +00:00
|
|
|
<layout class="QHBoxLayout" >
|
|
|
|
<property name="margin" >
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="spacing" >
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
2006-05-03 19:51:15 +00:00
|
|
|
<widget class="QPushButton" name="updatePB" >
|
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy>
|
|
|
|
<hsizetype>3</hsizetype>
|
|
|
|
<vsizetype>0</vsizetype>
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
2006-05-03 19:51:15 +00:00
|
|
|
<property name="toolTip" >
|
|
|
|
<string>Update the label list</string>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
|
|
|
<property name="text" >
|
2006-05-03 19:51:15 +00:00
|
|
|
<string>&Update</string>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2006-05-03 19:51:15 +00:00
|
|
|
<widget class="QPushButton" name="gotoPB" >
|
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy>
|
|
|
|
<hsizetype>3</hsizetype>
|
|
|
|
<vsizetype>0</vsizetype>
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
2006-05-03 19:51:15 +00:00
|
|
|
<property name="toolTip" >
|
|
|
|
<string>Jump to the label</string>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
|
|
|
<property name="text" >
|
2006-05-03 19:51:15 +00:00
|
|
|
<string>&Go to Label</string>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2006-03-05 17:24:44 +00:00
|
|
|
</layout>
|
2006-03-24 15:59:11 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2006-08-24 19:37:40 +00:00
|
|
|
<pixmapfunction></pixmapfunction>
|
2006-11-07 17:56:32 +00:00
|
|
|
<includes>
|
2008-04-20 16:32:40 +00:00
|
|
|
<include location="local" >qt_i18n.h</include>
|
2006-11-07 17:56:32 +00:00
|
|
|
</includes>
|
2006-03-24 15:59:11 +00:00
|
|
|
<tabstops>
|
|
|
|
<tabstop>bufferCO</tabstop>
|
2006-08-31 13:46:28 +00:00
|
|
|
<tabstop>refsLW</tabstop>
|
2006-03-24 15:59:11 +00:00
|
|
|
<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>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
2006-03-05 17:24:44 +00:00
|
|
|
</ui>
|