]> git.lyx.org Git - lyx.git/blob - src/frontends/qt/ui/SpellcheckerUi.ui
Properly scale some icons for HiDPI (#12695)
[lyx.git] / src / frontends / qt / ui / SpellcheckerUi.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>SpellcheckerUi</class>
4  <widget class="QWidget" name="SpellcheckerUi">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>400</width>
10     <height>488</height>
11    </rect>
12   </property>
13   <property name="minimumSize">
14    <size>
15     <width>260</width>
16     <height>320</height>
17    </size>
18   </property>
19   <property name="windowTitle">
20    <string>Spell Checker</string>
21   </property>
22   <layout class="QGridLayout" name="gridLayout">
23    <item row="0" column="0" colspan="2">
24     <layout class="QHBoxLayout" name="horizontalLayout">
25      <item>
26       <widget class="QLabel" name="languageLA">
27        <property name="text">
28         <string>&amp;Language:</string>
29        </property>
30        <property name="buddy">
31         <cstring>languageCO</cstring>
32        </property>
33       </widget>
34      </item>
35      <item>
36       <widget class="QComboBox" name="languageCO">
37        <property name="sizePolicy">
38         <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
39          <horstretch>100</horstretch>
40          <verstretch>32</verstretch>
41         </sizepolicy>
42        </property>
43        <property name="toolTip">
44         <string>The checked language. Switching this alters the language of the checked word.</string>
45        </property>
46       </widget>
47      </item>
48     </layout>
49    </item>
50    <item row="1" column="0" colspan="2">
51     <widget class="Line" name="line">
52      <property name="orientation">
53       <enum>Qt::Horizontal</enum>
54      </property>
55     </widget>
56    </item>
57    <item row="2" column="0">
58     <widget class="QLabel" name="TextLabel3">
59      <property name="text">
60       <string>Unknown &amp;word:</string>
61      </property>
62      <property name="buddy">
63       <cstring>wordED</cstring>
64      </property>
65     </widget>
66    </item>
67    <item row="3" column="0">
68     <widget class="QLineEdit" name="wordED">
69      <property name="toolTip">
70       <string>Current word</string>
71      </property>
72     </widget>
73    </item>
74    <item row="3" column="1">
75     <widget class="QPushButton" name="skipPB">
76      <property name="toolTip">
77       <string>Skip this match and go to next misspelling</string>
78      </property>
79      <property name="text">
80       <string>S&amp;kip</string>
81      </property>
82     </widget>
83    </item>
84    <item row="4" column="0">
85     <widget class="QLabel" name="TextLabel1">
86      <property name="text">
87       <string>Repla&amp;cement:</string>
88      </property>
89      <property name="buddy">
90       <cstring>replaceCO</cstring>
91      </property>
92     </widget>
93    </item>
94    <item row="4" column="1">
95     <widget class="QPushButton" name="skipAllPB">
96      <property name="toolTip">
97       <string>Skips all occurrences of this word within the current session.</string>
98      </property>
99      <property name="text">
100       <string>Skip A&amp;ll</string>
101      </property>
102     </widget>
103    </item>
104    <item row="5" column="0">
105     <widget class="QComboBox" name="replaceCO">
106      <property name="focusPolicy">
107       <enum>Qt::StrongFocus</enum>
108      </property>
109      <property name="toolTip">
110       <string>Replace with selected word</string>
111      </property>
112      <property name="editable">
113       <bool>true</bool>
114      </property>
115      <property name="insertPolicy">
116       <enum>QComboBox::InsertAtTop</enum>
117      </property>
118      <property name="duplicatesEnabled">
119       <bool>false</bool>
120      </property>
121     </widget>
122    </item>
123    <item row="5" column="1">
124     <widget class="QPushButton" name="replacePB">
125      <property name="toolTip">
126       <string>Replace word with current choice</string>
127      </property>
128      <property name="text">
129       <string>&amp;Replace</string>
130      </property>
131     </widget>
132    </item>
133    <item row="6" column="0">
134     <widget class="QLabel" name="TextLabel2">
135      <property name="sizePolicy">
136       <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
137        <horstretch>0</horstretch>
138        <verstretch>0</verstretch>
139       </sizepolicy>
140      </property>
141      <property name="text">
142       <string>S&amp;uggestions:</string>
143      </property>
144      <property name="buddy">
145       <cstring>suggestionsLW</cstring>
146      </property>
147     </widget>
148    </item>
149    <item row="6" column="1">
150     <widget class="QPushButton" name="replaceAllPB">
151      <property name="toolTip">
152       <string>Replace all occurrences of the word in the document with current choice</string>
153      </property>
154      <property name="text">
155       <string>Re&amp;place All</string>
156      </property>
157     </widget>
158    </item>
159    <item row="7" column="0" rowspan="4">
160     <widget class="QListWidget" name="suggestionsLW"/>
161    </item>
162    <item row="7" column="1">
163     <widget class="QPushButton" name="ignorePB">
164      <property name="toolTip">
165       <string>Ignore this occurrence of the word permanently (saved as a text property).</string>
166      </property>
167      <property name="text">
168       <string>Ign&amp;ore</string>
169      </property>
170     </widget>
171    </item>
172    <item row="8" column="1">
173     <widget class="QPushButton" name="ignoreAllPB">
174      <property name="toolTip">
175       <string>Ignore all occurrences of this word within this document. This persists beyond the current session.</string>
176      </property>
177      <property name="text">
178       <string>I&amp;gnore All</string>
179      </property>
180     </widget>
181    </item>
182    <item row="9" column="1">
183     <widget class="QPushButton" name="addPB">
184      <property name="toolTip">
185       <string>Add the word to your personal dictionary</string>
186      </property>
187      <property name="text">
188       <string>&amp;Add[[Spellchecker]]</string>
189      </property>
190     </widget>
191    </item>
192    <item row="10" column="1">
193     <spacer>
194      <property name="orientation">
195       <enum>Qt::Vertical</enum>
196      </property>
197      <property name="sizeType">
198       <enum>QSizePolicy::Expanding</enum>
199      </property>
200      <property name="sizeHint" stdset="0">
201       <size>
202        <width>74</width>
203        <height>98</height>
204       </size>
205      </property>
206     </spacer>
207    </item>
208   </layout>
209  </widget>
210  <resources/>
211  <connections/>
212 </ui>