TexturePropertyEditor.ui 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>TexturePropertyEditor</class>
  4. <widget class="QDialog" name="TexturePropertyEditor">
  5. <property name="minimumSize">
  6. <size>
  7. <width>1000</width>
  8. <height>604</height>
  9. </size>
  10. </property>
  11. <property name="maximumSize">
  12. <size>
  13. <width>1000</width>
  14. <height>604</height>
  15. </size>
  16. </property>
  17. <property name="windowTitle">
  18. <string>Texture Settings</string>
  19. </property>
  20. <!-- Texture preview area -->
  21. <widget class="QWidget" name="previewArea">
  22. <property name="geometry">
  23. <rect>
  24. <x>0</x>
  25. <y>0</y>
  26. <width>532</width>
  27. <height>572</height>
  28. </rect>
  29. </property>
  30. <layout class="QVBoxLayout" name="mainLayout">
  31. <property name="spacing">
  32. <number>0</number>
  33. </property>
  34. </layout>
  35. </widget>
  36. <!-- Texture settings area-->
  37. <widget class="QWidget" name="settingsArea">
  38. <property name="geometry">
  39. <rect>
  40. <x>532</x>
  41. <y>0</y>
  42. <width>468</width>
  43. <height>572</height>
  44. </rect>
  45. </property>
  46. <layout class="QVBoxLayout" name="settingsLayout">
  47. <property name="spacing">
  48. <number>0</number>
  49. </property>
  50. </layout>
  51. </widget>
  52. <!-- Button area -->
  53. <widget class="QWidget" name="buttonArea">
  54. <property name="geometry">
  55. <rect>
  56. <x>0</x>
  57. <y>572</y>
  58. <width>1000</width>
  59. <height>32</height>
  60. </rect>
  61. </property>
  62. <!-- Help Button -->
  63. <widget class="QToolButton" name="helpBtn">
  64. <property name="geometry">
  65. <rect>
  66. <x>832</x>
  67. <y>0</y>
  68. <width>24</width>
  69. <height>24</height>
  70. </rect>
  71. </property>
  72. <property name="icon">
  73. <iconset>
  74. <normalon>:/question.svg</normalon>
  75. </iconset>
  76. </property>
  77. </widget>
  78. <!-- Save Button -->
  79. <widget class="QPushButton" name="saveBtn">
  80. <property name="geometry">
  81. <rect>
  82. <x>862</x>
  83. <y>0</y>
  84. <width>60</width>
  85. <height>24</height>
  86. </rect>
  87. </property>
  88. <property name="text">
  89. <string>Apply</string>
  90. </property>
  91. </widget>
  92. <!-- Cancel Button -->
  93. <widget class="QPushButton" name="cancelBtn">
  94. <property name="geometry">
  95. <rect>
  96. <x>932</x>
  97. <y>0</y>
  98. <width>60</width>
  99. <height>24</height>
  100. </rect>
  101. </property>
  102. <property name="text">
  103. <string>Close</string>
  104. </property>
  105. </widget>
  106. </widget>
  107. </widget>
  108. <resources>
  109. <include location="./ImageProcessing.qrc"/>
  110. </resources>
  111. <connections/>
  112. </ui>