InspectorPanel.ui 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>InspectorPanel</class>
  4. <widget class="QWidget" name="InspectorPanel">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>300</width>
  10. <height>490</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="minimumSize">
  20. <size>
  21. <width>0</width>
  22. <height>0</height>
  23. </size>
  24. </property>
  25. <property name="windowTitle">
  26. <string>Inspector Panel</string>
  27. </property>
  28. <layout class="QVBoxLayout" name="horizontalLayout_22" stretch="0,0,0">
  29. <property name="leftMargin">
  30. <number>0</number>
  31. </property>
  32. <property name="topMargin">
  33. <number>0</number>
  34. </property>
  35. <property name="rightMargin">
  36. <number>0</number>
  37. </property>
  38. <property name="bottomMargin">
  39. <number>0</number>
  40. </property>
  41. <item>
  42. <widget class="QLabel" name="m_emptyInspectorLabel">
  43. <property name="text">
  44. <string>Select a control to explore its properties</string>
  45. </property>
  46. <property name="alignment">
  47. <set>Qt::AlignCenter</set>
  48. </property>
  49. </widget>
  50. </item>
  51. <item>
  52. <widget class="QScrollArea" name="m_propertiesPanel">
  53. <property name="sizePolicy">
  54. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  55. <horstretch>0</horstretch>
  56. <verstretch>0</verstretch>
  57. </sizepolicy>
  58. </property>
  59. <property name="minimumSize">
  60. <size>
  61. <width>0</width>
  62. <height>0</height>
  63. </size>
  64. </property>
  65. <property name="frameShape">
  66. <enum>QFrame::NoFrame</enum>
  67. </property>
  68. <property name="horizontalScrollBarPolicy">
  69. <enum>Qt::ScrollBarAlwaysOff</enum>
  70. </property>
  71. <property name="widgetResizable">
  72. <bool>true</bool>
  73. </property>
  74. <widget class="QWidget" name="scrollAreaWidgetContents_3">
  75. <property name="geometry">
  76. <rect>
  77. <x>0</x>
  78. <y>0</y>
  79. <width>300</width>
  80. <height>445</height>
  81. </rect>
  82. </property>
  83. <layout class="QFormLayout" name="m_inspectorControlsLayout">
  84. <property name="fieldGrowthPolicy">
  85. <enum>QFormLayout::AllNonFixedFieldsGrow</enum>
  86. </property>
  87. <property name="rowWrapPolicy">
  88. <enum>QFormLayout::WrapAllRows</enum>
  89. </property>
  90. <property name="leftMargin">
  91. <number>0</number>
  92. </property>
  93. <property name="topMargin">
  94. <number>0</number>
  95. </property>
  96. <property name="rightMargin">
  97. <number>0</number>
  98. </property>
  99. <property name="bottomMargin">
  100. <number>0</number>
  101. </property>
  102. <item row="1" column="0">
  103. <widget class="QLabel" name="m_nameLabel">
  104. <property name="minimumSize">
  105. <size>
  106. <width>55</width>
  107. <height>0</height>
  108. </size>
  109. </property>
  110. <property name="text">
  111. <string>Name:</string>
  112. </property>
  113. </widget>
  114. </item>
  115. <item row="1" column="1">
  116. <widget class="QLineEdit" name="m_nameLineEditor">
  117. <property name="sizePolicy">
  118. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  119. <horstretch>0</horstretch>
  120. <verstretch>0</verstretch>
  121. </sizepolicy>
  122. </property>
  123. </widget>
  124. </item>
  125. <item row="2" column="0">
  126. <widget class="QLabel" name="m_scopeLabel">
  127. <property name="minimumSize">
  128. <size>
  129. <width>55</width>
  130. <height>0</height>
  131. </size>
  132. </property>
  133. <property name="text">
  134. <string>Scope:</string>
  135. </property>
  136. </widget>
  137. </item>
  138. <item row="2" column="1">
  139. <widget class="QComboBox" name="m_scopeDropDown">
  140. <property name="sizePolicy">
  141. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  142. <horstretch>0</horstretch>
  143. <verstretch>0</verstretch>
  144. </sizepolicy>
  145. </property>
  146. <item>
  147. <property name="text">
  148. <string>Global</string>
  149. </property>
  150. </item>
  151. </widget>
  152. </item>
  153. <item row="3" column="0">
  154. <widget class="QLabel" name="m_autoLoadLabel">
  155. <property name="minimumSize">
  156. <size>
  157. <width>55</width>
  158. <height>0</height>
  159. </size>
  160. </property>
  161. <property name="text">
  162. <string>Auto Load:</string>
  163. </property>
  164. </widget>
  165. </item>
  166. <item row="3" column="1">
  167. <widget class="QCheckBox" name="m_autoLoadCheckBox">
  168. <property name="sizePolicy">
  169. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  170. <horstretch>0</horstretch>
  171. <verstretch>0</verstretch>
  172. </sizepolicy>
  173. </property>
  174. <property name="text">
  175. <string/>
  176. </property>
  177. <property name="tristate">
  178. <bool>true</bool>
  179. </property>
  180. </widget>
  181. </item>
  182. <item row="4" column="0">
  183. <widget class="QLabel" name="m_connectedControlsLabel">
  184. <property name="text">
  185. <string>Connected Controls:</string>
  186. </property>
  187. </widget>
  188. </item>
  189. <item row="4" column="1">
  190. <widget class="AudioControls::QConnectionsWidget" name="m_connectionList" native="true"/>
  191. </item>
  192. </layout>
  193. </widget>
  194. </widget>
  195. </item>
  196. <item>
  197. <spacer name="horizontalSpacer">
  198. <property name="orientation">
  199. <enum>Qt::Horizontal</enum>
  200. </property>
  201. <property name="sizeHint" stdset="0">
  202. <size>
  203. <width>300</width>
  204. <height>20</height>
  205. </size>
  206. </property>
  207. </spacer>
  208. </item>
  209. </layout>
  210. </widget>
  211. <customwidgets>
  212. <customwidget>
  213. <class>AudioControls::QConnectionsWidget</class>
  214. <extends>QWidget</extends>
  215. <header>QConnectionsWidget.h</header>
  216. <container>1</container>
  217. </customwidget>
  218. </customwidgets>
  219. <resources>
  220. <include location="AudioControlsEditorUI.qrc"/>
  221. </resources>
  222. <connections/>
  223. </ui>