<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>EditSettingsDialog</class> <widget class="QDialog" name="EditSettingsDialog"> <property name="windowModality"> <enum>Qt::ApplicationModal</enum> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>400</width> <height>300</height> </rect> </property> <property name="windowTitle"> <string>About</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <layout class="QFormLayout" name="formLayout_2"> <item row="0" column="0"> <widget class="QLabel" name="label"> <property name="text"> <string>MSrun XIC reader</string> </property> </widget> </item> <item row="0" column="1"> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QRadioButton" name="xic_reader_pwiz_button"> <property name="text"> <string>di&rect</string> </property> <attribute name="buttonGroup"> <string notr="true">xic_reader_button_group</string> </attribute> </widget> </item> <item> <widget class="QRadioButton" name="xic_reader_buffered_button"> <property name="text"> <string>&buffered</string> </property> <attribute name="buttonGroup"> <string notr="true">xic_reader_button_group</string> </attribute> </widget> </item> </layout> </item> </layout> </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> <include location="../../xtpcpp.qrc"/> </resources> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>EditSettingsDialog</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>EditSettingsDialog</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> <buttongroups> <buttongroup name="xic_reader_button_group"/> </buttongroups> </ui>