tempodialog.ui 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>TempoDialog</class>
  4. <widget class="QDialog" name="TempoDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>400</width>
  10. <height>587</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <widget class="QDialogButtonBox" name="buttonBox">
  17. <property name="geometry">
  18. <rect>
  19. <x>40</x>
  20. <y>550</y>
  21. <width>341</width>
  22. <height>32</height>
  23. </rect>
  24. </property>
  25. <property name="orientation">
  26. <enum>Qt::Horizontal</enum>
  27. </property>
  28. <property name="standardButtons">
  29. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  30. </property>
  31. </widget>
  32. <widget class="QTableView" name="tableView">
  33. <property name="geometry">
  34. <rect>
  35. <x>10</x>
  36. <y>10</y>
  37. <width>381</width>
  38. <height>401</height>
  39. </rect>
  40. </property>
  41. </widget>
  42. <widget class="QLabel" name="label">
  43. <property name="geometry">
  44. <rect>
  45. <x>20</x>
  46. <y>470</y>
  47. <width>64</width>
  48. <height>17</height>
  49. </rect>
  50. </property>
  51. <property name="text">
  52. <string/>
  53. </property>
  54. </widget>
  55. <widget class="QPushButton" name="btnTempo">
  56. <property name="geometry">
  57. <rect>
  58. <x>10</x>
  59. <y>450</y>
  60. <width>381</width>
  61. <height>25</height>
  62. </rect>
  63. </property>
  64. <property name="text">
  65. <string>Add tempo change</string>
  66. </property>
  67. </widget>
  68. <widget class="QPushButton" name="btnTimeSignature">
  69. <property name="geometry">
  70. <rect>
  71. <x>10</x>
  72. <y>480</y>
  73. <width>381</width>
  74. <height>25</height>
  75. </rect>
  76. </property>
  77. <property name="text">
  78. <string>Add timesignature change</string>
  79. </property>
  80. </widget>
  81. <widget class="QPushButton" name="pushButton_3">
  82. <property name="geometry">
  83. <rect>
  84. <x>10</x>
  85. <y>510</y>
  86. <width>381</width>
  87. <height>25</height>
  88. </rect>
  89. </property>
  90. <property name="text">
  91. <string>Remove selected event</string>
  92. </property>
  93. </widget>
  94. <widget class="QLabel" name="label_2">
  95. <property name="geometry">
  96. <rect>
  97. <x>20</x>
  98. <y>420</y>
  99. <width>71</width>
  100. <height>17</height>
  101. </rect>
  102. </property>
  103. <property name="text">
  104. <string>Position</string>
  105. </property>
  106. </widget>
  107. <widget class="QLineEdit" name="txtPos">
  108. <property name="geometry">
  109. <rect>
  110. <x>90</x>
  111. <y>420</y>
  112. <width>113</width>
  113. <height>25</height>
  114. </rect>
  115. </property>
  116. </widget>
  117. <widget class="QLabel" name="label_3">
  118. <property name="geometry">
  119. <rect>
  120. <x>220</x>
  121. <y>420</y>
  122. <width>64</width>
  123. <height>17</height>
  124. </rect>
  125. </property>
  126. <property name="text">
  127. <string>Value</string>
  128. </property>
  129. </widget>
  130. <widget class="QLineEdit" name="txtValue">
  131. <property name="geometry">
  132. <rect>
  133. <x>270</x>
  134. <y>420</y>
  135. <width>113</width>
  136. <height>25</height>
  137. </rect>
  138. </property>
  139. </widget>
  140. </widget>
  141. <resources/>
  142. <connections>
  143. <connection>
  144. <sender>buttonBox</sender>
  145. <signal>accepted()</signal>
  146. <receiver>TempoDialog</receiver>
  147. <slot>accept()</slot>
  148. <hints>
  149. <hint type="sourcelabel">
  150. <x>248</x>
  151. <y>254</y>
  152. </hint>
  153. <hint type="destinationlabel">
  154. <x>157</x>
  155. <y>274</y>
  156. </hint>
  157. </hints>
  158. </connection>
  159. <connection>
  160. <sender>buttonBox</sender>
  161. <signal>rejected()</signal>
  162. <receiver>TempoDialog</receiver>
  163. <slot>reject()</slot>
  164. <hints>
  165. <hint type="sourcelabel">
  166. <x>316</x>
  167. <y>260</y>
  168. </hint>
  169. <hint type="destinationlabel">
  170. <x>286</x>
  171. <y>274</y>
  172. </hint>
  173. </hints>
  174. </connection>
  175. </connections>
  176. </ui>