Remove this line
[kdeaccessibility.git] / ksayit / src / KSayItView.ui
blob9aae0d55145beb7642c122502bbc87ec670e0133
1 <!DOCTYPE UI><UI version="3.2" stdsetdef="1">
2 <class>KSayItView</class>
3 <widget class="QWidget">
4     <property name="name">
5         <cstring>KSayItView</cstring>
6     </property>
7     <property name="geometry">
8         <rect>
9             <x>0</x>
10             <y>0</y>
11             <width>422</width>
12             <height>441</height>
13         </rect>
14     </property>
15     <grid>
16         <property name="name">
17             <cstring>unnamed</cstring>
18         </property>
19         <property name="margin">
20             <number>2</number>
21         </property>
22         <widget class="Q3TextEdit" row="0" column="0">
23             <property name="name">
24                 <cstring>TextEdit</cstring>
25             </property>
26             <property name="minimumSize">
27                 <size>
28                     <width>400</width>
29                     <height>200</height>
30                 </size>
31             </property>
32             <property name="textFormat">
33                 <enum>RichText</enum>
34             </property>
35             <property name="linkUnderline">
36                 <bool>false</bool>
37             </property>
38             <property name="autoFormatting">
39                 <set>Q3TextEdit::AutoAll</set>
40             </property>
41         </widget>
42     </grid>
43 </widget>
44 <connections>
45     <connection>
46         <sender>TextEdit</sender>
47         <signal>copyAvailable(bool)</signal>
48         <receiver>KSayItView</receiver>
49         <slot>slotCopyAvailable(bool)</slot>
50     </connection>
51     <connection>
52         <sender>TextEdit</sender>
53         <signal>textChanged()</signal>
54         <receiver>KSayItView</receiver>
55         <slot>slotTextChanged()</slot>
56     </connection>
57 </connections>
58 <tabstops>
59     <tabstop>TextEdit</tabstop>
60 </tabstops>
61 <slots>
62     <slot>slotCopyAvailable(bool)</slot>
63     <slot>slotTextChanged()</slot>
64 </slots>
65 <layoutdefaults spacing="6" margin="11"/>
66 <includehints>
67                 <includehint>ktextedit.h</includehint>
68                 <includehint>qtextedit.h</includehint>
69 </includehints>
70 </UI>