RasterResolutionWidget.ui 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  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>583</width>
  10. <height>99</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string notr="true">Form</string>
  15. </property>
  16. <layout class="QGridLayout" name="gridLayout" columnstretch="0,0,0,0,1">
  17. <item row="0" column="1">
  18. <widget class="QgsSpinBox" name="mRowsSpinBox">
  19. <property name="toolTip">
  20. <string>Number of rows (pixels) in output raster</string>
  21. </property>
  22. <property name="keyboardTracking">
  23. <bool>false</bool>
  24. </property>
  25. <property name="minimum">
  26. <number>1</number>
  27. </property>
  28. <property name="maximum">
  29. <number>999999</number>
  30. </property>
  31. </widget>
  32. </item>
  33. <item row="0" column="2">
  34. <widget class="QLabel" name="columnLabel">
  35. <property name="text">
  36. <string>Columns</string>
  37. </property>
  38. <property name="buddy">
  39. <cstring>mColumnsSpinBox</cstring>
  40. </property>
  41. </widget>
  42. </item>
  43. <item row="1" column="1">
  44. <widget class="QgsDoubleSpinBox" name="mCellXSpinBox">
  45. <property name="toolTip">
  46. <string>Resolution of each pixel in output raster, in layer units</string>
  47. </property>
  48. <property name="decimals">
  49. <number>6</number>
  50. </property>
  51. <property name="maximum">
  52. <double>999999999.000000000000000</double>
  53. </property>
  54. </widget>
  55. </item>
  56. <item row="1" column="0">
  57. <widget class="QLabel" name="cellsizeXLabel">
  58. <property name="text">
  59. <string>Pixel size X</string>
  60. </property>
  61. </widget>
  62. </item>
  63. <item row="0" column="3">
  64. <widget class="QgsSpinBox" name="mColumnsSpinBox">
  65. <property name="toolTip">
  66. <string>Number of columns (pixels) in output raster</string>
  67. </property>
  68. <property name="keyboardTracking">
  69. <bool>false</bool>
  70. </property>
  71. <property name="minimum">
  72. <number>1</number>
  73. </property>
  74. <property name="maximum">
  75. <number>999999</number>
  76. </property>
  77. </widget>
  78. </item>
  79. <item row="0" column="0">
  80. <widget class="QLabel" name="rowLabel">
  81. <property name="text">
  82. <string>Rows</string>
  83. </property>
  84. <property name="buddy">
  85. <cstring>mRowsSpinBox</cstring>
  86. </property>
  87. </widget>
  88. </item>
  89. <item row="1" column="2">
  90. <widget class="QLabel" name="cellsizeYLabel">
  91. <property name="text">
  92. <string>Pixel size Y</string>
  93. </property>
  94. </widget>
  95. </item>
  96. <item row="1" column="3">
  97. <widget class="QgsDoubleSpinBox" name="mCellYSpinBox">
  98. <property name="toolTip">
  99. <string>Resolution of each pixel in output raster, in layer units</string>
  100. </property>
  101. <property name="decimals">
  102. <number>6</number>
  103. </property>
  104. <property name="maximum">
  105. <double>999999999.000000000000000</double>
  106. </property>
  107. </widget>
  108. </item>
  109. <item row="0" column="4">
  110. <spacer name="horizontalSpacer_2">
  111. <property name="orientation">
  112. <enum>Qt::Horizontal</enum>
  113. </property>
  114. <property name="sizeHint" stdset="0">
  115. <size>
  116. <width>40</width>
  117. <height>20</height>
  118. </size>
  119. </property>
  120. </spacer>
  121. </item>
  122. </layout>
  123. </widget>
  124. <customwidgets>
  125. <customwidget>
  126. <class>QgsSpinBox</class>
  127. <extends>QSpinBox</extends>
  128. <header>qgis.gui</header>
  129. </customwidget>
  130. <customwidget>
  131. <class>QgsDoubleSpinBox</class>
  132. <extends>QDoubleSpinBox</extends>
  133. <header>qgis.gui</header>
  134. </customwidget>
  135. </customwidgets>
  136. <resources/>
  137. <connections/>
  138. </ui>