/mergePatch_dialog.ui
http://ewitool.googlecode.com/ · Unknown · 90 lines · 90 code · 0 blank · 0 comment · 0 complexity · a2b56d9c787a2dd0d1ba72579569f096 MD5 · raw file
- <ui version="4.0" >
- <class>mergePatch_Dialog</class>
- <widget class="QDialog" name="mergePatch_Dialog" >
- <property name="geometry" >
- <rect>
- <x>0</x>
- <y>0</y>
- <width>400</width>
- <height>346</height>
- </rect>
- </property>
- <property name="windowTitle" >
- <string>EWItool - Merge Patches</string>
- </property>
- <widget class="QDialogButtonBox" name="buttonBox" >
- <property name="geometry" >
- <rect>
- <x>30</x>
- <y>300</y>
- <width>341</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="QListWidget" name="patch_listWidget" >
- <property name="geometry" >
- <rect>
- <x>30</x>
- <y>30</y>
- <width>341</width>
- <height>261</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label" >
- <property name="geometry" >
- <rect>
- <x>30</x>
- <y>10</y>
- <width>341</width>
- <height>18</height>
- </rect>
- </property>
- <property name="text" >
- <string>Choose patch to merge with...</string>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections>
- <connection>
- <sender>buttonBox</sender>
- <signal>accepted()</signal>
- <receiver>mergePatch_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>mergePatch_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>