/viewHex_dialog.ui
Unknown | 98 lines | 98 code | 0 blank | 0 comment | 0 complexity | 78350256e7536624bafc4439dd63dd0c MD5 | raw file
- <ui version="4.0" >
- <class>viewHex_dialog</class>
- <widget class="QDialog" name="viewHex_dialog" >
- <property name="windowModality" >
- <enum>Qt::ApplicationModal</enum>
- </property>
- <property name="geometry" >
- <rect>
- <x>0</x>
- <y>0</y>
- <width>400</width>
- <height>462</height>
- </rect>
- </property>
- <property name="windowTitle" >
- <string>EWItool - View Patch in Hex</string>
- </property>
- <widget class="QDialogButtonBox" name="buttonBox" >
- <property name="geometry" >
- <rect>
- <x>300</x>
- <y>20</y>
- <width>81</width>
- <height>241</height>
- </rect>
- </property>
- <property name="orientation" >
- <enum>Qt::Vertical</enum>
- </property>
- <property name="standardButtons" >
- <set>QDialogButtonBox::Ok</set>
- </property>
- </widget>
- <widget class="QTextEdit" name="textEdit" >
- <property name="geometry" >
- <rect>
- <x>20</x>
- <y>20</y>
- <width>261</width>
- <height>431</height>
- </rect>
- </property>
- <property name="font" >
- <font>
- <family>Monospace</family>
- <kerning>false</kerning>
- </font>
- </property>
- <property name="cursor" stdset="0" >
- <cursorShape>IBeamCursor</cursorShape>
- </property>
- <property name="undoRedoEnabled" >
- <bool>false</bool>
- </property>
- <property name="lineWrapMode" >
- <enum>QTextEdit::WidgetWidth</enum>
- </property>
- <property name="readOnly" >
- <bool>true</bool>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections>
- <connection>
- <sender>buttonBox</sender>
- <signal>accepted()</signal>
- <receiver>viewHex_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>viewHex_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>