/pastePatch_dialog.ui
Unknown | 146 lines | 146 code | 0 blank | 0 comment | 0 complexity | af8b913a63bb8a8ae41d104f44f8c907 MD5 | raw file
1<ui version="4.0" > 2 <class>pastePatch_dialog</class> 3 <widget class="QDialog" name="pastePatch_dialog" > 4 <property name="windowModality" > 5 <enum>Qt::ApplicationModal</enum> 6 </property> 7 <property name="geometry" > 8 <rect> 9 <x>0</x> 10 <y>0</y> 11 <width>373</width> 12 <height>335</height> 13 </rect> 14 </property> 15 <property name="windowTitle" > 16 <string>EWItool - Paste Patch</string> 17 </property> 18 <widget class="QDialogButtonBox" name="buttonBox" > 19 <property name="geometry" > 20 <rect> 21 <x>170</x> 22 <y>290</y> 23 <width>166</width> 24 <height>32</height> 25 </rect> 26 </property> 27 <property name="orientation" > 28 <enum>Qt::Horizontal</enum> 29 </property> 30 <property name="standardButtons" > 31 <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set> 32 </property> 33 </widget> 34 <widget class="QLCDNumber" name="lcdNumber" > 35 <property name="geometry" > 36 <rect> 37 <x>300</x> 38 <y>20</y> 39 <width>41</width> 40 <height>23</height> 41 </rect> 42 </property> 43 <property name="palette" > 44 <palette> 45 <active> 46 <colorrole role="WindowText" > 47 <brush brushstyle="SolidPattern" > 48 <color alpha="255" > 49 <red>255</red> 50 <green>0</green> 51 <blue>0</blue> 52 </color> 53 </brush> 54 </colorrole> 55 </active> 56 <inactive> 57 <colorrole role="WindowText" > 58 <brush brushstyle="SolidPattern" > 59 <color alpha="255" > 60 <red>255</red> 61 <green>0</green> 62 <blue>0</blue> 63 </color> 64 </brush> 65 </colorrole> 66 </inactive> 67 <disabled> 68 <colorrole role="WindowText" > 69 <brush brushstyle="SolidPattern" > 70 <color alpha="255" > 71 <red>106</red> 72 <green>104</green> 73 <blue>100</blue> 74 </color> 75 </brush> 76 </colorrole> 77 </disabled> 78 </palette> 79 </property> 80 <property name="numDigits" > 81 <number>3</number> 82 </property> 83 <property name="segmentStyle" > 84 <enum>QLCDNumber::Flat</enum> 85 </property> 86 </widget> 87 <widget class="QLabel" name="label" > 88 <property name="geometry" > 89 <rect> 90 <x>30</x> 91 <y>20</y> 92 <width>281</width> 93 <height>31</height> 94 </rect> 95 </property> 96 <property name="text" > 97 <string>Choose the patch to be pasted into slot:</string> 98 </property> 99 </widget> 100 <widget class="QListWidget" name="listWidget" > 101 <property name="geometry" > 102 <rect> 103 <x>30</x> 104 <y>60</y> 105 <width>311</width> 106 <height>211</height> 107 </rect> 108 </property> 109 </widget> 110 </widget> 111 <resources/> 112 <connections> 113 <connection> 114 <sender>buttonBox</sender> 115 <signal>accepted()</signal> 116 <receiver>pastePatch_dialog</receiver> 117 <slot>accept()</slot> 118 <hints> 119 <hint type="sourcelabel" > 120 <x>248</x> 121 <y>254</y> 122 </hint> 123 <hint type="destinationlabel" > 124 <x>157</x> 125 <y>274</y> 126 </hint> 127 </hints> 128 </connection> 129 <connection> 130 <sender>buttonBox</sender> 131 <signal>rejected()</signal> 132 <receiver>pastePatch_dialog</receiver> 133 <slot>reject()</slot> 134 <hints> 135 <hint type="sourcelabel" > 136 <x>316</x> 137 <y>260</y> 138 </hint> 139 <hint type="destinationlabel" > 140 <x>286</x> 141 <y>274</y> 142 </hint> 143 </hints> 144 </connection> 145 </connections> 146</ui>