/pastePatch_dialog.ui
Unknown | 146 lines | 146 code | 0 blank | 0 comment | 0 complexity | af8b913a63bb8a8ae41d104f44f8c907 MD5 | raw file
- <ui version="4.0" >
- <class>pastePatch_dialog</class>
- <widget class="QDialog" name="pastePatch_dialog" >
- <property name="windowModality" >
- <enum>Qt::ApplicationModal</enum>
- </property>
- <property name="geometry" >
- <rect>
- <x>0</x>
- <y>0</y>
- <width>373</width>
- <height>335</height>
- </rect>
- </property>
- <property name="windowTitle" >
- <string>EWItool - Paste Patch</string>
- </property>
- <widget class="QDialogButtonBox" name="buttonBox" >
- <property name="geometry" >
- <rect>
- <x>170</x>
- <y>290</y>
- <width>166</width>
- <height>32</height>
- </rect>
- </property>
- <property name="orientation" >
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="standardButtons" >
- <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
- </property>
- </widget>
- <widget class="QLCDNumber" name="lcdNumber" >
- <property name="geometry" >
- <rect>
- <x>300</x>
- <y>20</y>
- <width>41</width>
- <height>23</height>
- </rect>
- </property>
- <property name="palette" >
- <palette>
- <active>
- <colorrole role="WindowText" >
- <brush brushstyle="SolidPattern" >
- <color alpha="255" >
- <red>255</red>
- <green>0</green>
- <blue>0</blue>
- </color>
- </brush>
- </colorrole>
- </active>
- <inactive>
- <colorrole role="WindowText" >
- <brush brushstyle="SolidPattern" >
- <color alpha="255" >
- <red>255</red>
- <green>0</green>
- <blue>0</blue>
- </color>
- </brush>
- </colorrole>
- </inactive>
- <disabled>
- <colorrole role="WindowText" >
- <brush brushstyle="SolidPattern" >
- <color alpha="255" >
- <red>106</red>
- <green>104</green>
- <blue>100</blue>
- </color>
- </brush>
- </colorrole>
- </disabled>
- </palette>
- </property>
- <property name="numDigits" >
- <number>3</number>
- </property>
- <property name="segmentStyle" >
- <enum>QLCDNumber::Flat</enum>
- </property>
- </widget>
- <widget class="QLabel" name="label" >
- <property name="geometry" >
- <rect>
- <x>30</x>
- <y>20</y>
- <width>281</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text" >
- <string>Choose the patch to be pasted into slot:</string>
- </property>
- </widget>
- <widget class="QListWidget" name="listWidget" >
- <property name="geometry" >
- <rect>
- <x>30</x>
- <y>60</y>
- <width>311</width>
- <height>211</height>
- </rect>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections>
- <connection>
- <sender>buttonBox</sender>
- <signal>accepted()</signal>
- <receiver>pastePatch_dialog</receiver>
- <slot>accept()</slot>
- <hints>
- <hint type="sourcelabel" >
- <x>248</x>
- <y>254</y>
- </hint>
- <hint type="destinationlabel" >
- <x>157</x>
- <y>274</y>
- </hint>
- </hints>
- </connection>
- <connection>
- <sender>buttonBox</sender>
- <signal>rejected()</signal>
- <receiver>pastePatch_dialog</receiver>
- <slot>reject()</slot>
- <hints>
- <hint type="sourcelabel" >
- <x>316</x>
- <y>260</y>
- </hint>
- <hint type="destinationlabel" >
- <x>286</x>
- <y>274</y>
- </hint>
- </hints>
- </connection>
- </connections>
- </ui>