<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>CatarinaAddPortW</class> <widget class="QDialog" name="CatarinaAddPortW"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>273</width> <height>307</height> </rect> </property> <property name="windowTitle"> <string>Add Port</string> </property> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <widget class="QGroupBox" name="groupBox_3"> <property name="title"> <string>Parent</string> </property> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QLabel" name="label_4"> <property name="text"> <string>Port Group:</string> </property> </widget> </item> <item> <widget class="QComboBox" name="cb_group"/> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="groupBox_2"> <property name="title"> <string>Port Info</string> </property> <layout class="QGridLayout" name="gridLayout"> <item row="0" column="0"> <widget class="QLabel" name="label"> <property name="text"> <string>Port ID:</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QSpinBox" name="sb_port_id"> <property name="readOnly"> <bool>true</bool> </property> <property name="maximum"> <number>9999</number> </property> </widget> </item> <item row="1" column="0"> <widget class="QLabel" name="label_2"> <property name="text"> <string>Port Name</string> </property> </widget> </item> <item row="1" column="1"> <widget class="QLineEdit" name="le_port_name"/> </item> <item row="2" column="0"> <widget class="QLabel" name="label_3"> <property name="text"> <string>Port Type:</string> </property> </widget> </item> <item row="2" column="1"> <widget class="QComboBox" name="cb_port_type"> <item> <property name="text"> <string>JACK Audio</string> </property> </item> <item> <property name="text"> <string>JACK MIDI</string> </property> </item> <item> <property name="text"> <string>A2J MIDI</string> </property> </item> <item> <property name="text"> <string>ALSA MIDI</string> </property> </item> </widget> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="groupBox"> <property name="title"> <string>Port Flags</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QRadioButton" name="rb_flags_input"> <property name="text"> <string>Input</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QRadioButton" name="rb_flags_output"> <property name="text"> <string>Output</string> </property> </widget> </item> </layout> </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> <tabstops> <tabstop>le_port_name</tabstop> <tabstop>cb_port_type</tabstop> <tabstop>rb_flags_input</tabstop> <tabstop>rb_flags_output</tabstop> <tabstop>cb_group</tabstop> <tabstop>sb_port_id</tabstop> <tabstop>buttonBox</tabstop> </tabstops> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>CatarinaAddPortW</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>CatarinaAddPortW</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>