2010-03-21 20:27:53 +00:00
|
|
|
<ui version="4.0">
|
2007-08-31 05:53:55 +00:00
|
|
|
<class>ThesaurusUi</class>
|
2010-03-21 20:27:53 +00:00
|
|
|
<widget class="QDialog" name="ThesaurusUi">
|
|
|
|
<property name="geometry">
|
2006-03-24 15:59:11 +00:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2008-11-16 18:48:25 +00:00
|
|
|
<width>313</width>
|
2006-05-03 19:51:15 +00:00
|
|
|
<height>414</height>
|
2006-03-24 15:59:11 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
2010-03-21 20:27:53 +00:00
|
|
|
<property name="windowTitle">
|
2006-03-24 15:59:11 +00:00
|
|
|
<string/>
|
|
|
|
</property>
|
2010-03-21 20:27:53 +00:00
|
|
|
<property name="sizeGripEnabled">
|
2006-03-24 15:59:11 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2010-03-21 20:27:53 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="languageLA">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Language:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>languageCO</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1" colspan="2">
|
|
|
|
<widget class="QComboBox" name="languageCO">
|
|
|
|
<property name="toolTip">
|
2008-11-16 18:48:25 +00:00
|
|
|
<string>Language of the thesaurus</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2006-05-03 19:51:15 +00:00
|
|
|
</item>
|
2010-03-21 20:27:53 +00:00
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="entryLA">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Index entry</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Keyword:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>entryCO</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QComboBox" name="entryCO">
|
|
|
|
<property name="toolTip">
|
2008-11-16 18:48:25 +00:00
|
|
|
<string>Word to look up</string>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
2010-03-21 20:27:53 +00:00
|
|
|
<property name="editable">
|
2008-11-16 18:48:25 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-03-21 20:27:53 +00:00
|
|
|
<item row="1" column="2">
|
|
|
|
<widget class="QPushButton" name="lookupPB">
|
|
|
|
<property name="toolTip">
|
2008-11-16 18:48:25 +00:00
|
|
|
<string/>
|
|
|
|
</property>
|
2010-03-21 20:27:53 +00:00
|
|
|
<property name="text">
|
2008-11-16 18:48:25 +00:00
|
|
|
<string>L&ookup</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2006-03-24 15:59:11 +00:00
|
|
|
</item>
|
2010-03-21 20:27:53 +00:00
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="selectionLA">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>The selected entry</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Selection:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>replaceED</cstring>
|
2008-11-16 18:48:25 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-03-21 20:27:53 +00:00
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QLineEdit" name="replaceED">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>The selected entry</string>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
2010-03-21 20:27:53 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="2">
|
|
|
|
<widget class="QPushButton" name="replacePB">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Replace the entry with the selection</string>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
2010-03-21 20:27:53 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>&Replace</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2006-03-24 15:59:11 +00:00
|
|
|
</item>
|
2010-03-21 20:27:53 +00:00
|
|
|
<item row="3" column="0" colspan="3">
|
|
|
|
<widget class="QTreeWidget" name="meaningsTV">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Click to select a proposal, double click to look it up.</string>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
2010-03-21 20:27:53 +00:00
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string notr="true">1</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="0" colspan="2">
|
|
|
|
<layout class="QHBoxLayout">
|
|
|
|
<property name="spacing">
|
2006-03-24 15:59:11 +00:00
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2010-03-21 20:27:53 +00:00
|
|
|
<property name="margin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2006-03-24 15:59:11 +00:00
|
|
|
<item>
|
|
|
|
<spacer>
|
2010-03-21 20:27:53 +00:00
|
|
|
<property name="orientation">
|
2006-03-24 15:59:11 +00:00
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2010-03-21 20:27:53 +00:00
|
|
|
<property name="sizeType">
|
2006-03-24 15:59:11 +00:00
|
|
|
<enum>QSizePolicy::Expanding</enum>
|
|
|
|
</property>
|
2010-03-21 20:27:53 +00:00
|
|
|
<property name="sizeHint" stdset="0">
|
2006-03-24 15:59:11 +00:00
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
2010-03-21 20:27:53 +00:00
|
|
|
<widget class="QPushButton" name="closePB">
|
|
|
|
<property name="text">
|
2006-03-24 15:59:11 +00:00
|
|
|
<string>&Close</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2006-03-05 17:24:44 +00:00
|
|
|
</layout>
|
2006-03-24 15:59:11 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<tabstops>
|
2008-11-16 18:48:25 +00:00
|
|
|
<tabstop>languageCO</tabstop>
|
|
|
|
<tabstop>entryCO</tabstop>
|
|
|
|
<tabstop>lookupPB</tabstop>
|
2006-03-24 15:59:11 +00:00
|
|
|
<tabstop>replaceED</tabstop>
|
|
|
|
<tabstop>replacePB</tabstop>
|
2008-11-16 18:48:25 +00:00
|
|
|
<tabstop>meaningsTV</tabstop>
|
2006-03-24 15:59:11 +00:00
|
|
|
<tabstop>closePB</tabstop>
|
|
|
|
</tabstops>
|
2008-11-16 18:48:25 +00:00
|
|
|
<includes>
|
2010-03-21 20:27:53 +00:00
|
|
|
<include location="local">qt_i18n.h</include>
|
2008-11-16 18:48:25 +00:00
|
|
|
</includes>
|
2006-03-24 15:59:11 +00:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
2006-03-05 17:24:44 +00:00
|
|
|
</ui>
|