/MIDIports_Dialog.ui

http://ewitool.googlecode.com/ · Unknown · 125 lines · 125 code · 0 blank · 0 comment · 0 complexity · 0bc57d527806e712fcd5706360c9af32 MD5 · raw file

  1. <ui version="4.0" >
  2. <class>MIDIports_Dialog</class>
  3. <widget class="QDialog" name="MIDIports_Dialog" >
  4. <property name="windowModality" >
  5. <enum>Qt::NonModal</enum>
  6. </property>
  7. <property name="geometry" >
  8. <rect>
  9. <x>0</x>
  10. <y>0</y>
  11. <width>516</width>
  12. <height>287</height>
  13. </rect>
  14. </property>
  15. <property name="windowTitle" >
  16. <string>Choose MIDI Ports for EWI</string>
  17. </property>
  18. <property name="modal" >
  19. <bool>true</bool>
  20. </property>
  21. <widget class="QDialogButtonBox" name="buttonBox" >
  22. <property name="geometry" >
  23. <rect>
  24. <x>430</x>
  25. <y>240</y>
  26. <width>81</width>
  27. <height>41</height>
  28. </rect>
  29. </property>
  30. <property name="orientation" >
  31. <enum>Qt::Horizontal</enum>
  32. </property>
  33. <property name="standardButtons" >
  34. <set>QDialogButtonBox::Ok</set>
  35. </property>
  36. </widget>
  37. <widget class="QListWidget" name="inPorts_listWidget" >
  38. <property name="geometry" >
  39. <rect>
  40. <x>5</x>
  41. <y>30</y>
  42. <width>251</width>
  43. <height>201</height>
  44. </rect>
  45. </property>
  46. </widget>
  47. <widget class="QLabel" name="label" >
  48. <property name="geometry" >
  49. <rect>
  50. <x>110</x>
  51. <y>10</y>
  52. <width>57</width>
  53. <height>18</height>
  54. </rect>
  55. </property>
  56. <property name="text" >
  57. <string>In</string>
  58. </property>
  59. <property name="alignment" >
  60. <set>Qt::AlignCenter</set>
  61. </property>
  62. </widget>
  63. <widget class="QLabel" name="label_2" >
  64. <property name="geometry" >
  65. <rect>
  66. <x>360</x>
  67. <y>10</y>
  68. <width>57</width>
  69. <height>18</height>
  70. </rect>
  71. </property>
  72. <property name="text" >
  73. <string>Out</string>
  74. </property>
  75. <property name="alignment" >
  76. <set>Qt::AlignCenter</set>
  77. </property>
  78. </widget>
  79. <widget class="QListWidget" name="outPorts_listWidget" >
  80. <property name="geometry" >
  81. <rect>
  82. <x>260</x>
  83. <y>31</y>
  84. <width>251</width>
  85. <height>201</height>
  86. </rect>
  87. </property>
  88. </widget>
  89. </widget>
  90. <resources/>
  91. <connections>
  92. <connection>
  93. <sender>buttonBox</sender>
  94. <signal>accepted()</signal>
  95. <receiver>MIDIports_Dialog</receiver>
  96. <slot>accept()</slot>
  97. <hints>
  98. <hint type="sourcelabel" >
  99. <x>248</x>
  100. <y>254</y>
  101. </hint>
  102. <hint type="destinationlabel" >
  103. <x>157</x>
  104. <y>274</y>
  105. </hint>
  106. </hints>
  107. </connection>
  108. <connection>
  109. <sender>buttonBox</sender>
  110. <signal>rejected()</signal>
  111. <receiver>MIDIports_Dialog</receiver>
  112. <slot>reject()</slot>
  113. <hints>
  114. <hint type="sourcelabel" >
  115. <x>316</x>
  116. <y>260</y>
  117. </hint>
  118. <hint type="destinationlabel" >
  119. <x>286</x>
  120. <y>274</y>
  121. </hint>
  122. </hints>
  123. </connection>
  124. </connections>
  125. </ui>