4 <exportmacro></exportmacro>
5 <class>PreferencesUI</class>
6 <widget class="QWidget" name="PreferencesUI" >
7 <property name="geometry" >
15 <property name="sizePolicy" >
17 <hsizetype>5</hsizetype>
18 <vsizetype>5</vsizetype>
19 <horstretch>0</horstretch>
20 <verstretch>0</verstretch>
23 <property name="windowTitle" >
24 <string>Preferences</string>
26 <layout class="QVBoxLayout" >
27 <property name="margin" >
30 <property name="spacing" >
34 <layout class="QVBoxLayout" >
35 <property name="margin" >
38 <property name="spacing" >
42 <widget class="QLabel" name="speakLabel" >
43 <property name="sizePolicy" >
45 <hsizetype>5</hsizetype>
46 <vsizetype>0</vsizetype>
47 <horstretch>0</horstretch>
48 <verstretch>0</verstretch>
51 <property name="whatsThis" >
52 <string>This combo box specifies whether selected phrases of the phrase book are immediately spoken or just inserted into the edit field.</string>
54 <property name="text" >
55 <string>&Selection of phrases in the phrase book:</string>
57 <property name="buddy" >
58 <cstring>speakCombo</cstring>
63 <widget class="KComboBox" name="speakCombo" >
64 <property name="whatsThis" >
65 <string>This combo box specifies whether selected phrases of the phrase book are immediately spoken or just inserted into the edit field.</string>
68 <property name="text" >
69 <string>Speak Immediately</string>
73 <property name="text" >
74 <string>Insert Into Edit Field</string>
82 <layout class="QVBoxLayout" >
83 <property name="margin" >
86 <property name="spacing" >
90 <widget class="QLabel" name="closeLabel" >
91 <property name="sizePolicy" >
93 <hsizetype>5</hsizetype>
94 <vsizetype>0</vsizetype>
95 <horstretch>0</horstretch>
96 <verstretch>0</verstretch>
99 <property name="whatsThis" >
100 <string>This combo box specifies whether the phrase book is automatically saved when the edit window is closed.</string>
102 <property name="text" >
103 <string>Closing the phrase &book edit window:</string>
105 <property name="buddy" >
106 <cstring>closeCombo</cstring>
111 <widget class="KComboBox" name="closeCombo" >
112 <property name="whatsThis" >
113 <string>This combo box specifies whether the phrase book is automatically saved when the edit window is closed.</string>
116 <property name="text" >
117 <string>Save Phrase Book</string>
121 <property name="text" >
122 <string>Discard Changes</string>
126 <property name="text" >
127 <string>Ask Whether to Save</string>
136 <layoutdefault spacing="6" margin="11" />
139 <class>KComboBox</class>
140 <extends>QComboBox</extends>
141 <header>kcombobox.h</header>
142 <container>0</container>