]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/PrefSpellcheckerUi.ui
move explanatory text to where it belongs (the tooltip).
[lyx.git] / src / frontends / qt4 / ui / PrefSpellcheckerUi.ui
1 <ui version="4.0" >
2  <class>PrefSpellcheckerUi</class>
3  <widget class="QWidget" name="PrefSpellcheckerUi" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>519</width>
9     <height>208</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string/>
14   </property>
15   <layout class="QGridLayout" >
16    <property name="margin" >
17     <number>9</number>
18    </property>
19    <property name="spacing" >
20     <number>6</number>
21    </property>
22    <item row="0" column="0" >
23     <widget class="QLabel" name="altLanguageLA" >
24      <property name="text" >
25       <string>Al&amp;ternative language:</string>
26      </property>
27      <property name="buddy" >
28       <cstring>altLanguageED</cstring>
29      </property>
30     </widget>
31    </item>
32    <item row="0" column="1" >
33     <widget class="QLineEdit" name="altLanguageED" >
34      <property name="toolTip" >
35       <string>Override the language used for the spellchecker</string>
36      </property>
37     </widget>
38    </item>
39    <item row="1" column="0" >
40     <widget class="QLabel" name="escapeCharactersLA" >
41      <property name="text" >
42       <string>&amp;Escape characters:</string>
43      </property>
44      <property name="buddy" >
45       <cstring>escapeCharactersED</cstring>
46      </property>
47     </widget>
48    </item>
49    <item row="1" column="1" >
50     <widget class="QLineEdit" name="escapeCharactersED" />
51    </item>
52    <item row="2" column="3" >
53     <spacer>
54      <property name="orientation" >
55       <enum>Qt::Horizontal</enum>
56      </property>
57      <property name="sizeType" >
58       <enum>QSizePolicy::Expanding</enum>
59      </property>
60      <property name="sizeHint" >
61       <size>
62        <width>41</width>
63        <height>22</height>
64       </size>
65      </property>
66     </spacer>
67    </item>
68    <item row="4" column="0" colspan="3" >
69     <widget class="QCheckBox" name="spellcheckContinuouslyCB" >
70      <property name="toolTip" >
71       <string>Mark misspelled words with a wavy underline.</string>
72      </property>
73      <property name="text" >
74       <string>S&amp;pellcheck continuously</string>
75      </property>
76     </widget>
77    </item>
78    <item row="5" column="0" colspan="4" >
79     <spacer>
80      <property name="orientation" >
81       <enum>Qt::Vertical</enum>
82      </property>
83      <property name="sizeType" >
84       <enum>QSizePolicy::Expanding</enum>
85      </property>
86      <property name="sizeHint" >
87       <size>
88        <width>20</width>
89        <height>20</height>
90       </size>
91      </property>
92     </spacer>
93    </item>
94    <item rowspan="2" row="2" column="0" colspan="4" >
95     <widget class="QCheckBox" name="compoundWordCB" >
96      <property name="toolTip" >
97       <string>Accept words such as "diskdrive"</string>
98      </property>
99      <property name="text" >
100       <string>Accept compound &amp;words</string>
101      </property>
102     </widget>
103    </item>
104   </layout>
105  </widget>
106  <tabstops>
107   <tabstop>altLanguageED</tabstop>
108   <tabstop>escapeCharactersED</tabstop>
109   <tabstop>compoundWordCB</tabstop>
110  </tabstops>
111  <includes>
112   <include location="local" >qt_i18n.h</include>
113  </includes>
114  <resources/>
115  <connections/>
116 </ui>