EditorPreferencesDialog.ui 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>EditorPreferencesDialog</class>
  4. <widget class="QDialog" name="EditorPreferencesDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>750</width>
  10. <height>545</height>
  11. </rect>
  12. </property>
  13. <property name="minimumSize">
  14. <size>
  15. <width>600</width>
  16. <height>400</height>
  17. </size>
  18. </property>
  19. <property name="windowTitle">
  20. <string>Preferences</string>
  21. </property>
  22. <property name="sizeGripEnabled">
  23. <bool>false</bool>
  24. </property>
  25. <layout class="QVBoxLayout" name="verticalLayout">
  26. <item>
  27. <layout class="QHBoxLayout" name="horizontalLayout_3">
  28. <item>
  29. <widget class="AzQtComponents::FilteredSearchWidget" name="filter" native="true">
  30. <property name="sizePolicy">
  31. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
  32. <horstretch>0</horstretch>
  33. <verstretch>0</verstretch>
  34. </sizepolicy>
  35. </property>
  36. <property name="minimumSize">
  37. <size>
  38. <width>150</width>
  39. <height>0</height>
  40. </size>
  41. </property>
  42. </widget>
  43. </item>
  44. <item>
  45. <spacer name="horizontalSpacer_2">
  46. <property name="orientation">
  47. <enum>Qt::Horizontal</enum>
  48. </property>
  49. <property name="sizeHint" stdset="0">
  50. <size>
  51. <width>40</width>
  52. <height>20</height>
  53. </size>
  54. </property>
  55. </spacer>
  56. </item>
  57. </layout>
  58. </item>
  59. <item>
  60. <layout class="QHBoxLayout" name="horizontalLayout_2">
  61. <item>
  62. <widget class="QTreeWidget" name="pageTree">
  63. <property name="sizePolicy">
  64. <sizepolicy hsizetype="Fixed" vsizetype="Expanding">
  65. <horstretch>0</horstretch>
  66. <verstretch>0</verstretch>
  67. </sizepolicy>
  68. </property>
  69. <property name="minimumSize">
  70. <size>
  71. <width>150</width>
  72. <height>0</height>
  73. </size>
  74. </property>
  75. <property name="maximumSize">
  76. <size>
  77. <width>150</width>
  78. <height>16777215</height>
  79. </size>
  80. </property>
  81. <property name="indentation">
  82. <number>10</number>
  83. </property>
  84. <property name="rootIsDecorated">
  85. <bool>true</bool>
  86. </property>
  87. <attribute name="headerVisible">
  88. <bool>false</bool>
  89. </attribute>
  90. <column>
  91. <property name="text">
  92. <string notr="true">1</string>
  93. </property>
  94. </column>
  95. </widget>
  96. </item>
  97. <item>
  98. <layout class="QVBoxLayout" name="verticalLayout_2">
  99. <item>
  100. <widget class="AzToolsFramework::ReflectedPropertyEditor" name="propertyEditor">
  101. <property name="sizePolicy">
  102. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
  103. <horstretch>0</horstretch>
  104. <verstretch>0</verstretch>
  105. </sizepolicy>
  106. </property>
  107. <property name="frameShape">
  108. <enum>QFrame::StyledPanel</enum>
  109. </property>
  110. <property name="frameShadow">
  111. <enum>QFrame::Raised</enum>
  112. </property>
  113. <zorder>pageTree</zorder>
  114. </widget>
  115. </item>
  116. </layout>
  117. </item>
  118. </layout>
  119. </item>
  120. <item>
  121. <layout class="QHBoxLayout" name="horizontalLayout" stretch="1,0,0">
  122. <item>
  123. <spacer name="horizontalSpacer">
  124. <property name="orientation">
  125. <enum>Qt::Horizontal</enum>
  126. </property>
  127. <property name="sizeHint" stdset="0">
  128. <size>
  129. <width>40</width>
  130. <height>20</height>
  131. </size>
  132. </property>
  133. </spacer>
  134. </item>
  135. <item>
  136. <widget class="QPushButton" name="MANAGE_BTN">
  137. <property name="sizePolicy">
  138. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  139. <horstretch>0</horstretch>
  140. <verstretch>0</verstretch>
  141. </sizepolicy>
  142. </property>
  143. <property name="text">
  144. <string>Manage</string>
  145. </property>
  146. <property name="autoDefault">
  147. <bool>false</bool>
  148. </property>
  149. </widget>
  150. </item>
  151. <item>
  152. <widget class="QDialogButtonBox" name="buttonBox">
  153. <property name="standardButtons">
  154. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  155. </property>
  156. </widget>
  157. </item>
  158. </layout>
  159. </item>
  160. </layout>
  161. </widget>
  162. <customwidgets>
  163. <customwidget>
  164. <class>AzToolsFramework::ReflectedPropertyEditor</class>
  165. <extends>QFrame</extends>
  166. <header location="global">AzToolsFramework/UI/PropertyEditor/ReflectedPropertyEditor.hxx</header>
  167. <container>1</container>
  168. </customwidget>
  169. <customwidget>
  170. <class>AzQtComponents::FilteredSearchWidget</class>
  171. <extends>QWidget</extends>
  172. <header>AzQtComponents/Components/FilteredSearchWidget.h</header>
  173. <container>1</container>
  174. </customwidget>
  175. </customwidgets>
  176. <resources/>
  177. <connections/>
  178. </ui>