--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/E5XML/XMLMessageDialog.ui Tue Jan 12 17:55:24 2010 +0000 @@ -0,0 +1,59 @@ +<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>