]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/ThesaurusUi.ui
many little layout tweaks
[lyx.git] / src / frontends / qt4 / ui / ThesaurusUi.ui
1 <ui version="4.0">
2  <class>ThesaurusUi</class>
3  <widget class="QDialog" name="ThesaurusUi">
4   <property name="geometry">
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>313</width>
9     <height>414</height>
10    </rect>
11   </property>
12   <property name="windowTitle">
13    <string/>
14   </property>
15   <property name="sizeGripEnabled">
16    <bool>true</bool>
17   </property>
18   <layout class="QGridLayout" name="gridLayout">
19    <item row="0" column="0">
20     <widget class="QLabel" name="languageLA">
21      <property name="text">
22       <string>&amp;Language:</string>
23      </property>
24      <property name="buddy">
25       <cstring>languageCO</cstring>
26      </property>
27     </widget>
28    </item>
29    <item row="0" column="1" colspan="2">
30     <widget class="QComboBox" name="languageCO">
31      <property name="toolTip">
32       <string>Language of the thesaurus</string>
33      </property>
34     </widget>
35    </item>
36    <item row="1" column="0">
37     <widget class="QLabel" name="entryLA">
38      <property name="toolTip">
39       <string>Index entry</string>
40      </property>
41      <property name="text">
42       <string>&amp;Keyword:</string>
43      </property>
44      <property name="buddy">
45       <cstring>entryCO</cstring>
46      </property>
47     </widget>
48    </item>
49    <item row="1" column="1">
50     <widget class="QComboBox" name="entryCO">
51      <property name="toolTip">
52       <string>Word to look up</string>
53      </property>
54      <property name="editable">
55       <bool>true</bool>
56      </property>
57     </widget>
58    </item>
59    <item row="1" column="2">
60     <widget class="QPushButton" name="lookupPB">
61      <property name="toolTip">
62       <string/>
63      </property>
64      <property name="text">
65       <string>L&amp;ookup</string>
66      </property>
67     </widget>
68    </item>
69    <item row="2" column="0">
70     <widget class="QLabel" name="selectionLA">
71      <property name="toolTip">
72       <string>The selected entry</string>
73      </property>
74      <property name="text">
75       <string>&amp;Selection:</string>
76      </property>
77      <property name="buddy">
78       <cstring>replaceED</cstring>
79      </property>
80     </widget>
81    </item>
82    <item row="2" column="1">
83     <widget class="QLineEdit" name="replaceED">
84      <property name="toolTip">
85       <string>The selected entry</string>
86      </property>
87     </widget>
88    </item>
89    <item row="2" column="2">
90     <widget class="QPushButton" name="replacePB">
91      <property name="toolTip">
92       <string>Replace the entry with the selection</string>
93      </property>
94      <property name="text">
95       <string>&amp;Replace</string>
96      </property>
97     </widget>
98    </item>
99    <item row="3" column="0" colspan="3">
100     <widget class="QTreeWidget" name="meaningsTV">
101      <property name="toolTip">
102       <string>Click to select a proposal, double click to look it up.</string>
103      </property>
104      <column>
105       <property name="text">
106        <string notr="true">1</string>
107       </property>
108      </column>
109     </widget>
110    </item>
111    <item row="4" column="0" colspan="2">
112     <layout class="QHBoxLayout">
113      <property name="spacing">
114       <number>6</number>
115      </property>
116      <property name="margin">
117       <number>0</number>
118      </property>
119      <item>
120       <spacer>
121        <property name="orientation">
122         <enum>Qt::Horizontal</enum>
123        </property>
124        <property name="sizeType">
125         <enum>QSizePolicy::Expanding</enum>
126        </property>
127        <property name="sizeHint" stdset="0">
128         <size>
129          <width>20</width>
130          <height>20</height>
131         </size>
132        </property>
133       </spacer>
134      </item>
135      <item>
136       <widget class="QPushButton" name="closePB">
137        <property name="text">
138         <string>&amp;Close</string>
139        </property>
140       </widget>
141      </item>
142     </layout>
143    </item>
144   </layout>
145  </widget>
146  <tabstops>
147   <tabstop>languageCO</tabstop>
148   <tabstop>entryCO</tabstop>
149   <tabstop>lookupPB</tabstop>
150   <tabstop>replaceED</tabstop>
151   <tabstop>replacePB</tabstop>
152   <tabstop>meaningsTV</tabstop>
153   <tabstop>closePB</tabstop>
154  </tabstops>
155  <includes>
156   <include location="local">qt_i18n.h</include>
157  </includes>
158  <resources/>
159  <connections/>
160 </ui>