reliefcolorswidgetbase.ui 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Form</class>
  4. <widget class="QWidget" name="Form">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>505</width>
  10. <height>209</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string notr="true">Form</string>
  15. </property>
  16. <layout class="QGridLayout" name="gridLayout">
  17. <item row="0" column="0">
  18. <widget class="QTreeWidget" name="reliefClassTree">
  19. <column>
  20. <property name="text">
  21. <string>Lower bound</string>
  22. </property>
  23. </column>
  24. <column>
  25. <property name="text">
  26. <string>Upper bound</string>
  27. </property>
  28. </column>
  29. <column>
  30. <property name="text">
  31. <string>Color</string>
  32. </property>
  33. </column>
  34. </widget>
  35. </item>
  36. <item row="0" column="1">
  37. <layout class="QVBoxLayout" name="verticalLayout">
  38. <item>
  39. <widget class="QToolButton" name="btnAdd">
  40. <property name="toolTip">
  41. <string>Add row</string>
  42. </property>
  43. <property name="text">
  44. <string>…</string>
  45. </property>
  46. </widget>
  47. </item>
  48. <item>
  49. <widget class="QToolButton" name="btnRemove">
  50. <property name="toolTip">
  51. <string>Remove row</string>
  52. </property>
  53. <property name="text">
  54. <string>…</string>
  55. </property>
  56. </widget>
  57. </item>
  58. <item>
  59. <widget class="QToolButton" name="btnUp">
  60. <property name="toolTip">
  61. <string>Move up</string>
  62. </property>
  63. <property name="text">
  64. <string>…</string>
  65. </property>
  66. </widget>
  67. </item>
  68. <item>
  69. <widget class="QToolButton" name="btnDown">
  70. <property name="toolTip">
  71. <string>Move down</string>
  72. </property>
  73. <property name="text">
  74. <string>…</string>
  75. </property>
  76. </widget>
  77. </item>
  78. <item>
  79. <spacer name="verticalSpacer">
  80. <property name="orientation">
  81. <enum>Qt::Vertical</enum>
  82. </property>
  83. <property name="sizeHint" stdset="0">
  84. <size>
  85. <width>20</width>
  86. <height>40</height>
  87. </size>
  88. </property>
  89. </spacer>
  90. </item>
  91. <item>
  92. <widget class="QToolButton" name="btnLoad">
  93. <property name="toolTip">
  94. <string>Load colors from file</string>
  95. </property>
  96. <property name="text">
  97. <string>…</string>
  98. </property>
  99. </widget>
  100. </item>
  101. <item>
  102. <widget class="QToolButton" name="btnSave">
  103. <property name="toolTip">
  104. <string>Save colors to file</string>
  105. </property>
  106. <property name="text">
  107. <string>…</string>
  108. </property>
  109. </widget>
  110. </item>
  111. <item>
  112. <widget class="QToolButton" name="btnAuto">
  113. <property name="toolTip">
  114. <string>Generate color table automatically</string>
  115. </property>
  116. <property name="text">
  117. <string>…</string>
  118. </property>
  119. </widget>
  120. </item>
  121. </layout>
  122. </item>
  123. </layout>
  124. </widget>
  125. <resources/>
  126. <connections/>
  127. </ui>