/MIDIports_Dialog.ui
http://ewitool.googlecode.com/ · Unknown · 125 lines · 125 code · 0 blank · 0 comment · 0 complexity · 0bc57d527806e712fcd5706360c9af32 MD5 · raw file
- <ui version="4.0" >
- <class>MIDIports_Dialog</class>
- <widget class="QDialog" name="MIDIports_Dialog" >
- <property name="windowModality" >
- <enum>Qt::NonModal</enum>
- </property>
- <property name="geometry" >
- <rect>
- <x>0</x>
- <y>0</y>
- <width>516</width>
- <height>287</height>
- </rect>
- </property>
- <property name="windowTitle" >
- <string>Choose MIDI Ports for EWI</string>
- </property>
- <property name="modal" >
- <bool>true</bool>
- </property>
- <widget class="QDialogButtonBox" name="buttonBox" >
- <property name="geometry" >
- <rect>
- <x>430</x>
- <y>240</y>
- <width>81</width>
- <height>41</height>
- </rect>
- </property>
- <property name="orientation" >
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="standardButtons" >
- <set>QDialogButtonBox::Ok</set>
- </property>
- </widget>
- <widget class="QListWidget" name="inPorts_listWidget" >
- <property name="geometry" >
- <rect>
- <x>5</x>
- <y>30</y>
- <width>251</width>
- <height>201</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label" >
- <property name="geometry" >
- <rect>
- <x>110</x>
- <y>10</y>
- <width>57</width>
- <height>18</height>
- </rect>
- </property>
- <property name="text" >
- <string>In</string>
- </property>
- <property name="alignment" >
- <set>Qt::AlignCenter</set>
- </property>
- </widget>
- <widget class="QLabel" name="label_2" >
- <property name="geometry" >
- <rect>
- <x>360</x>
- <y>10</y>
- <width>57</width>
- <height>18</height>
- </rect>
- </property>
- <property name="text" >
- <string>Out</string>
- </property>
- <property name="alignment" >
- <set>Qt::AlignCenter</set>
- </property>
- </widget>
- <widget class="QListWidget" name="outPorts_listWidget" >
- <property name="geometry" >
- <rect>
- <x>260</x>
- <y>31</y>
- <width>251</width>
- <height>201</height>
- </rect>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections>
- <connection>
- <sender>buttonBox</sender>
- <signal>accepted()</signal>
- <receiver>MIDIports_Dialog</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>MIDIports_Dialog</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>