initial import
[vym] / showtextdialog.ui
1 <ui version="4.0" >
2  <author></author>
3  <comment></comment>
4  <exportmacro></exportmacro>
5  <class>ShowTextDialog</class>
6  <widget class="QDialog" name="ShowTextDialog" >
7   <property name="geometry" >
8    <rect>
9     <x>0</x>
10     <y>0</y>
11     <width>689</width>
12     <height>370</height>
13    </rect>
14   </property>
15   <property name="windowTitle" >
16    <string>Dialog</string>
17   </property>
18   <layout class="QGridLayout" >
19    <property name="margin" >
20     <number>9</number>
21    </property>
22    <property name="spacing" >
23     <number>6</number>
24    </property>
25    <item row="0" column="0" >
26     <widget class="QTextEdit" name="textEdit" />
27    </item>
28    <item row="1" column="0" >
29     <layout class="QHBoxLayout" >
30      <property name="margin" >
31       <number>0</number>
32      </property>
33      <property name="spacing" >
34       <number>6</number>
35      </property>
36      <item>
37       <spacer>
38        <property name="orientation" >
39         <enum>Qt::Horizontal</enum>
40        </property>
41        <property name="sizeHint" >
42         <size>
43          <width>131</width>
44          <height>31</height>
45         </size>
46        </property>
47       </spacer>
48      </item>
49      <item>
50       <widget class="QPushButton" name="okButton" >
51        <property name="text" >
52         <string>Close</string>
53        </property>
54       </widget>
55      </item>
56     </layout>
57    </item>
58   </layout>
59  </widget>
60  <pixmapfunction></pixmapfunction>
61  <resources/>
62  <connections>
63   <connection>
64    <sender>okButton</sender>
65    <signal>clicked()</signal>
66    <receiver>ShowTextDialog</receiver>
67    <slot>accept()</slot>
68    <hints>
69     <hint type="sourcelabel" >
70      <x>278</x>
71      <y>253</y>
72     </hint>
73     <hint type="destinationlabel" >
74      <x>96</x>
75      <y>254</y>
76     </hint>
77    </hints>
78   </connection>
79  </connections>
80 </ui>