SharedPreviewer.ui 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>SharedPreviewerClass</class>
  4. <widget class="QWidget" name="SharedPreviewerClass">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>266</width>
  10. <height>399</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="minimumSize">
  20. <size>
  21. <width>100</width>
  22. <height>100</height>
  23. </size>
  24. </property>
  25. <property name="windowTitle">
  26. <string>Preview</string>
  27. </property>
  28. <layout class="QVBoxLayout" name="verticalLayout">
  29. <item>
  30. <widget class="AzToolsFramework::Thumbnailer::ThumbnailWidget" name="m_previewWidget" native="true">
  31. <property name="sizePolicy">
  32. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  33. <horstretch>0</horstretch>
  34. <verstretch>0</verstretch>
  35. </sizepolicy>
  36. </property>
  37. <property name="minimumSize">
  38. <size>
  39. <width>0</width>
  40. <height>0</height>
  41. </size>
  42. </property>
  43. <property name="maximumSize">
  44. <size>
  45. <width>16777215</width>
  46. <height>16777215</height>
  47. </size>
  48. </property>
  49. <property name="baseSize">
  50. <size>
  51. <width>0</width>
  52. <height>0</height>
  53. </size>
  54. </property>
  55. <property name="autoFillBackground">
  56. <bool>false</bool>
  57. </property>
  58. <property name="styleSheet">
  59. <string notr="true"/>
  60. </property>
  61. </widget>
  62. </item>
  63. <item>
  64. <widget class="QLabel" name="m_fileInfoLabel">
  65. <property name="sizePolicy">
  66. <sizepolicy hsizetype="Minimum" vsizetype="Maximum">
  67. <horstretch>0</horstretch>
  68. <verstretch>0</verstretch>
  69. </sizepolicy>
  70. </property>
  71. <property name="minimumSize">
  72. <size>
  73. <width>0</width>
  74. <height>0</height>
  75. </size>
  76. </property>
  77. <property name="maximumSize">
  78. <size>
  79. <width>16777215</width>
  80. <height>16777215</height>
  81. </size>
  82. </property>
  83. <property name="text">
  84. <string>File Info</string>
  85. </property>
  86. <property name="textFormat">
  87. <enum>Qt::AutoText</enum>
  88. </property>
  89. <property name="scaledContents">
  90. <bool>false</bool>
  91. </property>
  92. <property name="alignment">
  93. <set>Qt::AlignHCenter|Qt::AlignTop</set>
  94. </property>
  95. <property name="wordWrap">
  96. <bool>true</bool>
  97. </property>
  98. </widget>
  99. </item>
  100. <item>
  101. <spacer name="verticalSpacer">
  102. <property name="orientation">
  103. <enum>Qt::Vertical</enum>
  104. </property>
  105. <property name="sizeType">
  106. <enum>QSizePolicy::Expanding</enum>
  107. </property>
  108. <property name="sizeHint" stdset="0">
  109. <size>
  110. <width>20</width>
  111. <height>0</height>
  112. </size>
  113. </property>
  114. </spacer>
  115. </item>
  116. </layout>
  117. </widget>
  118. <customwidgets>
  119. <customwidget>
  120. <class>AzToolsFramework::Thumbnailer::ThumbnailWidget</class>
  121. <extends>QWidget</extends>
  122. <header>AzToolsFramework/Thumbnails/ThumbnailWidget.h</header>
  123. <container>1</container>
  124. </customwidget>
  125. </customwidgets>
  126. <resources/>
  127. <connections/>
  128. </ui>