]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/PrefSpellcheckerUi.ui
pref \use_input_encoding is not used anymore
[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="0" >
53     <widget class="QLabel" name="persDictionaryLA" >
54      <property name="text" >
55       <string>Personal &amp;dictionary:</string>
56      </property>
57      <property name="buddy" >
58       <cstring>persDictionaryED</cstring>
59      </property>
60     </widget>
61    </item>
62    <item row="2" column="1" >
63     <widget class="QLineEdit" name="persDictionaryED" >
64      <property name="toolTip" >
65       <string>Specify a personal dictionary file other than the default</string>
66      </property>
67     </widget>
68    </item>
69    <item row="2" column="2" >
70     <widget class="QPushButton" name="persDictionaryPB" >
71      <property name="text" >
72       <string>Br&amp;owse...</string>
73      </property>
74     </widget>
75    </item>
76    <item row="2" column="3" >
77     <spacer>
78      <property name="orientation" >
79       <enum>Qt::Horizontal</enum>
80      </property>
81      <property name="sizeType" >
82       <enum>QSizePolicy::Expanding</enum>
83      </property>
84      <property name="sizeHint" >
85       <size>
86        <width>41</width>
87        <height>22</height>
88       </size>
89      </property>
90     </spacer>
91    </item>
92    <item row="3" column="0" colspan="4" >
93     <widget class="QCheckBox" name="compoundWordCB" >
94      <property name="toolTip" >
95       <string>Accept words such as "diskdrive"</string>
96      </property>
97      <property name="text" >
98       <string>Accept compound &amp;words</string>
99      </property>
100     </widget>
101    </item>
102    <item row="4" column="0" colspan="3" >
103     <widget class="QCheckBox" name="spellcheckContinuouslyCB" >
104      <property name="text" >
105       <string>Spellcheck continuously (mark misspelled words with wavy underline)</string>
106      </property>
107     </widget>
108    </item>
109    <item row="5" column="0" colspan="4" >
110     <spacer>
111      <property name="orientation" >
112       <enum>Qt::Vertical</enum>
113      </property>
114      <property name="sizeType" >
115       <enum>QSizePolicy::Expanding</enum>
116      </property>
117      <property name="sizeHint" >
118       <size>
119        <width>20</width>
120        <height>20</height>
121       </size>
122      </property>
123     </spacer>
124    </item>
125   </layout>
126  </widget>
127  <tabstops>
128   <tabstop>altLanguageED</tabstop>
129   <tabstop>escapeCharactersED</tabstop>
130   <tabstop>persDictionaryED</tabstop>
131   <tabstop>persDictionaryPB</tabstop>
132   <tabstop>compoundWordCB</tabstop>
133  </tabstops>
134  <includes>
135   <include location="local" >qt_i18n.h</include>
136  </includes>
137  <resources/>
138  <connections/>
139 </ui>