interpolationdatawidgetbase.ui 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  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>400</width>
  10. <height>300</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="QLabel" name="label_2">
  19. <property name="text">
  20. <string>Vector layer</string>
  21. </property>
  22. <property name="buddy">
  23. <cstring>cmbLayers</cstring>
  24. </property>
  25. </widget>
  26. </item>
  27. <item row="0" column="1">
  28. <widget class="QgsMapLayerComboBox" name="cmbLayers">
  29. <property name="sizePolicy">
  30. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  31. <horstretch>0</horstretch>
  32. <verstretch>0</verstretch>
  33. </sizepolicy>
  34. </property>
  35. </widget>
  36. </item>
  37. <item row="1" column="0">
  38. <widget class="QLabel" name="mInterpolationAttributeLabel">
  39. <property name="text">
  40. <string>Interpolation attribute</string>
  41. </property>
  42. <property name="buddy">
  43. <cstring>cmbFields</cstring>
  44. </property>
  45. </widget>
  46. </item>
  47. <item row="1" column="1">
  48. <widget class="QgsFieldComboBox" name="cmbFields">
  49. <property name="sizePolicy">
  50. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
  51. <horstretch>0</horstretch>
  52. <verstretch>0</verstretch>
  53. </sizepolicy>
  54. </property>
  55. </widget>
  56. </item>
  57. <item row="4" column="0" colspan="2">
  58. <widget class="QTreeWidget" name="layersTree">
  59. <column>
  60. <property name="text">
  61. <string>Vector layer</string>
  62. </property>
  63. </column>
  64. <column>
  65. <property name="text">
  66. <string>Attribute</string>
  67. </property>
  68. </column>
  69. <column>
  70. <property name="text">
  71. <string>Type</string>
  72. </property>
  73. </column>
  74. </widget>
  75. </item>
  76. <item row="2" column="0" colspan="2">
  77. <widget class="QCheckBox" name="chkUseZCoordinate">
  78. <property name="text">
  79. <string>Use Z-coordinate for interpolation</string>
  80. </property>
  81. </widget>
  82. </item>
  83. <item row="3" column="0" colspan="2">
  84. <layout class="QHBoxLayout" name="horizontalLayout">
  85. <item>
  86. <spacer name="horizontalSpacer">
  87. <property name="orientation">
  88. <enum>Qt::Horizontal</enum>
  89. </property>
  90. <property name="sizeHint" stdset="0">
  91. <size>
  92. <width>40</width>
  93. <height>20</height>
  94. </size>
  95. </property>
  96. </spacer>
  97. </item>
  98. <item>
  99. <widget class="QToolButton" name="btnAdd">
  100. <property name="text">
  101. <string>…</string>
  102. </property>
  103. </widget>
  104. </item>
  105. <item>
  106. <widget class="QToolButton" name="btnRemove">
  107. <property name="text">
  108. <string>…</string>
  109. </property>
  110. </widget>
  111. </item>
  112. </layout>
  113. </item>
  114. </layout>
  115. </widget>
  116. <customwidgets>
  117. <customwidget>
  118. <class>QgsMapLayerComboBox</class>
  119. <extends>QComboBox</extends>
  120. <header location="global">qgis.gui</header>
  121. </customwidget>
  122. <customwidget>
  123. <class>QgsFieldComboBox</class>
  124. <extends>QComboBox</extends>
  125. <header location="global">qgis.gui</header>
  126. </customwidget>
  127. </customwidgets>
  128. <resources/>
  129. <connections/>
  130. </ui>