mupen64plus-oldsvn/main/gui_qt4/debugger/hexspinboxdialog.ui
2009-03-28 15:22:03 +00:00

76 lines
1.7 KiB
XML

<ui version="4.0" >
<class>HexSpinBoxDialog</class>
<widget class="QDialog" name="HexSpinBoxDialog" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>201</width>
<height>91</height>
</rect>
</property>
<property name="windowTitle" >
<string>Goto address</string>
</property>
<property name="modal" >
<bool>true</bool>
</property>
<layout class="QVBoxLayout" name="verticalLayout_3" >
<item>
<layout class="QVBoxLayout" name="verticalLayout" />
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_2" >
<item>
<widget class="QDialogButtonBox" name="buttonBox" >
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons" >
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
<property name="centerButtons" >
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>HexSpinBoxDialog</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>HexSpinBoxDialog</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>