]> git.lyx.org Git - lyx.git/blob - src/frontends/qt/ui/ThesaurusUi.ui
Properly scale some icons for HiDPI (#12695)
[lyx.git] / src / frontends / qt / ui / ThesaurusUi.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>ThesaurusUi</class>
4  <widget class="QDialog" name="ThesaurusUi">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>313</width>
10     <height>414</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string/>
15   </property>
16   <property name="sizeGripEnabled">
17    <bool>true</bool>
18   </property>
19   <layout class="QGridLayout" name="gridLayout" columnstretch="0,1,1,0">
20    <item row="0" column="0">
21     <widget class="QLabel" name="languageLA">
22      <property name="text">
23       <string>&amp;Language:</string>
24      </property>
25      <property name="buddy">
26       <cstring>languageCO</cstring>
27      </property>
28     </widget>
29    </item>
30    <item row="0" column="1" colspan="3">
31     <widget class="QComboBox" name="languageCO">
32      <property name="toolTip">
33       <string>Language of the thesaurus</string>
34      </property>
35     </widget>
36    </item>
37    <item row="1" column="0">
38     <widget class="QLabel" name="entryLA">
39      <property name="toolTip">
40       <string>Index entry</string>
41      </property>
42      <property name="text">
43       <string>&amp;Keyword:</string>
44      </property>
45      <property name="buddy">
46       <cstring>entryCO</cstring>
47      </property>
48     </widget>
49    </item>
50    <item row="1" column="3">
51     <widget class="QPushButton" name="lookupPB">
52      <property name="toolTip">
53       <string/>
54      </property>
55      <property name="text">
56       <string>L&amp;ookup</string>
57      </property>
58     </widget>
59    </item>
60    <item row="2" column="0">
61     <widget class="QLabel" name="selectionLA">
62      <property name="toolTip">
63       <string>The selected entry</string>
64      </property>
65      <property name="text">
66       <string>Sele&amp;ction:</string>
67      </property>
68      <property name="buddy">
69       <cstring>replaceED</cstring>
70      </property>
71     </widget>
72    </item>
73    <item row="2" column="1" colspan="2">
74     <widget class="QLineEdit" name="replaceED">
75      <property name="toolTip">
76       <string>The selected entry</string>
77      </property>
78     </widget>
79    </item>
80    <item row="2" column="3">
81     <widget class="QPushButton" name="replacePB">
82      <property name="toolTip">
83       <string>Replace the entry with the selection</string>
84      </property>
85      <property name="text">
86       <string>&amp;Replace</string>
87      </property>
88     </widget>
89    </item>
90    <item row="3" column="0" colspan="4">
91     <widget class="QTreeWidget" name="meaningsTV">
92      <property name="toolTip">
93       <string>Click to select a proposal, double click to look it up.</string>
94      </property>
95      <column>
96       <property name="text">
97        <string notr="true">1</string>
98       </property>
99      </column>
100     </widget>
101    </item>
102    <item row="4" column="2" colspan="2">
103     <widget class="QDialogButtonBox" name="buttonBox">
104      <property name="standardButtons">
105       <set>QDialogButtonBox::Close</set>
106      </property>
107     </widget>
108    </item>
109    <item row="1" column="1" colspan="2">
110     <widget class="QComboBox" name="entryCO">
111      <property name="toolTip">
112       <string>Word to look up</string>
113      </property>
114      <property name="editable">
115       <bool>true</bool>
116      </property>
117     </widget>
118    </item>
119   </layout>
120  </widget>
121  <tabstops>
122   <tabstop>languageCO</tabstop>
123   <tabstop>entryCO</tabstop>
124   <tabstop>lookupPB</tabstop>
125   <tabstop>replaceED</tabstop>
126   <tabstop>replacePB</tabstop>
127   <tabstop>meaningsTV</tabstop>
128  </tabstops>
129  <includes>
130   <include location="local">qt_i18n.h</include>
131  </includes>
132  <resources/>
133  <connections/>
134 </ui>