]> icculus.org git repositories - duncan/yast2-qt4.git/blob - src/QHelpDialog.ui
remove one FIXME
[duncan/yast2-qt4.git] / src / QHelpDialog.ui
1 <ui version="4.0" >
2  <class>QHelpDialog</class>
3  <widget class="QDialog" name="QHelpDialog" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>400</width>
9     <height>300</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Help</string>
14   </property>
15   <layout class="QVBoxLayout" >
16    <item>
17     <layout class="QVBoxLayout" >
18      <item>
19       <widget class="QTextBrowser" name="textBrowser" />
20      </item>
21      <item>
22       <layout class="QHBoxLayout" >
23        <item>
24         <spacer>
25          <property name="orientation" >
26           <enum>Qt::Horizontal</enum>
27          </property>
28          <property name="sizeHint" >
29           <size>
30            <width>40</width>
31            <height>20</height>
32           </size>
33          </property>
34         </spacer>
35        </item>
36        <item>
37         <widget class="QPushButton" name="pushButton" >
38          <property name="text" >
39           <string>Close</string>
40          </property>
41         </widget>
42        </item>
43       </layout>
44      </item>
45     </layout>
46    </item>
47   </layout>
48  </widget>
49  <resources/>
50  <connections>
51   <connection>
52    <sender>pushButton</sender>
53    <signal>clicked()</signal>
54    <receiver>QHelpDialog</receiver>
55    <slot>accept()</slot>
56    <hints>
57     <hint type="sourcelabel" >
58      <x>371</x>
59      <y>282</y>
60     </hint>
61     <hint type="destinationlabel" >
62      <x>289</x>
63      <y>-15</y>
64     </hint>
65    </hints>
66   </connection>
67  </connections>
68 </ui>