summaryrefslogtreecommitdiffstats
path: root/tdespell2/ui/configui.ui
blob: 6fe99759a787dab2ffd23ec2e2a1a140fe1b6650 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>KSpell2ConfigUI</class>
<comment>Licensed under GNU LGPL</comment>
<author>Zack Rusin &lt;zack@kde.org&gt;</author>
<widget class="TQWidget">
    <property name="name">
        <cstring>KSpell2ConfigUI</cstring>
    </property>
    <property name="geometry">
        <rect>
            <x>0</x>
            <y>0</y>
            <width>577</width>
            <height>441</height>
        </rect>
    </property>
    <grid>
        <property name="name">
            <cstring>unnamed</cstring>
        </property>
        <widget class="KComboBox" row="0" column="1">
            <property name="name">
                <cstring>m_langCombo</cstring>
            </property>
            <property name="whatsThis" stdset="0">
                <string>This is the default language that the spell checker will use. The drop down box will list all of the dictionaries of your existing languages.</string>
            </property>
        </widget>
        <widget class="TQGroupBox" row="1" column="0" rowspan="1" colspan="2">
            <property name="name">
                <cstring>groupBox1</cstring>
            </property>
            <property name="title">
                <string>Options</string>
            </property>
            <grid>
                <property name="name">
                    <cstring>unnamed</cstring>
                </property>
                <widget class="TQCheckBox" row="0" column="0">
                    <property name="name">
                        <cstring>m_bgSpellCB</cstring>
                    </property>
                    <property name="text">
                        <string>Enable &amp;background spellchecking</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>If checked, the "spell as you type" mode is active and all misspelled words are immediately highlighted.</string>
                    </property>
                </widget>
                <widget class="TQCheckBox" row="1" column="0">
                    <property name="name">
                        <cstring>m_skipUpperCB</cstring>
                    </property>
                    <property name="text">
                        <string>Skip all &amp;uppercase words</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>If checked, words that consist of only uppercase letters are not spell checked. This is useful if you have a lot of acronyms, such as TDE for example.</string>
                    </property>
                </widget>
                <widget class="TQCheckBox" row="2" column="0">
                    <property name="name">
                        <cstring>m_skipRunTogetherCB</cstring>
                    </property>
                    <property name="text">
                        <string>S&amp;kip run-together words</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>If checked, concatenated words made of existing words are not spell checked. This is useful in some languages.</string>
                    </property>
                </widget>
            </grid>
        </widget>
        <widget class="TQLabel" row="0" column="0">
            <property name="name">
                <cstring>textLabel1</cstring>
            </property>
            <property name="text">
                <string>Default language:</string>
            </property>
            <property name="buddy" stdset="0">
                <cstring>kComboBox1</cstring>
            </property>
        </widget>
        <widget class="KEditListBox" row="2" column="0" rowspan="1" colspan="2">
            <property name="name">
                <cstring>m_ignoreListBox</cstring>
            </property>
            <property name="title">
                <string>Ignore These Words</string>
            </property>
            <property name="buttons">
                <set>Remove|Add</set>
            </property>
            <property name="whatsThis" stdset="0">
                <string>To add a word you want to ignore, type it in the top edit field and click Add. To remove a word, highlight it in the list and click Remove.</string>
            </property>
        </widget>
    </grid>
</widget>
<customwidgets>
</customwidgets>
<includes>
    <include location="global" impldecl="in implementation">kcombobox.h</include>
    <include location="global" impldecl="in implementation">klineedit.h</include>
    <include location="global" impldecl="in implementation">keditlistbox.h</include>
</includes>
<layoutdefaults spacing="6" margin="11"/>
</UI>