/mergePatch_dialog.ui
Unknown | 90 lines | 90 code | 0 blank | 0 comment | 0 complexity | a2b56d9c787a2dd0d1ba72579569f096 MD5 | raw file
1<ui version="4.0" > 2 <class>mergePatch_Dialog</class> 3 <widget class="QDialog" name="mergePatch_Dialog" > 4 <property name="geometry" > 5 <rect> 6 <x>0</x> 7 <y>0</y> 8 <width>400</width> 9 <height>346</height> 10 </rect> 11 </property> 12 <property name="windowTitle" > 13 <string>EWItool - Merge Patches</string> 14 </property> 15 <widget class="QDialogButtonBox" name="buttonBox" > 16 <property name="geometry" > 17 <rect> 18 <x>30</x> 19 <y>300</y> 20 <width>341</width> 21 <height>32</height> 22 </rect> 23 </property> 24 <property name="orientation" > 25 <enum>Qt::Horizontal</enum> 26 </property> 27 <property name="standardButtons" > 28 <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set> 29 </property> 30 </widget> 31 <widget class="QListWidget" name="patch_listWidget" > 32 <property name="geometry" > 33 <rect> 34 <x>30</x> 35 <y>30</y> 36 <width>341</width> 37 <height>261</height> 38 </rect> 39 </property> 40 </widget> 41 <widget class="QLabel" name="label" > 42 <property name="geometry" > 43 <rect> 44 <x>30</x> 45 <y>10</y> 46 <width>341</width> 47 <height>18</height> 48 </rect> 49 </property> 50 <property name="text" > 51 <string>Choose patch to merge with...</string> 52 </property> 53 </widget> 54 </widget> 55 <resources/> 56 <connections> 57 <connection> 58 <sender>buttonBox</sender> 59 <signal>accepted()</signal> 60 <receiver>mergePatch_Dialog</receiver> 61 <slot>accept()</slot> 62 <hints> 63 <hint type="sourcelabel" > 64 <x>248</x> 65 <y>254</y> 66 </hint> 67 <hint type="destinationlabel" > 68 <x>157</x> 69 <y>274</y> 70 </hint> 71 </hints> 72 </connection> 73 <connection> 74 <sender>buttonBox</sender> 75 <signal>rejected()</signal> 76 <receiver>mergePatch_Dialog</receiver> 77 <slot>reject()</slot> 78 <hints> 79 <hint type="sourcelabel" > 80 <x>316</x> 81 <y>260</y> 82 </hint> 83 <hint type="destinationlabel" > 84 <x>286</x> 85 <y>274</y> 86 </hint> 87 </hints> 88 </connection> 89 </connections> 90</ui>