]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/PrefSpellcheckerUi.ui
remove spellchecker command and flag telling us whether to use a process or a
[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>340</width>
9     <height>198</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="5" column="0" colspan="3">
23     <spacer>
24      <property name="orientation">
25       <enum>Qt::Vertical</enum>
26      </property>
27      <property name="sizeType">
28       <enum>QSizePolicy::Expanding</enum>
29      </property>
30      <property name="sizeHint" stdset="0">
31       <size>
32        <width>20</width>
33        <height>20</height>
34       </size>
35      </property>
36     </spacer>
37    </item>
38    <item row="2" column="3">
39     <spacer>
40      <property name="orientation">
41       <enum>Qt::Horizontal</enum>
42      </property>
43      <property name="sizeType">
44       <enum>QSizePolicy::Expanding</enum>
45      </property>
46      <property name="sizeHint" stdset="0">
47       <size>
48        <width>41</width>
49        <height>22</height>
50       </size>
51      </property>
52     </spacer>
53    </item>
54    <item row="2" column="2">
55     <widget class="QPushButton" name="persDictionaryPB">
56      <property name="text">
57       <string>Br&amp;owse...</string>
58      </property>
59     </widget>
60    </item>
61    <item row="0" column="0">
62     <widget class="QLabel" name="altLanguageLA">
63      <property name="text">
64       <string>Al&amp;ternative language:</string>
65      </property>
66      <property name="buddy">
67       <cstring>altLanguageED</cstring>
68      </property>
69     </widget>
70    </item>
71    <item row="1" column="1">
72     <widget class="QLineEdit" name="escapeCharactersED"/>
73    </item>
74    <item row="2" column="1">
75     <widget class="QLineEdit" name="persDictionaryED">
76      <property name="toolTip">
77       <string>Specify a personal dictionary file other than the default</string>
78      </property>
79     </widget>
80    </item>
81    <item row="2" column="0">
82     <widget class="QLabel" name="persDictionaryLA">
83      <property name="text">
84       <string>Personal &amp;dictionary:</string>
85      </property>
86      <property name="buddy">
87       <cstring>persDictionaryED</cstring>
88      </property>
89     </widget>
90    </item>
91    <item row="1" column="0">
92     <widget class="QLabel" name="escapeCharactersLA">
93      <property name="text">
94       <string>Escape cha&amp;racters:</string>
95      </property>
96      <property name="buddy">
97       <cstring>escapeCharactersED</cstring>
98      </property>
99     </widget>
100    </item>
101    <item row="0" column="1">
102     <widget class="QLineEdit" name="altLanguageED">
103      <property name="toolTip">
104       <string>Override the language used for the spellchecker</string>
105      </property>
106     </widget>
107    </item>
108    <item row="4" column="0" colspan="3">
109     <widget class="QCheckBox" name="inputEncodingCB">
110      <property name="text">
111       <string>Use input encod&amp;ing</string>
112      </property>
113     </widget>
114    </item>
115    <item row="3" column="0" colspan="3">
116     <widget class="QCheckBox" name="compoundWordCB">
117      <property name="toolTip">
118       <string>Accept words such as &quot;diskdrive&quot;</string>
119      </property>
120      <property name="text">
121       <string>Accept compound &amp;words</string>
122      </property>
123     </widget>
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   <tabstop>inputEncodingCB</tabstop>
134  </tabstops>
135  <includes>
136   <include location="local">qt_i18n.h</include>
137  </includes>
138  <resources/>
139  <connections/>
140 </ui>