1
1

drumduino.ui 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>drumduinoClass</class>
  4. <widget class="QMainWindow" name="drumduinoClass">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>902</width>
  10. <height>635</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>drumduino</string>
  15. </property>
  16. <widget class="QWidget" name="centralWidget">
  17. <layout class="QVBoxLayout" name="verticalLayout">
  18. <item>
  19. <layout class="QGridLayout" name="gridLayout">
  20. <item row="0" column="1">
  21. <widget class="QComboBox" name="cbPrescaler">
  22. <item>
  23. <property name="text">
  24. <string>2</string>
  25. </property>
  26. </item>
  27. <item>
  28. <property name="text">
  29. <string>4</string>
  30. </property>
  31. </item>
  32. <item>
  33. <property name="text">
  34. <string>8</string>
  35. </property>
  36. </item>
  37. <item>
  38. <property name="text">
  39. <string>16</string>
  40. </property>
  41. </item>
  42. <item>
  43. <property name="text">
  44. <string>32</string>
  45. </property>
  46. </item>
  47. <item>
  48. <property name="text">
  49. <string>64</string>
  50. </property>
  51. </item>
  52. <item>
  53. <property name="text">
  54. <string>128</string>
  55. </property>
  56. </item>
  57. </widget>
  58. </item>
  59. <item row="0" column="2">
  60. <widget class="QLabel" name="label_2">
  61. <property name="text">
  62. <string>Throttle</string>
  63. </property>
  64. </widget>
  65. </item>
  66. <item row="0" column="0">
  67. <widget class="QLabel" name="label">
  68. <property name="text">
  69. <string>Prescaler</string>
  70. </property>
  71. </widget>
  72. </item>
  73. <item row="0" column="3">
  74. <widget class="QSpinBox" name="sbThrottle">
  75. <property name="minimum">
  76. <number>1</number>
  77. </property>
  78. <property name="maximum">
  79. <number>127</number>
  80. </property>
  81. </widget>
  82. </item>
  83. </layout>
  84. </item>
  85. <item>
  86. <widget class="QTabWidget" name="tabWidget"/>
  87. </item>
  88. </layout>
  89. </widget>
  90. <widget class="QMenuBar" name="menuBar">
  91. <property name="geometry">
  92. <rect>
  93. <x>0</x>
  94. <y>0</y>
  95. <width>902</width>
  96. <height>21</height>
  97. </rect>
  98. </property>
  99. </widget>
  100. <widget class="QToolBar" name="mainToolBar">
  101. <property name="movable">
  102. <bool>false</bool>
  103. </property>
  104. <property name="floatable">
  105. <bool>true</bool>
  106. </property>
  107. <attribute name="toolBarArea">
  108. <enum>TopToolBarArea</enum>
  109. </attribute>
  110. <attribute name="toolBarBreak">
  111. <bool>false</bool>
  112. </attribute>
  113. <addaction name="actionSave"/>
  114. <addaction name="actionLoad"/>
  115. </widget>
  116. <widget class="QStatusBar" name="statusBar"/>
  117. <action name="actionSave">
  118. <property name="text">
  119. <string>Save</string>
  120. </property>
  121. </action>
  122. <action name="actionLoad">
  123. <property name="text">
  124. <string>Load</string>
  125. </property>
  126. </action>
  127. </widget>
  128. <layoutdefault spacing="6" margin="11"/>
  129. <resources>
  130. <include location="drumduino.qrc"/>
  131. </resources>
  132. <connections/>
  133. </ui>