LUAEditorSettingsDialog.ui 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>LUAEditorSettingsDialog</class>
  4. <widget class="QDialog" name="LUAEditorSettingsDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>720</width>
  10. <height>400</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="windowTitle">
  20. <string>Settings</string>
  21. </property>
  22. <widget class="AzToolsFramework::ReflectedPropertyEditor" name="propertyEditor" native="true">
  23. <property name="geometry">
  24. <rect>
  25. <x>0</x>
  26. <y>0</y>
  27. <width>100</width>
  28. <height>30</height>
  29. </rect>
  30. </property>
  31. <property name="styleSheet">
  32. <string notr="true">QLabel{font-size: 13px;}
  33. </string>
  34. </property>
  35. </widget>
  36. <widget class="QPushButton" name="cancelButton">
  37. <property name="enabled">
  38. <bool>true</bool>
  39. </property>
  40. <property name="geometry">
  41. <rect>
  42. <x>370</x>
  43. <y>80</y>
  44. <width>111</width>
  45. <height>23</height>
  46. </rect>
  47. </property>
  48. <property name="font">
  49. <font>
  50. <weight>75</weight>
  51. <bold>true</bold>
  52. </font>
  53. </property>
  54. <property name="text">
  55. <string>Cancel</string>
  56. </property>
  57. <property name="autoDefault">
  58. <bool>false</bool>
  59. </property>
  60. </widget>
  61. <widget class="QPushButton" name="saveButton">
  62. <property name="enabled">
  63. <bool>true</bool>
  64. </property>
  65. <property name="geometry">
  66. <rect>
  67. <x>370</x>
  68. <y>80</y>
  69. <width>111</width>
  70. <height>23</height>
  71. </rect>
  72. </property>
  73. <property name="font">
  74. <font>
  75. <weight>75</weight>
  76. <bold>true</bold>
  77. </font>
  78. </property>
  79. <property name="text">
  80. <string>Save</string>
  81. </property>
  82. <property name="autoDefault">
  83. <bool>false</bool>
  84. </property>
  85. </widget>
  86. <widget class="QPushButton" name="saveCloseButton">
  87. <property name="enabled">
  88. <bool>true</bool>
  89. </property>
  90. <property name="geometry">
  91. <rect>
  92. <x>370</x>
  93. <y>80</y>
  94. <width>111</width>
  95. <height>23</height>
  96. </rect>
  97. </property>
  98. <property name="font">
  99. <font>
  100. <weight>75</weight>
  101. <bold>true</bold>
  102. </font>
  103. </property>
  104. <property name="text">
  105. <string>Save &amp;&amp; Close</string>
  106. </property>
  107. <property name="autoDefault">
  108. <bool>false</bool>
  109. </property>
  110. </widget>
  111. <widget class="QPushButton" name="applyButton">
  112. <property name="enabled">
  113. <bool>true</bool>
  114. </property>
  115. <property name="geometry">
  116. <rect>
  117. <x>370</x>
  118. <y>80</y>
  119. <width>111</width>
  120. <height>23</height>
  121. </rect>
  122. </property>
  123. <property name="font">
  124. <font>
  125. <weight>75</weight>
  126. <bold>true</bold>
  127. </font>
  128. </property>
  129. <property name="text">
  130. <string>Apply</string>
  131. </property>
  132. <property name="autoDefault">
  133. <bool>false</bool>
  134. </property>
  135. </widget>
  136. </widget>
  137. <customwidgets>
  138. <customwidget>
  139. <class>AzToolsFramework::ReflectedPropertyEditor</class>
  140. <extends>QWidget</extends>
  141. <header location="global">AzToolsFramework/UI/PropertyEditor/ReflectedPropertyEditor.hxx</header>
  142. <container>1</container>
  143. </customwidget>
  144. </customwidgets>
  145. <tabstops>
  146. <tabstop>cancelButton</tabstop>
  147. <tabstop>saveButton</tabstop>
  148. <tabstop>saveCloseButton</tabstop>
  149. </tabstops>
  150. <resources/>
  151. <connections/>
  152. </ui>