vym - view your mind Code
Brought to you by:
insilmaril
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>ShowTextDialog</class> <widget class="QDialog" name="ShowTextDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>689</width> <height>691</height> </rect> </property> <property name="windowTitle"> <string>Dialog</string> </property> <layout class="QGridLayout"> <property name="leftMargin"> <number>9</number> </property> <property name="topMargin"> <number>9</number> </property> <property name="rightMargin"> <number>9</number> </property> <property name="bottomMargin"> <number>9</number> </property> <property name="spacing"> <number>6</number> </property> <item row="0" column="0"> <widget class="QTextBrowser" name="textBrowser"/> </item> <item row="1" column="0"> <layout class="QHBoxLayout"> <property name="spacing"> <number>6</number> </property> <property name="leftMargin"> <number>0</number> </property> <property name="topMargin"> <number>0</number> </property> <property name="rightMargin"> <number>0</number> </property> <property name="bottomMargin"> <number>0</number> </property> <item> <spacer> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <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> <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>