ProcessingAssetsDialog.ui 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ProcessingAssetsDialog</class>
  4. <widget class="QWidget" name="ProcessingAssetsDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>540</width>
  10. <height>187</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="minimumSize">
  20. <size>
  21. <width>440</width>
  22. <height>187</height>
  23. </size>
  24. </property>
  25. <property name="focusPolicy">
  26. <enum>Qt::StrongFocus</enum>
  27. </property>
  28. <property name="windowTitle">
  29. <string>Processing assets</string>
  30. </property>
  31. <property name="class" stdset="0">
  32. <string>AssetImporterDialog</string>
  33. </property>
  34. <layout class="QVBoxLayout" name="verticalLayout">
  35. <property name="spacing">
  36. <number>0</number>
  37. </property>
  38. <property name="sizeConstraint">
  39. <enum>QLayout::SetDefaultConstraint</enum>
  40. </property>
  41. <property name="leftMargin">
  42. <number>16</number>
  43. </property>
  44. <property name="topMargin">
  45. <number>12</number>
  46. </property>
  47. <property name="rightMargin">
  48. <number>16</number>
  49. </property>
  50. <property name="bottomMargin">
  51. <number>12</number>
  52. </property>
  53. <item>
  54. <layout class="QVBoxLayout" name="verticalLayout_2">
  55. <property name="spacing">
  56. <number>0</number>
  57. </property>
  58. <item>
  59. <widget class="QLabel" name="label">
  60. <property name="sizePolicy">
  61. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  62. <horstretch>0</horstretch>
  63. <verstretch>0</verstretch>
  64. </sizepolicy>
  65. </property>
  66. <property name="minimumSize">
  67. <size>
  68. <width>408</width>
  69. <height>76</height>
  70. </size>
  71. </property>
  72. <property name="font">
  73. <font>
  74. <pointsize>9</pointsize>
  75. <kerning>false</kerning>
  76. </font>
  77. </property>
  78. <property name="text">
  79. <string/>
  80. </property>
  81. <property name="alignment">
  82. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  83. </property>
  84. <property name="wordWrap">
  85. <bool>true</bool>
  86. </property>
  87. <property name="class" stdset="0">
  88. <string>AssetImporterLabel</string>
  89. </property>
  90. </widget>
  91. </item>
  92. <item>
  93. <spacer name="verticalSpacer">
  94. <property name="orientation">
  95. <enum>Qt::Vertical</enum>
  96. </property>
  97. <property name="sizeType">
  98. <enum>QSizePolicy::Fixed</enum>
  99. </property>
  100. <property name="sizeHint" stdset="0">
  101. <size>
  102. <width>405</width>
  103. <height>24</height>
  104. </size>
  105. </property>
  106. </spacer>
  107. </item>
  108. <item>
  109. <widget class="QDialogButtonBox" name="buttonBox">
  110. <property name="sizePolicy">
  111. <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
  112. <horstretch>0</horstretch>
  113. <verstretch>0</verstretch>
  114. </sizepolicy>
  115. </property>
  116. <property name="minimumSize">
  117. <size>
  118. <width>408</width>
  119. <height>28</height>
  120. </size>
  121. </property>
  122. <property name="standardButtons">
  123. <set>QDialogButtonBox::NoButton</set>
  124. </property>
  125. </widget>
  126. </item>
  127. </layout>
  128. </item>
  129. </layout>
  130. </widget>
  131. <resources/>
  132. <connections/>
  133. </ui>