~neon/kmouth/master

« back to all changes in this revision

Viewing changes to wordcompletion/creationsourcedetailsui.ui

  • Committer: Gunnar Schmidt
  • Date: 2003-08-19 21:50:01 UTC
  • Revision ID: git-v1:929e222a2dd1f8cd34dc8caec29e7f6a573bc59b
Made the word completion configurable

svn path=/trunk/kdeaccessibility/kmouth/; revision=243664

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
 
2
<class>CreationSourceDetailsUI</class>
 
3
<widget class="QWidget">
 
4
    <property name="name">
 
5
        <cstring>CreationSourceDetailsUI</cstring>
 
6
    </property>
 
7
    <property name="geometry">
 
8
        <rect>
 
9
            <x>0</x>
 
10
            <y>0</y>
 
11
            <width>356</width>
 
12
            <height>165</height>
 
13
        </rect>
 
14
    </property>
 
15
    <property name="caption">
 
16
        <string>Form1</string>
 
17
    </property>
 
18
    <grid>
 
19
        <property name="name">
 
20
            <cstring>unnamed</cstring>
 
21
        </property>
 
22
        <widget class="QCheckBox" row="3" column="0" rowspan="1" colspan="2">
 
23
            <property name="name">
 
24
                <cstring>spellCheckBox</cstring>
 
25
            </property>
 
26
            <property name="text">
 
27
                <string>&amp;compare to OpenOffice.org dictionary:</string>
 
28
            </property>
 
29
            <property name="checked">
 
30
                <bool>false</bool>
 
31
            </property>
 
32
        </widget>
 
33
        <widget class="QLabel" row="1" column="0">
 
34
            <property name="name">
 
35
                <cstring>encodingLabel</cstring>
 
36
            </property>
 
37
            <property name="sizePolicy">
 
38
                <sizepolicy>
 
39
                    <hsizetype>5</hsizetype>
 
40
                    <vsizetype>0</vsizetype>
 
41
                    <horstretch>0</horstretch>
 
42
                    <verstretch>0</verstretch>
 
43
                </sizepolicy>
 
44
            </property>
 
45
            <property name="text">
 
46
                <string>Character &amp;Encoding:</string>
 
47
            </property>
 
48
            <property name="buddy" stdset="0">
 
49
                <cstring>encodingCombo</cstring>
 
50
            </property>
 
51
        </widget>
 
52
        <widget class="QLabel" row="0" column="0">
 
53
            <property name="name">
 
54
                <cstring>urlLabel</cstring>
 
55
            </property>
 
56
            <property name="sizePolicy">
 
57
                <sizepolicy>
 
58
                    <hsizetype>5</hsizetype>
 
59
                    <vsizetype>0</vsizetype>
 
60
                    <horstretch>0</horstretch>
 
61
                    <verstretch>0</verstretch>
 
62
                </sizepolicy>
 
63
            </property>
 
64
            <property name="text">
 
65
                <string>&amp;Filename:</string>
 
66
            </property>
 
67
            <property name="buddy" stdset="0">
 
68
                <cstring>url</cstring>
 
69
            </property>
 
70
        </widget>
 
71
        <widget class="KURLRequester" row="0" column="1">
 
72
            <property name="name">
 
73
                <cstring>url</cstring>
 
74
            </property>
 
75
            <property name="sizePolicy">
 
76
                <sizepolicy>
 
77
                    <hsizetype>5</hsizetype>
 
78
                    <vsizetype>5</vsizetype>
 
79
                    <horstretch>1</horstretch>
 
80
                    <verstretch>0</verstretch>
 
81
                </sizepolicy>
 
82
            </property>
 
83
        </widget>
 
84
        <widget class="KComboBox" row="1" column="1">
 
85
            <property name="name">
 
86
                <cstring>encodingCombo</cstring>
 
87
            </property>
 
88
            <property name="sizePolicy">
 
89
                <sizepolicy>
 
90
                    <hsizetype>1</hsizetype>
 
91
                    <vsizetype>0</vsizetype>
 
92
                    <horstretch>1</horstretch>
 
93
                    <verstretch>0</verstretch>
 
94
                </sizepolicy>
 
95
            </property>
 
96
        </widget>
 
97
        <widget class="KURLRequester" row="4" column="1">
 
98
            <property name="name">
 
99
                <cstring>ooDictURL</cstring>
 
100
            </property>
 
101
            <property name="enabled">
 
102
                <bool>false</bool>
 
103
            </property>
 
104
            <property name="sizePolicy">
 
105
                <sizepolicy>
 
106
                    <hsizetype>5</hsizetype>
 
107
                    <vsizetype>0</vsizetype>
 
108
                    <horstretch>1</horstretch>
 
109
                    <verstretch>0</verstretch>
 
110
                </sizepolicy>
 
111
            </property>
 
112
        </widget>
 
113
        <widget class="QLabel" row="2" column="0">
 
114
            <property name="name">
 
115
                <cstring>languageLabel</cstring>
 
116
            </property>
 
117
            <property name="sizePolicy">
 
118
                <sizepolicy>
 
119
                    <hsizetype>5</hsizetype>
 
120
                    <vsizetype>0</vsizetype>
 
121
                    <horstretch>0</horstretch>
 
122
                    <verstretch>0</verstretch>
 
123
                </sizepolicy>
 
124
            </property>
 
125
            <property name="text">
 
126
                <string>&amp;Language:</string>
 
127
            </property>
 
128
        </widget>
 
129
    </grid>
 
130
</widget>
 
131
<connections>
 
132
    <connection>
 
133
        <sender>spellCheckBox</sender>
 
134
        <signal>toggled(bool)</signal>
 
135
        <receiver>ooDictURL</receiver>
 
136
        <slot>setEnabled(bool)</slot>
 
137
    </connection>
 
138
</connections>
 
139
<includes>
 
140
    <include location="local" impldecl="in implementation">klanguagebutton.h</include>
 
141
    <include location="local" impldecl="in implementation">klanguagebuttonhelper.h</include>
 
142
    <include location="local" impldecl="in implementation">creationsourcedetailsui.ui.h</include>
 
143
</includes>
 
144
<forwards>
 
145
    <forward>class KLanguageButton</forward>
 
146
</forwards>
 
147
<variables>
 
148
    <variable access="public">KLanguageButton *languageButton;</variable>
 
149
</variables>
 
150
<functions>
 
151
    <function access="private" specifier="non virtual">init()</function>
 
152
</functions>
 
153
<layoutdefaults spacing="6" margin="11"/>
 
154
<includehints>
 
155
    <includehint>kurlrequester.h</includehint>
 
156
    <includehint>klineedit.h</includehint>
 
157
    <includehint>kpushbutton.h</includehint>
 
158
    <includehint>kcombobox.h</includehint>
 
159
    <includehint>kurlrequester.h</includehint>
 
160
    <includehint>klineedit.h</includehint>
 
161
    <includehint>kpushbutton.h</includehint>
 
162
</includehints>
 
163
</UI>