conftool.ui 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>drumduino</class>
  4. <widget class="QMainWindow" name="drumduino">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>829</width>
  10. <height>570</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>conftool</string>
  15. </property>
  16. <widget class="QWidget" name="centralWidget">
  17. <layout class="QVBoxLayout" name="verticalLayout">
  18. <item>
  19. <layout class="QHBoxLayout" name="horizontalLayout">
  20. <item>
  21. <widget class="QComboBox" name="cbPadSelector"/>
  22. </item>
  23. <item>
  24. <widget class="QLineEdit" name="lePadName">
  25. <property name="sizePolicy">
  26. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  27. <horstretch>0</horstretch>
  28. <verstretch>0</verstretch>
  29. </sizepolicy>
  30. </property>
  31. </widget>
  32. </item>
  33. </layout>
  34. </item>
  35. <item>
  36. <layout class="QHBoxLayout" name="horizontalLayout_2">
  37. <item>
  38. <widget class="QGroupBox" name="groupBox">
  39. <property name="sizePolicy">
  40. <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
  41. <horstretch>0</horstretch>
  42. <verstretch>0</verstretch>
  43. </sizepolicy>
  44. </property>
  45. <property name="title">
  46. <string>Trigger</string>
  47. </property>
  48. <layout class="QGridLayout" name="gridLayout">
  49. <item row="1" column="2">
  50. <widget class="QDial" name="dial_3"/>
  51. </item>
  52. <item row="1" column="0">
  53. <widget class="QDial" name="dial"/>
  54. </item>
  55. <item row="1" column="1">
  56. <widget class="QDial" name="dial_2"/>
  57. </item>
  58. <item row="0" column="2">
  59. <widget class="QLabel" name="label_3">
  60. <property name="text">
  61. <string>TextLabel</string>
  62. </property>
  63. <property name="alignment">
  64. <set>Qt::AlignCenter</set>
  65. </property>
  66. </widget>
  67. </item>
  68. <item row="0" column="1">
  69. <widget class="QLabel" name="label_2">
  70. <property name="text">
  71. <string>TextLabel</string>
  72. </property>
  73. <property name="alignment">
  74. <set>Qt::AlignCenter</set>
  75. </property>
  76. </widget>
  77. </item>
  78. <item row="0" column="0">
  79. <widget class="QLabel" name="label">
  80. <property name="text">
  81. <string>TextLabel</string>
  82. </property>
  83. <property name="alignment">
  84. <set>Qt::AlignCenter</set>
  85. </property>
  86. </widget>
  87. </item>
  88. </layout>
  89. </widget>
  90. </item>
  91. <item>
  92. <widget class="QGroupBox" name="groupBox_2">
  93. <property name="title">
  94. <string>Dynamic</string>
  95. </property>
  96. <layout class="QGridLayout" name="gridLayout_2">
  97. <item row="0" column="1">
  98. <widget class="QLabel" name="label_6">
  99. <property name="text">
  100. <string>TextLabel</string>
  101. </property>
  102. <property name="alignment">
  103. <set>Qt::AlignCenter</set>
  104. </property>
  105. </widget>
  106. </item>
  107. <item row="0" column="0">
  108. <widget class="QLabel" name="label_4">
  109. <property name="text">
  110. <string>TextLabel</string>
  111. </property>
  112. <property name="alignment">
  113. <set>Qt::AlignCenter</set>
  114. </property>
  115. </widget>
  116. </item>
  117. <item row="0" column="2">
  118. <widget class="QLabel" name="label_5">
  119. <property name="text">
  120. <string>TextLabel</string>
  121. </property>
  122. <property name="alignment">
  123. <set>Qt::AlignCenter</set>
  124. </property>
  125. </widget>
  126. </item>
  127. <item row="1" column="0">
  128. <widget class="QDial" name="dial_4"/>
  129. </item>
  130. <item row="1" column="1">
  131. <widget class="QDial" name="dial_5"/>
  132. </item>
  133. <item row="1" column="2">
  134. <widget class="QDial" name="dial_6"/>
  135. </item>
  136. </layout>
  137. </widget>
  138. </item>
  139. <item>
  140. <spacer name="horizontalSpacer">
  141. <property name="orientation">
  142. <enum>Qt::Horizontal</enum>
  143. </property>
  144. <property name="sizeHint" stdset="0">
  145. <size>
  146. <width>40</width>
  147. <height>20</height>
  148. </size>
  149. </property>
  150. </spacer>
  151. </item>
  152. </layout>
  153. </item>
  154. <item>
  155. <widget class="QGroupBox" name="gbGraph">
  156. <property name="sizePolicy">
  157. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  158. <horstretch>0</horstretch>
  159. <verstretch>100</verstretch>
  160. </sizepolicy>
  161. </property>
  162. <property name="title">
  163. <string>Graph</string>
  164. </property>
  165. <layout class="QHBoxLayout" name="horizontalLayout_3"/>
  166. </widget>
  167. </item>
  168. </layout>
  169. </widget>
  170. <widget class="QMenuBar" name="menuBar">
  171. <property name="geometry">
  172. <rect>
  173. <x>0</x>
  174. <y>0</y>
  175. <width>829</width>
  176. <height>21</height>
  177. </rect>
  178. </property>
  179. </widget>
  180. <widget class="QToolBar" name="mainToolBar">
  181. <property name="movable">
  182. <bool>false</bool>
  183. </property>
  184. <property name="floatable">
  185. <bool>false</bool>
  186. </property>
  187. <attribute name="toolBarArea">
  188. <enum>TopToolBarArea</enum>
  189. </attribute>
  190. <attribute name="toolBarBreak">
  191. <bool>false</bool>
  192. </attribute>
  193. <addaction name="actionUploadConfig"/>
  194. </widget>
  195. <widget class="QStatusBar" name="statusBar"/>
  196. <action name="actionUploadConfig">
  197. <property name="icon">
  198. <iconset resource="conftool.qrc">
  199. <normaloff>:/drumduino/up177.svg</normaloff>:/drumduino/up177.svg</iconset>
  200. </property>
  201. <property name="text">
  202. <string>uploadConfig</string>
  203. </property>
  204. </action>
  205. </widget>
  206. <layoutdefault spacing="6" margin="11"/>
  207. <resources>
  208. <include location="conftool.qrc"/>
  209. </resources>
  210. <connections/>
  211. </ui>