ImporterRootDisplay.ui 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ImporterRootDisplay</class>
  4. <widget class="QWidget" name="ImporterRootDisplay">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>382</width>
  10. <height>350</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. <layout class="QGridLayout" name="mainAreaLayout">
  20. <property name="leftMargin">
  21. <number>0</number>
  22. </property>
  23. <property name="topMargin">
  24. <number>0</number>
  25. </property>
  26. <property name="rightMargin">
  27. <number>0</number>
  28. </property>
  29. <property name="bottomMargin">
  30. <number>0</number>
  31. </property>
  32. <property name="spacing">
  33. <number>0</number>
  34. </property>
  35. <item row="4" column="0">
  36. <layout class="QHBoxLayout" name="horizontalLayout_5">
  37. <item>
  38. <spacer name="horizontalSpacer">
  39. <property name="orientation">
  40. <enum>Qt::Horizontal</enum>
  41. </property>
  42. <property name="sizeHint" stdset="0">
  43. <size>
  44. <width>40</width>
  45. <height>20</height>
  46. </size>
  47. </property>
  48. </spacer>
  49. </item>
  50. <item>
  51. <widget class="QLabel" name="m_timeStampTitle">
  52. <property name="text">
  53. <string>Last save:</string>
  54. </property>
  55. <property name="alignment">
  56. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
  57. </property>
  58. </widget>
  59. </item>
  60. <item>
  61. <widget class="QLabel" name="m_timeStamp">
  62. <property name="text">
  63. <string/>
  64. </property>
  65. </widget>
  66. </item>
  67. </layout>
  68. </item>
  69. <item row="3" column="0">
  70. <layout class="QVBoxLayout" name="m_manifestWidgetAreaLayout">
  71. <item>
  72. <layout class="QVBoxLayout" name="verticalLayout_2"/>
  73. </item>
  74. </layout>
  75. </item>
  76. <item row="0" column="0">
  77. <widget class="QFrame" name="m_pythonBuilderLayout">
  78. <property name="styleSheet">
  79. <string notr="true">QFrame#m_pythonBuilderLayout {background-color: #333333; margin-bottom: 6px; padding-top: 2px; padding-bottom: 2px; border-top-left-radius: 2px; border-top-right-radius: 2px;}</string>
  80. </property>
  81. <property name="frameShape">
  82. <enum>QFrame::StyledPanel</enum>
  83. </property>
  84. <property name="frameShadow">
  85. <enum>QFrame::Raised</enum>
  86. </property>
  87. <layout class="QHBoxLayout" name="horizontalLayout">
  88. <property name="leftMargin">
  89. <number>12</number>
  90. </property>
  91. <property name="topMargin">
  92. <number>0</number>
  93. </property>
  94. <property name="rightMargin">
  95. <number>12</number>
  96. </property>
  97. <property name="bottomMargin">
  98. <number>0</number>
  99. </property>
  100. <item>
  101. <widget class="AzQtComponents::ElidingLabel" name="m_pythonBuilder">
  102. <property name="text">
  103. <string>TextLabel</string>
  104. </property>
  105. </widget>
  106. </item>
  107. <item>
  108. <spacer name="horizontalSpacer_2">
  109. <property name="orientation">
  110. <enum>Qt::Horizontal</enum>
  111. </property>
  112. <property name="sizeHint" stdset="0">
  113. <size>
  114. <width>40</width>
  115. <height>20</height>
  116. </size>
  117. </property>
  118. </spacer>
  119. </item>
  120. <item>
  121. <widget class="QPushButton" name="m_closeButton">
  122. <property name="minimumSize">
  123. <size>
  124. <width>20</width>
  125. <height>20</height>
  126. </size>
  127. </property>
  128. <property name="maximumSize">
  129. <size>
  130. <width>20</width>
  131. <height>20</height>
  132. </size>
  133. </property>
  134. <property name="baseSize">
  135. <size>
  136. <width>20</width>
  137. <height>20</height>
  138. </size>
  139. </property>
  140. <property name="text">
  141. <string/>
  142. </property>
  143. <property name="icon">
  144. <iconset>
  145. <normaloff>:/SceneUI/Common/CloseIcon.svg</normaloff>:/SceneUI/Common/CloseIcon.svg</iconset>
  146. </property>
  147. <property name="iconSize">
  148. <size>
  149. <width>12</width>
  150. <height>12</height>
  151. </size>
  152. </property>
  153. <property name="flat">
  154. <bool>true</bool>
  155. </property>
  156. </widget>
  157. </item>
  158. </layout>
  159. </widget>
  160. </item>
  161. </layout>
  162. </widget>
  163. <customwidgets>
  164. <customwidget>
  165. <class>AzQtComponents::ElidingLabel</class>
  166. <extends>QLabel</extends>
  167. <header>AzQtComponents/Components/Widgets/ElidingLabel.h</header>
  168. </customwidget>
  169. </customwidgets>
  170. <resources/>
  171. <connections/>
  172. </ui>