ManifestWidgetPage.ui 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>AZ::SceneAPI::UI::ManifestWidgetPage</class>
  4. <widget class="QWidget" name="AZ::SceneAPI::UI::ManifestWidgetPage">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>350</width>
  10. <height>275</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Expanding" vsizetype="Maximum">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="windowTitle">
  20. <string>Form</string>
  21. </property>
  22. <layout class="QVBoxLayout" name="verticalLayout_2">
  23. <property name="leftMargin">
  24. <number>0</number>
  25. </property>
  26. <property name="topMargin">
  27. <number>0</number>
  28. </property>
  29. <property name="rightMargin">
  30. <number>0</number>
  31. </property>
  32. <property name="bottomMargin">
  33. <number>0</number>
  34. </property>
  35. <item>
  36. <widget class="QFrame" name="header">
  37. <property name="sizePolicy">
  38. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  39. <horstretch>0</horstretch>
  40. <verstretch>0</verstretch>
  41. </sizepolicy>
  42. </property>
  43. <property name="styleSheet">
  44. <string notr="true">QFrame {border-top: 1px transparent; padding-top: 6px; border-bottom: 1px solid #000000; padding-bottom: 6px}</string>
  45. </property>
  46. <property name="frameShape">
  47. <enum>QFrame::NoFrame</enum>
  48. </property>
  49. <layout class="QHBoxLayout" name="horizontalLayout">
  50. <property name="spacing">
  51. <number>0</number>
  52. </property>
  53. <property name="leftMargin">
  54. <number>0</number>
  55. </property>
  56. <property name="topMargin">
  57. <number>0</number>
  58. </property>
  59. <property name="rightMargin">
  60. <number>0</number>
  61. </property>
  62. <property name="bottomMargin">
  63. <number>0</number>
  64. </property>
  65. <item>
  66. <widget class="QPushButton" name="m_addButton">
  67. <property name="minimumSize">
  68. <size>
  69. <width>10</width>
  70. <height>24</height>
  71. </size>
  72. </property>
  73. <property name="maximumSize">
  74. <size>
  75. <width>250</width>
  76. <height>16777215</height>
  77. </size>
  78. </property>
  79. <property name="styleSheet">
  80. <string notr="true">padding-left: 12px; padding-right: 12px;</string>
  81. </property>
  82. <property name="text">
  83. <string>Add another</string>
  84. </property>
  85. </widget>
  86. </item>
  87. <item>
  88. <widget class="QPushButton" name="m_saveButton">
  89. <property name="sizePolicy">
  90. <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
  91. <horstretch>0</horstretch>
  92. <verstretch>0</verstretch>
  93. </sizepolicy>
  94. </property>
  95. <property name="minimumSize">
  96. <size>
  97. <width>0</width>
  98. <height>0</height>
  99. </size>
  100. </property>
  101. <property name="toolTip">
  102. <string>Saves any changes to the scene settings to disk.</string>
  103. </property>
  104. <property name="styleSheet">
  105. <string notr="true"/>
  106. </property>
  107. <property name="text">
  108. <string>Save</string>
  109. </property>
  110. <property name="iconSize">
  111. <size>
  112. <width>16</width>
  113. <height>16</height>
  114. </size>
  115. </property>
  116. </widget>
  117. </item>
  118. <item>
  119. <spacer name="ButtonSpacer">
  120. <property name="orientation">
  121. <enum>Qt::Horizontal</enum>
  122. </property>
  123. <property name="sizeType">
  124. <enum>QSizePolicy::Expanding</enum>
  125. </property>
  126. <property name="sizeHint" stdset="0">
  127. <size>
  128. <width>8</width>
  129. <height>20</height>
  130. </size>
  131. </property>
  132. </spacer>
  133. </item>
  134. <item>
  135. <widget class="QToolButton" name="m_editButton">
  136. <property name="font">
  137. <font>
  138. <pointsize>10</pointsize>
  139. <underline>false</underline>
  140. </font>
  141. </property>
  142. <property name="styleSheet">
  143. <string notr="true"/>
  144. </property>
  145. <property name="text">
  146. <string>Edit</string>
  147. </property>
  148. <property name="popupMode">
  149. <enum>QToolButton::InstantPopup</enum>
  150. </property>
  151. <property name="toolButtonStyle">
  152. <enum>Qt::ToolButtonTextOnly</enum>
  153. </property>
  154. </widget>
  155. </item>
  156. <item>
  157. <widget class="QToolButton" name="m_inspectButton">
  158. <property name="font">
  159. <font>
  160. <pointsize>10</pointsize>
  161. </font>
  162. </property>
  163. <property name="styleSheet">
  164. <string notr="true"/>
  165. </property>
  166. <property name="text">
  167. <string>Inspect</string>
  168. </property>
  169. </widget>
  170. </item>
  171. <item>
  172. <widget class="QToolButton" name="m_helpButton">
  173. <property name="font">
  174. <font>
  175. <pointsize>10</pointsize>
  176. </font>
  177. </property>
  178. <property name="styleSheet">
  179. <string notr="true"/>
  180. </property>
  181. <property name="text">
  182. <string>Help</string>
  183. </property>
  184. </widget>
  185. </item>
  186. </layout>
  187. </widget>
  188. </item>
  189. <item>
  190. <layout class="QVBoxLayout" name="m_mainLayout"/>
  191. </item>
  192. </layout>
  193. </widget>
  194. <resources/>
  195. <connections/>
  196. </ui>