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>
|
2016-09-16 09:21:04 +02:00
|
|
|
<width>614</width>
|
2018-07-08 16:35:38 +02:00
|
|
|
<height>522</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-09-16 09:21:04 +02:00
|
|
|
<layout class="QGridLayout" name="gridLayout_3">
|
2015-07-30 10:09:21 +02:00
|
|
|
<item row="0" column="0">
|
2016-09-16 09:21:04 +02:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_6">
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_5">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="findKeysLA">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Filter:</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="filterBarL"/>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="fieldsCO">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2016-09-16 13:47:26 +02:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Select the fields on which the filter applies</string>
|
|
|
|
</property>
|
2016-09-16 09:21:04 +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>
|
|
|
|
<widget class="QComboBox" name="entriesCO">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2016-09-16 13:47:26 +02:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Select the entry types on which the filter applies</string>
|
|
|
|
</property>
|
2016-09-16 09:21:04 +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>
|
|
|
|
<widget class="QPushButton" name="searchOptionsPB">
|
2016-09-16 13:47:26 +02:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Click for more filter options</string>
|
|
|
|
</property>
|
2016-09-16 09:21:04 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>O&ptions</string>
|
|
|
|
</property>
|
|
|
|
<property name="autoDefault">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
2015-07-30 10:09:21 +02:00
|
|
|
<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">
|
2018-09-29 09:18:26 +02:00
|
|
|
<property name="toolTip">
|
2018-09-29 10:27:20 +02:00
|
|
|
<string/>
|
2018-09-29 09:18:26 +02:00
|
|
|
</property>
|
2016-03-17 17:10:26 +00:00
|
|
|
<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>
|
2016-09-16 09:21:04 +02:00
|
|
|
<normaloff>.</normaloff>.</iconset>
|
2015-07-30 10:09:21 +02:00
|
|
|
</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>
|
2016-09-16 09:21:04 +02:00
|
|
|
<normaloff>.</normaloff>.</iconset>
|
2015-07-30 10:09:21 +02:00
|
|
|
</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">
|
2016-09-16 09:21:04 +02:00
|
|
|
<string>Selected &Citations:</string>
|
2016-03-17 17:10:26 +00:00
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>selectedLV</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2018-09-29 09:18:26 +02:00
|
|
|
<widget class="QTableView" name="selectedLV">
|
|
|
|
<property name="toolTip">
|
2018-09-29 10:27:20 +02:00
|
|
|
<string/>
|
2018-09-29 09:18:26 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
2016-03-17 17:10:26 +00:00
|
|
|
</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>
|
2016-09-16 13:47:26 +02:00
|
|
|
<property name="toolTip">
|
|
|
|
<string/>
|
|
|
|
</property>
|
2015-07-30 10:09:21 +02:00
|
|
|
<property name="readOnly">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2009-12-06 16:27:04 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2016-09-16 09:21:04 +02:00
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QGroupBox" name="FormattingGB">
|
|
|
|
<property name="title">
|
|
|
|
<string>Formatting</string>
|
2007-03-25 15:28:33 +00:00
|
|
|
</property>
|
2018-12-25 17:02:18 +01:00
|
|
|
<property name="flat">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2016-09-16 09:21:04 +02:00
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
|
|
|
<item>
|
2016-09-16 10:35:06 +02:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_5">
|
|
|
|
<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">
|
Support for "qualified citation lists"
These are biblatex-specific multicite commands that allow for multiple
pre- and postnotes, as in:
\cites(pre)(post)[pre1][post1]{key1}[pre2][post2]{key2}...
with an optional general pre- and postnote, which applies to the whole
list (like [][] in normal cite commands) and an optional pre- and
postnotes for each item, so that pagination can actually be specified in
multi-cite references, as in:
(cf. Miller 2015, 2; furthermore Smith 2013, 23-23; Jenkins 2012, 103,
also refer to chapter 6 in this book)
See the biblatex manual, sec. 3.8.3., for details.
File format change.
2017-01-21 14:25:17 +01:00
|
|
|
<string>Text befo&re:</string>
|
2016-09-16 10:35:06 +02:00
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>textBeforeED</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2016-09-16 09:21:04 +02:00
|
|
|
</item>
|
|
|
|
<item>
|
2016-09-16 10:35:06 +02:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_6">
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="citationStyleCO">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2016-09-16 13:47:26 +02:00
|
|
|
<string>Citation style to use, if different styles are provided</string>
|
2016-09-16 10:35:06 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="textBeforeED">
|
|
|
|
<property name="toolTip">
|
2017-02-06 12:21:53 +01:00
|
|
|
<string>Text that precedes the reference (e.g., "cf."), if the current citation style supports this.</string>
|
2016-09-16 10:35:06 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="textAfterLA">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Text after:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>textAfterED</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="textAfterED">
|
|
|
|
<property name="toolTip">
|
2017-02-06 13:16:11 +01:00
|
|
|
<string>Text that follows the reference (e.g., pages), if the current citation style supports this.</string>
|
2016-09-16 10:35:06 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2016-09-16 09:21:04 +02:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<layout class="QHBoxLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2017-01-30 07:44:55 +01:00
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="literalCB">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Pass content of `Text before' and `Text after' fields literally to LaTeX. Check this if you want to enter LaTeX code.</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Li&teral</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2016-09-16 09:21:04 +02:00
|
|
|
<item>
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>21</width>
|
|
|
|
<height>26</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="forceuppercaseCB">
|
|
|
|
<property name="toolTip">
|
2017-02-06 13:16:11 +01:00
|
|
|
<string>Force upper case in names ("Del Piero", not "del Piero"), if the current citation style supports this.</string>
|
2016-09-16 09:21:04 +02:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Force upcas&ing</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2017-01-03 17:25:41 +01:00
|
|
|
<widget class="QCheckBox" name="starredCB">
|
2016-09-16 09:21:04 +02:00
|
|
|
<property name="toolTip">
|
2017-02-06 13:16:11 +01:00
|
|
|
<string>Always list all authors (rather than using "et al."), if the current citation style supports this.</string>
|
2016-09-16 09:21:04 +02:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>All aut&hors</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2007-03-25 15:28:33 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
2016-09-16 09:21:04 +02:00
|
|
|
<item row="3" 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>
|
2018-07-08 16:35:38 +02:00
|
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
|
|
<property name="standardButtons">
|
|
|
|
<set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok|QDialogButtonBox::Reset</set>
|
2010-03-21 20:27:53 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2006-06-28 08:28:16 +00:00
|
|
|
</layout>
|
2006-03-25 21:26:09 +00:00
|
|
|
</widget>
|
|
|
|
<tabstops>
|
2016-09-16 09:21:04 +02:00
|
|
|
<tabstop>fieldsCO</tabstop>
|
|
|
|
<tabstop>entriesCO</tabstop>
|
|
|
|
<tabstop>searchOptionsPB</tabstop>
|
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-09-16 09:21:04 +02:00
|
|
|
<tabstop>citationStyleCO</tabstop>
|
|
|
|
<tabstop>textBeforeED</tabstop>
|
|
|
|
<tabstop>textAfterED</tabstop>
|
2006-03-25 21:26:09 +00:00
|
|
|
<tabstop>forceuppercaseCB</tabstop>
|
2017-01-03 17:25:41 +01:00
|
|
|
<tabstop>starredCB</tabstop>
|
2016-09-16 09:21:04 +02: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>
|