summaryrefslogtreecommitdiffstats
path: root/kbabel/kbabel/spelldlgwidget.ui
blob: fe5a5d0b6c617d52038863e1d6317f8411cf9b46 (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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
<class>SpellDlgWidget</class>
<widget class="QWidget">
    <property name="name">
        <cstring>SpellDlgWidget</cstring>
    </property>
    <property name="geometry">
        <rect>
            <x>0</x>
            <y>0</y>
            <width>388</width>
            <height>262</height>
        </rect>
    </property>
    <vbox>
        <property name="name">
            <cstring>unnamed</cstring>
        </property>
        <widget class="QButtonGroup">
            <property name="name">
                <cstring>buttonGroup1</cstring>
            </property>
            <property name="title">
                <string>Choose What You Want to Spell Check</string>
            </property>
            <property name="flat">
                <bool>false</bool>
            </property>
            <property name="whatsThis" stdset="0">
                <string>Spell check only the current message.</string>
            </property>
            <vbox>
                <property name="name">
                    <cstring>unnamed</cstring>
                </property>
                <widget class="QRadioButton">
                    <property name="name">
                        <cstring>allBtn</cstring>
                    </property>
                    <property name="text">
                        <string>A&amp;ll messages</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>Spell check all translated messages of this file.</string>
                    </property>
                </widget>
                <widget class="QRadioButton">
                    <property name="name">
                        <cstring>currentBtn</cstring>
                    </property>
                    <property name="text">
                        <string>C&amp;urrent message only</string>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string></string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>Spell check only the current message.</string>
                    </property>
                </widget>
                <widget class="QRadioButton">
                    <property name="name">
                        <cstring>beginCurrentMsgBtn</cstring>
                    </property>
                    <property name="text">
                        <string>Fro&amp;m beginning of current message to end of file</string>
                    </property>
                </widget>
                <widget class="QRadioButton">
                    <property name="name">
                        <cstring>beginBtn</cstring>
                    </property>
                    <property name="text">
                        <string>&amp;From beginning of file to cursor position</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>Spell check all text from the beginning of the file to the current cursor position.</string>
                    </property>
                </widget>
                <widget class="QRadioButton">
                    <property name="name">
                        <cstring>endBtn</cstring>
                    </property>
                    <property name="text">
                        <string>F&amp;rom cursor position to end of file</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>Spell check all text from the current cursor position to the end of the file.</string>
                    </property>
                </widget>
                <widget class="QRadioButton">
                    <property name="name">
                        <cstring>markedBtn</cstring>
                    </property>
                    <property name="text">
                        <string>S&amp;elected text only</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>Spell check only the selected text.</string>
                    </property>
                </widget>
            </vbox>
        </widget>
        <widget class="QCheckBox">
            <property name="name">
                <cstring>defaultBtn</cstring>
            </property>
            <property name="text">
                <string>U&amp;se this selection as default</string>
            </property>
            <property name="whatsThis" stdset="0">
                <string>Check this, to store the current selection as default selection.</string>
            </property>
        </widget>
    </vbox>
</widget>
<tabstops>
    <tabstop>allBtn</tabstop>
    <tabstop>beginBtn</tabstop>
    <tabstop>markedBtn</tabstop>
    <tabstop>currentBtn</tabstop>
    <tabstop>endBtn</tabstop>
    <tabstop>defaultBtn</tabstop>
</tabstops>
<layoutdefaults spacing="6" margin="11"/>
</UI>