vym - view your mind Code
Brought to you by:
insilmaril
<ui version="4.0" > <author></author> <comment></comment> <exportmacro></exportmacro> <class>ShowTextDialog</class> <widget class="QDialog" name="ShowTextDialog" > <property name="geometry" > <rect> <x>0</x> <y>0</y> <width>689</width> <height>370</height> </rect> </property> <property name="windowTitle" > <string>Dialog</string> </property> <layout class="QGridLayout" > <property name="margin" > <number>9</number> </property> <property name="spacing" > <number>6</number> </property> <item row="0" column="0" > <widget class="QTextEdit" name="textEdit" /> </item> <item row="1" column="0" > <layout class="QHBoxLayout" > <property name="margin" > <number>0</number> </property> <property name="spacing" > <number>6</number> </property> <item> <spacer> <property name="orientation" > <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" > <size> <width>131</width> <height>31</height> </size> </property> </spacer> </item> <item> <widget class="QPushButton" name="okButton" > <property name="text" > <string>Close</string> </property> </widget> </item> </layout> </item> </layout> </widget> <pixmapfunction></pixmapfunction> <resources/> <connections> <connection> <sender>okButton</sender> <signal>clicked()</signal> <receiver>ShowTextDialog</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel" > <x>278</x> <y>253</y> </hint> <hint type="destinationlabel" > <x>96</x> <y>254</y> </hint> </hints> </connection> </connections> </ui>