rasterExportOptionsDlg.ui 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>RasterExportOptionsDialog</class>
  4. <widget class="QDialog" name="RasterExportOptionsDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>270</width>
  10. <height>219</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Raster export options</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <layout class="QHBoxLayout" name="horizontalLayout">
  19. <item>
  20. <spacer name="horizontalSpacer_2">
  21. <property name="orientation">
  22. <enum>Qt::Horizontal</enum>
  23. </property>
  24. <property name="sizeHint" stdset="0">
  25. <size>
  26. <width>40</width>
  27. <height>20</height>
  28. </size>
  29. </property>
  30. </spacer>
  31. </item>
  32. <item>
  33. <widget class="QLabel" name="label">
  34. <property name="text">
  35. <string>Raster dimensions:</string>
  36. </property>
  37. </widget>
  38. </item>
  39. <item>
  40. <widget class="QLabel" name="dimensionsLabel">
  41. <property name="text">
  42. <string notr="true">0 x 0</string>
  43. </property>
  44. </widget>
  45. </item>
  46. <item>
  47. <spacer name="horizontalSpacer">
  48. <property name="orientation">
  49. <enum>Qt::Horizontal</enum>
  50. </property>
  51. <property name="sizeHint" stdset="0">
  52. <size>
  53. <width>40</width>
  54. <height>20</height>
  55. </size>
  56. </property>
  57. </spacer>
  58. </item>
  59. </layout>
  60. </item>
  61. <item>
  62. <widget class="QCheckBox" name="exportRGBCheckBox">
  63. <property name="text">
  64. <string>Export RGB colors</string>
  65. </property>
  66. </widget>
  67. </item>
  68. <item>
  69. <widget class="QCheckBox" name="exportHeightsCheckBox">
  70. <property name="text">
  71. <string>Export heights</string>
  72. </property>
  73. <property name="checked">
  74. <bool>true</bool>
  75. </property>
  76. </widget>
  77. </item>
  78. <item>
  79. <widget class="QCheckBox" name="exportActiveLayerCheckBox">
  80. <property name="text">
  81. <string>Export active layer</string>
  82. </property>
  83. </widget>
  84. </item>
  85. <item>
  86. <widget class="QCheckBox" name="exportAllSFCheckBox">
  87. <property name="text">
  88. <string>Export all scalar fields</string>
  89. </property>
  90. </widget>
  91. </item>
  92. <item>
  93. <widget class="QCheckBox" name="exportDensityCheckBox">
  94. <property name="text">
  95. <string>Export density (population per cell)</string>
  96. </property>
  97. </widget>
  98. </item>
  99. <item>
  100. <spacer name="verticalSpacer">
  101. <property name="orientation">
  102. <enum>Qt::Vertical</enum>
  103. </property>
  104. <property name="sizeHint" stdset="0">
  105. <size>
  106. <width>20</width>
  107. <height>4</height>
  108. </size>
  109. </property>
  110. </spacer>
  111. </item>
  112. <item>
  113. <widget class="QDialogButtonBox" name="buttonBox">
  114. <property name="orientation">
  115. <enum>Qt::Horizontal</enum>
  116. </property>
  117. <property name="standardButtons">
  118. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  119. </property>
  120. </widget>
  121. </item>
  122. </layout>
  123. </widget>
  124. <resources/>
  125. <connections>
  126. <connection>
  127. <sender>buttonBox</sender>
  128. <signal>accepted()</signal>
  129. <receiver>RasterExportOptionsDialog</receiver>
  130. <slot>accept()</slot>
  131. <hints>
  132. <hint type="sourcelabel">
  133. <x>248</x>
  134. <y>254</y>
  135. </hint>
  136. <hint type="destinationlabel">
  137. <x>157</x>
  138. <y>274</y>
  139. </hint>
  140. </hints>
  141. </connection>
  142. <connection>
  143. <sender>buttonBox</sender>
  144. <signal>rejected()</signal>
  145. <receiver>RasterExportOptionsDialog</receiver>
  146. <slot>reject()</slot>
  147. <hints>
  148. <hint type="sourcelabel">
  149. <x>316</x>
  150. <y>260</y>
  151. </hint>
  152. <hint type="destinationlabel">
  153. <x>286</x>
  154. <y>274</y>
  155. </hint>
  156. </hints>
  157. </connection>
  158. <connection>
  159. <sender>exportAllSFCheckBox</sender>
  160. <signal>toggled(bool)</signal>
  161. <receiver>exportActiveLayerCheckBox</receiver>
  162. <slot>setDisabled(bool)</slot>
  163. <hints>
  164. <hint type="sourcelabel">
  165. <x>110</x>
  166. <y>98</y>
  167. </hint>
  168. <hint type="destinationlabel">
  169. <x>140</x>
  170. <y>68</y>
  171. </hint>
  172. </hints>
  173. </connection>
  174. </connections>
  175. </ui>