HeaderWidget.ui 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>AZ::SceneAPI::UI::HeaderWidget</class>
  4. <widget class="QWidget" name="AZ::SceneAPI::UI::HeaderWidget">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>150</width>
  10. <height>61</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  15. <horstretch>0</horstretch>
  16. <verstretch>20</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <layout class="QVBoxLayout" name="verticalLayout">
  20. <item>
  21. <layout class="QHBoxLayout" name="horizontalLayout">
  22. <property name="spacing">
  23. <number>6</number>
  24. </property>
  25. <item>
  26. <widget class="QLabel" name="m_icon">
  27. <property name="sizePolicy">
  28. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  29. <horstretch>16</horstretch>
  30. <verstretch>16</verstretch>
  31. </sizepolicy>
  32. </property>
  33. <property name="maximumSize">
  34. <size>
  35. <width>16</width>
  36. <height>16</height>
  37. </size>
  38. </property>
  39. <property name="baseSize">
  40. <size>
  41. <width>16</width>
  42. <height>16</height>
  43. </size>
  44. </property>
  45. </widget>
  46. </item>
  47. <item>
  48. <widget class="QLabel" name="m_nameLabel">
  49. <property name="sizePolicy">
  50. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  51. <horstretch>0</horstretch>
  52. <verstretch>0</verstretch>
  53. </sizepolicy>
  54. </property>
  55. <property name="minimumSize">
  56. <size>
  57. <width>0</width>
  58. <height>18</height>
  59. </size>
  60. </property>
  61. <property name="maximumSize">
  62. <size>
  63. <width>16777215</width>
  64. <height>18</height>
  65. </size>
  66. </property>
  67. <property name="text">
  68. <string>Name label</string>
  69. </property>
  70. </widget>
  71. </item>
  72. <item>
  73. <spacer name="horizontalSpacer">
  74. <property name="orientation">
  75. <enum>Qt::Horizontal</enum>
  76. </property>
  77. <property name="sizeHint" stdset="0">
  78. <size>
  79. <width>40</width>
  80. <height>20</height>
  81. </size>
  82. </property>
  83. </spacer>
  84. </item>
  85. <item>
  86. <widget class="QToolButton" name="m_deleteButton">
  87. <property name="sizePolicy">
  88. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  89. <horstretch>16</horstretch>
  90. <verstretch>16</verstretch>
  91. </sizepolicy>
  92. </property>
  93. <property name="minimumSize">
  94. <size>
  95. <width>16</width>
  96. <height>16</height>
  97. </size>
  98. </property>
  99. <property name="maximumSize">
  100. <size>
  101. <width>16</width>
  102. <height>16</height>
  103. </size>
  104. </property>
  105. <property name="toolTip">
  106. <string>Delete this entry</string>
  107. </property>
  108. </widget>
  109. </item>
  110. </layout>
  111. </item>
  112. </layout>
  113. </widget>
  114. <resources/>
  115. <connections/>
  116. </ui>