1<?xml version="1.0" encoding="UTF-8"?> 2<ui version="4.0"> 3 <class>PropertiesDialog</class> 4 <widget class="QDialog" name="PropertiesDialog"> 5 <property name="geometry"> 6 <rect> 7 <x>0</x> 8 <y>0</y> 9 <width>495</width> 10 <height>371</height> 11 </rect> 12 </property> 13 <property name="windowTitle"> 14 <string>Properties</string> 15 </property> 16 <layout class="QVBoxLayout" name="verticalLayout"> 17 <item> 18 <widget class="QTextBrowser" name="textBrowser"/> 19 </item> 20 <item> 21 <widget class="QDialogButtonBox" name="buttonBox"> 22 <property name="orientation"> 23 <enum>Qt::Horizontal</enum> 24 </property> 25 <property name="standardButtons"> 26 <set>QDialogButtonBox::Close</set> 27 </property> 28 </widget> 29 </item> 30 </layout> 31 </widget> 32 <resources/> 33 <connections> 34 <connection> 35 <sender>buttonBox</sender> 36 <signal>accepted()</signal> 37 <receiver>PropertiesDialog</receiver> 38 <slot>accept()</slot> 39 <hints> 40 <hint type="sourcelabel"> 41 <x>248</x> 42 <y>254</y> 43 </hint> 44 <hint type="destinationlabel"> 45 <x>157</x> 46 <y>274</y> 47 </hint> 48 </hints> 49 </connection> 50 <connection> 51 <sender>buttonBox</sender> 52 <signal>rejected()</signal> 53 <receiver>PropertiesDialog</receiver> 54 <slot>reject()</slot> 55 <hints> 56 <hint type="sourcelabel"> 57 <x>316</x> 58 <y>260</y> 59 </hint> 60 <hint type="destinationlabel"> 61 <x>286</x> 62 <y>274</y> 63 </hint> 64 </hints> 65 </connection> 66 </connections> 67</ui> 68