saveSHPFileDlg.ui 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>SaveSHPFileDlg</class>
  4. <widget class="QDialog" name="SaveSHPFileDlg">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>366</width>
  10. <height>192</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Save SHP file</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout_2">
  17. <item>
  18. <widget class="QGroupBox" name="groupBox">
  19. <property name="title">
  20. <string>3D polylines</string>
  21. </property>
  22. <layout class="QVBoxLayout" name="verticalLayout">
  23. <item>
  24. <layout class="QHBoxLayout" name="horizontalLayout">
  25. <item>
  26. <widget class="QLabel" name="label">
  27. <property name="text">
  28. <string>Vertical dimension</string>
  29. </property>
  30. </widget>
  31. </item>
  32. <item>
  33. <widget class="QComboBox" name="dimComboBox">
  34. <property name="currentIndex">
  35. <number>2</number>
  36. </property>
  37. <property name="maxVisibleItems">
  38. <number>3</number>
  39. </property>
  40. <item>
  41. <property name="text">
  42. <string notr="true">X</string>
  43. </property>
  44. </item>
  45. <item>
  46. <property name="text">
  47. <string notr="true">Y</string>
  48. </property>
  49. </item>
  50. <item>
  51. <property name="text">
  52. <string notr="true">Z</string>
  53. </property>
  54. </item>
  55. </widget>
  56. </item>
  57. </layout>
  58. </item>
  59. <item>
  60. <widget class="QCheckBox" name="save3DPolyAs2DCheckBox">
  61. <property name="toolTip">
  62. <string>Save the 3D polylines as 2D ones (make sure to set the right 'vertical dimension')</string>
  63. </property>
  64. <property name="text">
  65. <string>save as 2D polylines</string>
  66. </property>
  67. </widget>
  68. </item>
  69. <item>
  70. <widget class="QCheckBox" name="save3DPolyHeightInDBFCheckBox">
  71. <property name="toolTip">
  72. <string>The height of each polyline (considered as constant!) will be saved as a field in the associated DBF file</string>
  73. </property>
  74. <property name="text">
  75. <string>save (constant) height of polylines as a DBF field</string>
  76. </property>
  77. </widget>
  78. </item>
  79. </layout>
  80. </widget>
  81. </item>
  82. <item>
  83. <spacer name="verticalSpacer">
  84. <property name="orientation">
  85. <enum>Qt::Vertical</enum>
  86. </property>
  87. <property name="sizeHint" stdset="0">
  88. <size>
  89. <width>20</width>
  90. <height>2</height>
  91. </size>
  92. </property>
  93. </spacer>
  94. </item>
  95. <item>
  96. <widget class="QDialogButtonBox" name="buttonBox">
  97. <property name="orientation">
  98. <enum>Qt::Horizontal</enum>
  99. </property>
  100. <property name="standardButtons">
  101. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  102. </property>
  103. </widget>
  104. </item>
  105. </layout>
  106. </widget>
  107. <resources/>
  108. <connections>
  109. <connection>
  110. <sender>buttonBox</sender>
  111. <signal>accepted()</signal>
  112. <receiver>SaveSHPFileDlg</receiver>
  113. <slot>accept()</slot>
  114. <hints>
  115. <hint type="sourcelabel">
  116. <x>248</x>
  117. <y>254</y>
  118. </hint>
  119. <hint type="destinationlabel">
  120. <x>157</x>
  121. <y>274</y>
  122. </hint>
  123. </hints>
  124. </connection>
  125. <connection>
  126. <sender>buttonBox</sender>
  127. <signal>rejected()</signal>
  128. <receiver>SaveSHPFileDlg</receiver>
  129. <slot>reject()</slot>
  130. <hints>
  131. <hint type="sourcelabel">
  132. <x>316</x>
  133. <y>260</y>
  134. </hint>
  135. <hint type="destinationlabel">
  136. <x>286</x>
  137. <y>274</y>
  138. </hint>
  139. </hints>
  140. </connection>
  141. </connections>
  142. </ui>