orthoSectionGenerationDlg.ui 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>OrthoSectionGenerationDlg</class>
  4. <widget class="QDialog" name="OrthoSectionGenerationDlg">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>350</width>
  10. <height>152</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Orthogonal sections generation</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <layout class="QHBoxLayout" name="horizontalLayout">
  19. <item>
  20. <widget class="QLabel" name="label">
  21. <property name="toolTip">
  22. <string>Selected path length</string>
  23. </property>
  24. <property name="text">
  25. <string>path length</string>
  26. </property>
  27. </widget>
  28. </item>
  29. <item>
  30. <widget class="QLineEdit" name="pathLengthLineEdit">
  31. <property name="enabled">
  32. <bool>false</bool>
  33. </property>
  34. <property name="readOnly">
  35. <bool>true</bool>
  36. </property>
  37. </widget>
  38. </item>
  39. <item>
  40. <widget class="QLabel" name="label_4">
  41. <property name="text">
  42. <string>sections</string>
  43. </property>
  44. </widget>
  45. </item>
  46. <item>
  47. <widget class="QLineEdit" name="sectionCountLineEdit">
  48. <property name="enabled">
  49. <bool>false</bool>
  50. </property>
  51. <property name="toolTip">
  52. <string>Number of sections that will be generated (depends on the 'step' parameter)</string>
  53. </property>
  54. <property name="readOnly">
  55. <bool>true</bool>
  56. </property>
  57. </widget>
  58. </item>
  59. </layout>
  60. </item>
  61. <item>
  62. <layout class="QFormLayout" name="formLayout">
  63. <item row="0" column="0">
  64. <widget class="QLabel" name="label_2">
  65. <property name="text">
  66. <string>step</string>
  67. </property>
  68. </widget>
  69. </item>
  70. <item row="0" column="1">
  71. <widget class="QDoubleSpinBox" name="stepDoubleSpinBox">
  72. <property name="toolTip">
  73. <string>Section generation step</string>
  74. </property>
  75. <property name="decimals">
  76. <number>6</number>
  77. </property>
  78. <property name="minimum">
  79. <double>0.000000000000000</double>
  80. </property>
  81. <property name="maximum">
  82. <double>1000000000.000000000000000</double>
  83. </property>
  84. </widget>
  85. </item>
  86. <item row="1" column="0">
  87. <widget class="QLabel" name="label_3">
  88. <property name="text">
  89. <string>width</string>
  90. </property>
  91. </widget>
  92. </item>
  93. <item row="1" column="1">
  94. <widget class="QDoubleSpinBox" name="widthDoubleSpinBox">
  95. <property name="toolTip">
  96. <string>Total width of each orthogonal section (centered on the path line)</string>
  97. </property>
  98. <property name="decimals">
  99. <number>6</number>
  100. </property>
  101. <property name="minimum">
  102. <double>0.000001000000000</double>
  103. </property>
  104. <property name="maximum">
  105. <double>1000000000.000000000000000</double>
  106. </property>
  107. </widget>
  108. </item>
  109. </layout>
  110. </item>
  111. <item>
  112. <widget class="QCheckBox" name="autoSaveAndRemoveCheckBox">
  113. <property name="toolTip">
  114. <string>Automatically save then remove the generatrix polyline</string>
  115. </property>
  116. <property name="text">
  117. <string>auto save and remove generatrix</string>
  118. </property>
  119. <property name="checked">
  120. <bool>true</bool>
  121. </property>
  122. </widget>
  123. </item>
  124. <item>
  125. <spacer name="verticalSpacer">
  126. <property name="orientation">
  127. <enum>Qt::Vertical</enum>
  128. </property>
  129. <property name="sizeHint" stdset="0">
  130. <size>
  131. <width>20</width>
  132. <height>40</height>
  133. </size>
  134. </property>
  135. </spacer>
  136. </item>
  137. <item>
  138. <widget class="QDialogButtonBox" name="buttonBox">
  139. <property name="orientation">
  140. <enum>Qt::Horizontal</enum>
  141. </property>
  142. <property name="standardButtons">
  143. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  144. </property>
  145. </widget>
  146. </item>
  147. </layout>
  148. </widget>
  149. <resources/>
  150. <connections>
  151. <connection>
  152. <sender>buttonBox</sender>
  153. <signal>accepted()</signal>
  154. <receiver>OrthoSectionGenerationDlg</receiver>
  155. <slot>accept()</slot>
  156. <hints>
  157. <hint type="sourcelabel">
  158. <x>248</x>
  159. <y>254</y>
  160. </hint>
  161. <hint type="destinationlabel">
  162. <x>157</x>
  163. <y>274</y>
  164. </hint>
  165. </hints>
  166. </connection>
  167. <connection>
  168. <sender>buttonBox</sender>
  169. <signal>rejected()</signal>
  170. <receiver>OrthoSectionGenerationDlg</receiver>
  171. <slot>reject()</slot>
  172. <hints>
  173. <hint type="sourcelabel">
  174. <x>316</x>
  175. <y>260</y>
  176. </hint>
  177. <hint type="destinationlabel">
  178. <x>286</x>
  179. <y>274</y>
  180. </hint>
  181. </hints>
  182. </connection>
  183. </connections>
  184. </ui>