graphicalSegmentationOptionsDlg.ui 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>GraphicalSegmentationOptionsDlg</class>
  4. <widget class="QDialog" name="GraphicalSegmentationOptionsDlg">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>338</width>
  10. <height>132</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout_2">
  17. <item>
  18. <widget class="QGroupBox" name="groupBox_5">
  19. <property name="sizePolicy">
  20. <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
  21. <horstretch>0</horstretch>
  22. <verstretch>0</verstretch>
  23. </sizepolicy>
  24. </property>
  25. <property name="minimumSize">
  26. <size>
  27. <width>320</width>
  28. <height>0</height>
  29. </size>
  30. </property>
  31. <property name="autoFillBackground">
  32. <bool>false</bool>
  33. </property>
  34. <property name="title">
  35. <string>Additional Suffix</string>
  36. </property>
  37. <property name="alignment">
  38. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
  39. </property>
  40. <layout class="QGridLayout" name="gridLayout">
  41. <property name="leftMargin">
  42. <number>30</number>
  43. </property>
  44. <property name="topMargin">
  45. <number>9</number>
  46. </property>
  47. <property name="rightMargin">
  48. <number>9</number>
  49. </property>
  50. <property name="bottomMargin">
  51. <number>9</number>
  52. </property>
  53. <item row="0" column="0">
  54. <layout class="QVBoxLayout" name="verticalLayout">
  55. <item>
  56. <layout class="QHBoxLayout" name="horizontalLayout_6">
  57. <property name="spacing">
  58. <number>6</number>
  59. </property>
  60. <property name="leftMargin">
  61. <number>0</number>
  62. </property>
  63. <property name="bottomMargin">
  64. <number>0</number>
  65. </property>
  66. <item>
  67. <widget class="QLabel" name="label_10">
  68. <property name="text">
  69. <string>Remaining:</string>
  70. </property>
  71. </widget>
  72. </item>
  73. <item>
  74. <spacer name="horizontalSpacer">
  75. <property name="orientation">
  76. <enum>Qt::Horizontal</enum>
  77. </property>
  78. <property name="sizeType">
  79. <enum>QSizePolicy::Preferred</enum>
  80. </property>
  81. <property name="sizeHint" stdset="0">
  82. <size>
  83. <width>15</width>
  84. <height>20</height>
  85. </size>
  86. </property>
  87. </spacer>
  88. </item>
  89. <item>
  90. <widget class="QLineEdit" name="remainingTextLineEdit">
  91. <property name="toolTip">
  92. <string>Suffix added to the remaining cloud</string>
  93. </property>
  94. <property name="text">
  95. <string>.remaining</string>
  96. </property>
  97. <property name="readOnly">
  98. <bool>false</bool>
  99. </property>
  100. </widget>
  101. </item>
  102. </layout>
  103. </item>
  104. <item>
  105. <layout class="QHBoxLayout" name="horizontalLayout_11">
  106. <property name="spacing">
  107. <number>6</number>
  108. </property>
  109. <item>
  110. <widget class="QLabel" name="label_9">
  111. <property name="text">
  112. <string>Segmented:</string>
  113. </property>
  114. </widget>
  115. </item>
  116. <item>
  117. <spacer name="horizontalSpacer_2">
  118. <property name="orientation">
  119. <enum>Qt::Horizontal</enum>
  120. </property>
  121. <property name="sizeType">
  122. <enum>QSizePolicy::Preferred</enum>
  123. </property>
  124. <property name="sizeHint" stdset="0">
  125. <size>
  126. <width>10</width>
  127. <height>20</height>
  128. </size>
  129. </property>
  130. </spacer>
  131. </item>
  132. <item>
  133. <widget class="QLineEdit" name="segmentedTextLineEdit">
  134. <property name="toolTip">
  135. <string>Suffix added to the segmented cloud</string>
  136. </property>
  137. <property name="text">
  138. <string>.segmented</string>
  139. </property>
  140. <property name="readOnly">
  141. <bool>false</bool>
  142. </property>
  143. </widget>
  144. </item>
  145. </layout>
  146. </item>
  147. </layout>
  148. </item>
  149. </layout>
  150. </widget>
  151. </item>
  152. <item>
  153. <widget class="QDialogButtonBox" name="buttonBox">
  154. <property name="orientation">
  155. <enum>Qt::Horizontal</enum>
  156. </property>
  157. <property name="standardButtons">
  158. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  159. </property>
  160. </widget>
  161. </item>
  162. </layout>
  163. </widget>
  164. <resources/>
  165. <connections>
  166. <connection>
  167. <sender>buttonBox</sender>
  168. <signal>rejected()</signal>
  169. <receiver>GraphicalSegmentationOptionsDlg</receiver>
  170. <slot>reject()</slot>
  171. <hints>
  172. <hint type="sourcelabel">
  173. <x>316</x>
  174. <y>260</y>
  175. </hint>
  176. <hint type="destinationlabel">
  177. <x>286</x>
  178. <y>274</y>
  179. </hint>
  180. </hints>
  181. </connection>
  182. <connection>
  183. <sender>buttonBox</sender>
  184. <signal>accepted()</signal>
  185. <receiver>GraphicalSegmentationOptionsDlg</receiver>
  186. <slot>accept()</slot>
  187. <hints>
  188. <hint type="sourcelabel">
  189. <x>248</x>
  190. <y>254</y>
  191. </hint>
  192. <hint type="destinationlabel">
  193. <x>157</x>
  194. <y>274</y>
  195. </hint>
  196. </hints>
  197. </connection>
  198. </connections>
  199. </ui>