2006-03-24 15:59:11 +00:00
|
|
|
<ui version="4.0" >
|
2007-08-31 05:53:55 +00:00
|
|
|
<class>ThesaurusUi</class>
|
|
|
|
<widget class="QDialog" name="ThesaurusUi" >
|
2006-03-24 15:59:11 +00:00
|
|
|
<property name="geometry" >
|
|
|
|
<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>
|
|
|
|
<property name="windowTitle" >
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="sizeGripEnabled" >
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2006-05-03 19:51:15 +00:00
|
|
|
<layout class="QGridLayout" >
|
2006-03-24 15:59:11 +00:00
|
|
|
<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>
|
2008-11-16 18:48:25 +00:00
|
|
|
<item row="0" column="1" colspan="2" >
|
|
|
|
<widget class="QComboBox" name="languageCO" >
|
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy>
|
|
|
|
<hsizetype>3</hsizetype>
|
|
|
|
<vsizetype>0</vsizetype>
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip" >
|
|
|
|
<string>Language of the thesaurus</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2006-05-03 19:51:15 +00:00
|
|
|
</item>
|
2008-11-16 18:48:25 +00:00
|
|
|
<item row="1" column="1" >
|
|
|
|
<widget class="QComboBox" name="entryCO" >
|
|
|
|
<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>
|
2008-11-16 18:48:25 +00:00
|
|
|
<property name="toolTip" >
|
|
|
|
<string>Word to look up</string>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
2008-11-16 18:48:25 +00:00
|
|
|
<property name="editable" >
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="2" >
|
|
|
|
<widget class="QPushButton" name="lookupPB" >
|
|
|
|
<property name="toolTip" >
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="text" >
|
|
|
|
<string>L&ookup</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2006-03-24 15:59:11 +00:00
|
|
|
</item>
|
2008-11-16 18:48:25 +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>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" 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>
|
|
|
|
<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>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="replaceED" >
|
|
|
|
<property name="toolTip" >
|
|
|
|
<string>The selected entry</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="replacePB" >
|
|
|
|
<property name="toolTip" >
|
|
|
|
<string>Replace the entry with the selection</string>
|
|
|
|
</property>
|
|
|
|
<property name="text" >
|
|
|
|
<string>&Replace</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2008-11-16 18:48:25 +00:00
|
|
|
<item row="4" 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>
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType" >
|
|
|
|
<enum>QSizePolicy::Expanding</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" >
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="closePB" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>&Close</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2006-03-05 17:24:44 +00:00
|
|
|
</layout>
|
2006-03-24 15:59:11 +00:00
|
|
|
</item>
|
2008-11-16 18:48:25 +00:00
|
|
|
<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="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>
|
2006-03-24 15:59:11 +00:00
|
|
|
</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>
|
|
|
|
<include location="local" >qt_i18n.h</include>
|
|
|
|
</includes>
|
2006-03-24 15:59:11 +00:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
2006-03-05 17:24:44 +00:00
|
|
|
</ui>
|