Sat, 08 May 2010 10:18:24 +0000
Prepared new snapshot.
<ui version="4.0" > <class>XMLMessageDialog</class> <widget class="QDialog" name="XMLMessageDialog" > <property name="geometry" > <rect> <x>0</x> <y>0</y> <width>567</width> <height>253</height> </rect> </property> <property name="windowTitle" > <string>XML Parse Messages</string> </property> <property name="sizeGripEnabled" > <bool>true</bool> </property> <layout class="QVBoxLayout" > <item> <widget class="QTextEdit" name="messages" > <property name="readOnly" > <bool>true</bool> </property> </widget> </item> <item> <widget class="QDialogButtonBox" name="buttonBox" > <property name="orientation" > <enum>Qt::Horizontal</enum> </property> <property name="standardButtons" > <set>QDialogButtonBox::Ok</set> </property> </widget> </item> </layout> </widget> <layoutdefault spacing="6" margin="6" /> <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>XMLMessageDialog</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel" > <x>157</x> <y>231</y> </hint> <hint type="destinationlabel" > <x>157</x> <y>251</y> </hint> </hints> </connection> </connections> </ui>