blob: 87777d481316fd59991011071d64721b39a983e2 [file] [log] [blame] [raw]
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Options</class>
<widget class="QDialog" name="Options">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>272</width>
<height>175</height>
</rect>
</property>
<property name="windowTitle">
<string>Options</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QCheckBox" name="checkBox_confirm">
<property name="text">
<string>&amp;Confirm before saving</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkBox_hex">
<property name="text">
<string>&amp;Hexadecimal output</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkBox_toolbar_label">
<property name="text">
<string>Show text &amp;label on toolbar</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkBox_info_widget">
<property name="text">
<string>Show &amp;information widget</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkBox_ref_widget">
<property name="text">
<string>Show &amp;value reference widget</string>
</property>
</widget>
</item>
<item>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>Options</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>Options</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>