<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>Dialog</class> <widget class="QDialog" name="Dialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>390</width> <height>118</height> </rect> </property> <property name="windowTitle"> <string>JACK Options</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QRadioButton" name="rb_jack"> <property name="text"> <string>Load JACK Default Settings</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QRadioButton" name="rb_ladish"> <property name="text"> <string>Load LADISH Studio</string> </property> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeType"> <enum>QSizePolicy::Fixed</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QLabel" name="label"> <property name="enabled"> <bool>false</bool> </property> <property name="text"> <string>Studio Name:</string> </property> </widget> </item> <item> <widget class="QComboBox" name="cb_studio_name"> <property name="enabled"> <bool>false</bool> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> </widget> </item> </layout> </item> <item> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>40</height> </size> </property> </spacer> </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>Dialog</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel"> <x>224</x> <y>113</y> </hint> <hint type="destinationlabel"> <x>157</x> <y>129</y> </hint> </hints> </connection> <connection> <sender>buttonBox</sender> <signal>rejected()</signal> <receiver>Dialog</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel"> <x>292</x> <y>119</y> </hint> <hint type="destinationlabel"> <x>286</x> <y>129</y> </hint> </hints> </connection> <connection> <sender>rb_ladish</sender> <signal>toggled(bool)</signal> <receiver>label</receiver> <slot>setEnabled(bool)</slot> <hints> <hint type="sourcelabel"> <x>83</x> <y>38</y> </hint> <hint type="destinationlabel"> <x>78</x> <y>63</y> </hint> </hints> </connection> <connection> <sender>rb_ladish</sender> <signal>toggled(bool)</signal> <receiver>cb_studio_name</receiver> <slot>setEnabled(bool)</slot> <hints> <hint type="sourcelabel"> <x>115</x> <y>34</y> </hint> <hint type="destinationlabel"> <x>163</x> <y>67</y> </hint> </hints> </connection> </connections> </ui>