Make a branch to make krunner Good Enough For Aaron™.
[kdebase/uwolfer.git] / apps / konqueror / settings / css / preview.ui
blob121ab140e5cf0b1e1ddcf296ac96a872038a2f07
1 <ui version="4.0" >
2  <class>PreviewDialog</class>
3  <widget class="QDialog" name="PreviewDialog" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>558</width>
9     <height>349</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Preview</string>
14   </property>
15   <layout class="QVBoxLayout" >
16    <item>
17     <widget class="Q3TextBrowser" name="preview" >
18      <property name="text" >
19       <string>&lt;qt>
21 &lt;h1>Heading 1&lt;/h1>&lt;br/>
22 &lt;h2>Heading 2&lt;/h2>&lt;br/>
23 &lt;h3>Heading 3&lt;/h3>&lt;br/>
25 &lt;p>User defined stylesheets allow increased
26 accessibility for visually handicapped
27 people.&lt;/p>
29 &lt;/qt></string>
30      </property>
31     </widget>
32    </item>
33    <item>
34     <layout class="QHBoxLayout" >
35      <item>
36       <spacer>
37        <property name="orientation" >
38         <enum>Qt::Horizontal</enum>
39        </property>
40        <property name="sizeType" >
41         <enum>QSizePolicy::Expanding</enum>
42        </property>
43        <property name="sizeHint" >
44         <size>
45          <width>20</width>
46          <height>20</height>
47         </size>
48        </property>
49       </spacer>
50      </item>
51      <item>
52       <widget class="QPushButton" name="PushButton2" >
53        <property name="text" >
54         <string>&amp;OK</string>
55        </property>
56        <property name="default" >
57         <bool>true</bool>
58        </property>
59       </widget>
60      </item>
61     </layout>
62    </item>
63   </layout>
64  </widget>
65  <layoutdefault spacing="6" margin="11" />
66  <layoutfunction spacing="KDialog::spacingHint" margin="KDialog::marginHint" />
67  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
68  <customwidgets>
69   <customwidget>
70    <class>Q3TextBrowser</class>
71    <extends>Q3TextEdit</extends>
72    <header>Qt3Support/Q3TextBrowser</header>
73   </customwidget>
74  </customwidgets>
75  <includes>
76   <include location="global" >kseparator.h</include>
77   <include location="local" >kseparator.h</include>
78  </includes>
79  <resources/>
80  <connections>
81   <connection>
82    <sender>PushButton2</sender>
83    <signal>clicked()</signal>
84    <receiver>PreviewDialog</receiver>
85    <slot>accept()</slot>
86    <hints>
87     <hint type="sourcelabel" >
88      <x>20</x>
89      <y>20</y>
90     </hint>
91     <hint type="destinationlabel" >
92      <x>20</x>
93      <y>20</y>
94     </hint>
95    </hints>
96   </connection>
97  </connections>
98 </ui>