3
0

TexturePresetSelectionWidget.ui 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>TexturePresetSelectionWidget</class>
  4. <widget class="QWidget" name="TexturePresetSelectionWidget">
  5. <property name="maximumSize">
  6. <size>
  7. <width>16777215</width>
  8. <height>160</height>
  9. </size>
  10. </property>
  11. <layout class="QGridLayout" name="gridLayout" columnminimumwidth="124,292,16,20">
  12. <property name="leftMargin">
  13. <number>5</number>
  14. </property>
  15. <property name="topMargin">
  16. <number>8</number>
  17. </property>
  18. <property name="rightMargin">
  19. <number>7</number>
  20. </property>
  21. <property name="bottomMargin">
  22. <number>0</number>
  23. </property>
  24. <property name="horizontalSpacing">
  25. <number>0</number>
  26. </property>
  27. <property name="verticalSpacing">
  28. <number>2</number>
  29. </property>
  30. <!-- Texture Preset -->
  31. <item row="0" column="0">
  32. <widget class="QLabel" name="activePresetLabel">
  33. <property name="text">
  34. <string>Preset</string>
  35. </property>
  36. </widget>
  37. </item>
  38. <!-- Preset Selector -->
  39. <item row="0" column="1">
  40. <widget class="QComboBox" name="presetComboBox">
  41. </widget>
  42. </item>
  43. <!-- Info -->
  44. <item row="0" column="2">
  45. <widget class="QToolButton" name="infoBtn">
  46. <property name="text">
  47. <string/>
  48. </property>
  49. <property name="icon">
  50. <iconset>
  51. <normalon>:/info.svg</normalon>
  52. </iconset>
  53. </property>
  54. <property name="iconSize">
  55. <size>
  56. <width>16</width>
  57. <height>16</height>
  58. </size>
  59. </property>
  60. </widget>
  61. </item>
  62. <!-- Reset -->
  63. <item row="0" column="3">
  64. <widget class="QToolButton" name="resetBtn">
  65. <property name="text">
  66. <string/>
  67. </property>
  68. <property name="icon">
  69. <iconset>
  70. <normalon>:/refresh-active.svg</normalon>
  71. </iconset>
  72. </property>
  73. <property name="iconSize">
  74. <size>
  75. <width>20</width>
  76. <height>20</height>
  77. </size>
  78. </property>
  79. </widget>
  80. </item>
  81. <!-- Use Full Res -->
  82. <item row="1" column="0">
  83. <widget class="QLabel" name="maxResLabel">
  84. <property name="text">
  85. <string>Use Max Res</string>
  86. </property>
  87. </widget>
  88. </item>
  89. <item row="1" column="1">
  90. <widget class="QCheckBox" name="serCheckBox">
  91. </widget>
  92. </item>
  93. <item row="2" column="0">
  94. <widget class="QLabel" name="tagLabel">
  95. <property name="text">
  96. <string>Tags</string>
  97. </property>
  98. </widget>
  99. </item>
  100. <item row="2" column="1">
  101. <layout class="QHBoxLayout" name="tagLayout">
  102. <item>
  103. <layout class="QVBoxLayout" name="tagListLayout">
  104. <item>
  105. <widget class="QComboBox" name="tagComboBox" />
  106. </item>
  107. <item>
  108. <widget class="QListWidget" name="tagList" />
  109. </item>
  110. </layout>
  111. </item>
  112. <item>
  113. <layout class="QVBoxLayout" name="tagButtonLayout">
  114. <item>
  115. <widget class="QPushButton" name="tagAddButton">
  116. <property name="text">
  117. <string>Add</string>
  118. </property>
  119. </widget>
  120. </item>
  121. <item>
  122. <widget class="QPushButton" name="tagRemoveButton">
  123. <property name="text">
  124. <string>Remove</string>
  125. </property>
  126. </widget>
  127. </item>
  128. </layout>
  129. </item>
  130. </layout>
  131. </item>
  132. </layout>
  133. </widget>
  134. <resources>
  135. <include location="./ImageProcessing.qrc"/>
  136. </resources>
  137. <connections/>
  138. </ui>