pointListPickingDlg.ui 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>PointListPickingDlg</class>
  4. <widget class="QDialog" name="PointListPickingDlg">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>500</width>
  10. <height>227</height>
  11. </rect>
  12. </property>
  13. <property name="minimumSize">
  14. <size>
  15. <width>500</width>
  16. <height>0</height>
  17. </size>
  18. </property>
  19. <property name="windowTitle">
  20. <string>Point list picking</string>
  21. </property>
  22. <layout class="QVBoxLayout" name="verticalLayout">
  23. <item>
  24. <layout class="QHBoxLayout" name="horizontalLayout">
  25. <item>
  26. <widget class="QToolButton" name="revertToolButton">
  27. <property name="enabled">
  28. <bool>false</bool>
  29. </property>
  30. <property name="statusTip">
  31. <string>Remove last entry</string>
  32. </property>
  33. <property name="whatsThis">
  34. <string>Remove last entry</string>
  35. </property>
  36. <property name="text">
  37. <string>remove last</string>
  38. </property>
  39. <property name="icon">
  40. <iconset resource="../icons.qrc">
  41. <normaloff>:/CC/images/smallReset.png</normaloff>:/CC/images/smallReset.png</iconset>
  42. </property>
  43. </widget>
  44. </item>
  45. <item>
  46. <widget class="QToolButton" name="exportToolButton">
  47. <property name="toolTip">
  48. <string>export to ASCII file</string>
  49. </property>
  50. <property name="statusTip">
  51. <string>export to ASCII file</string>
  52. </property>
  53. <property name="icon">
  54. <iconset resource="../icons.qrc">
  55. <normaloff>:/CC/images/ccSave.png</normaloff>:/CC/images/ccSave.png</iconset>
  56. </property>
  57. <property name="popupMode">
  58. <enum>QToolButton::MenuButtonPopup</enum>
  59. </property>
  60. </widget>
  61. </item>
  62. <item>
  63. <widget class="QToolButton" name="validToolButton">
  64. <property name="enabled">
  65. <bool>false</bool>
  66. </property>
  67. <property name="statusTip">
  68. <string>Convert list to new cloud (and close dialog)</string>
  69. </property>
  70. <property name="whatsThis">
  71. <string>Convert list to new cloud (and close dialog)</string>
  72. </property>
  73. <property name="text">
  74. <string>to cloud</string>
  75. </property>
  76. <property name="icon">
  77. <iconset resource="../icons.qrc">
  78. <normaloff>:/CC/images/smallValidate.png</normaloff>:/CC/images/smallValidate.png</iconset>
  79. </property>
  80. </widget>
  81. </item>
  82. <item>
  83. <widget class="QToolButton" name="cancelToolButton">
  84. <property name="toolTip">
  85. <string>Close dialog (list will be lost)</string>
  86. </property>
  87. <property name="statusTip">
  88. <string>Close dialog (list will be lost)</string>
  89. </property>
  90. <property name="text">
  91. <string>stop</string>
  92. </property>
  93. <property name="icon">
  94. <iconset resource="../icons.qrc">
  95. <normaloff>:/CC/images/smallCancel.png</normaloff>:/CC/images/smallCancel.png</iconset>
  96. </property>
  97. </widget>
  98. </item>
  99. <item>
  100. <spacer name="horizontalSpacer_2">
  101. <property name="orientation">
  102. <enum>Qt::Horizontal</enum>
  103. </property>
  104. <property name="sizeHint" stdset="0">
  105. <size>
  106. <width>40</width>
  107. <height>20</height>
  108. </size>
  109. </property>
  110. </spacer>
  111. </item>
  112. <item>
  113. <widget class="QLabel" name="label_2">
  114. <property name="text">
  115. <string>count</string>
  116. </property>
  117. </widget>
  118. </item>
  119. <item>
  120. <widget class="QLineEdit" name="countLineEdit">
  121. <property name="sizePolicy">
  122. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  123. <horstretch>0</horstretch>
  124. <verstretch>0</verstretch>
  125. </sizepolicy>
  126. </property>
  127. <property name="maximumSize">
  128. <size>
  129. <width>40</width>
  130. <height>16777215</height>
  131. </size>
  132. </property>
  133. <property name="text">
  134. <string notr="true">0</string>
  135. </property>
  136. <property name="maxLength">
  137. <number>255</number>
  138. </property>
  139. <property name="frame">
  140. <bool>false</bool>
  141. </property>
  142. <property name="readOnly">
  143. <bool>true</bool>
  144. </property>
  145. </widget>
  146. </item>
  147. </layout>
  148. </item>
  149. <item>
  150. <widget class="QTableWidget" name="tableWidget">
  151. <property name="editTriggers">
  152. <set>QAbstractItemView::NoEditTriggers</set>
  153. </property>
  154. <property name="showDropIndicator" stdset="0">
  155. <bool>false</bool>
  156. </property>
  157. <property name="selectionMode">
  158. <enum>QAbstractItemView::NoSelection</enum>
  159. </property>
  160. <attribute name="horizontalHeaderDefaultSectionSize">
  161. <number>115</number>
  162. </attribute>
  163. <attribute name="verticalHeaderDefaultSectionSize">
  164. <number>18</number>
  165. </attribute>
  166. <column>
  167. <property name="text">
  168. <string>Index</string>
  169. </property>
  170. </column>
  171. <column>
  172. <property name="text">
  173. <string notr="true">X</string>
  174. </property>
  175. </column>
  176. <column>
  177. <property name="text">
  178. <string notr="true">Y</string>
  179. </property>
  180. </column>
  181. <column>
  182. <property name="text">
  183. <string notr="true">Z</string>
  184. </property>
  185. </column>
  186. </widget>
  187. </item>
  188. <item>
  189. <layout class="QHBoxLayout" name="horizontalLayout_2">
  190. <item>
  191. <widget class="QLabel" name="label">
  192. <property name="text">
  193. <string>marker size</string>
  194. </property>
  195. </widget>
  196. </item>
  197. <item>
  198. <widget class="QSpinBox" name="markerSizeSpinBox">
  199. <property name="minimum">
  200. <number>1</number>
  201. </property>
  202. <property name="maximum">
  203. <number>99</number>
  204. </property>
  205. <property name="value">
  206. <number>4</number>
  207. </property>
  208. </widget>
  209. </item>
  210. <item>
  211. <spacer name="horizontalSpacer">
  212. <property name="orientation">
  213. <enum>Qt::Horizontal</enum>
  214. </property>
  215. <property name="sizeHint" stdset="0">
  216. <size>
  217. <width>40</width>
  218. <height>20</height>
  219. </size>
  220. </property>
  221. </spacer>
  222. </item>
  223. <item>
  224. <widget class="QLabel" name="label_3">
  225. <property name="text">
  226. <string>start index</string>
  227. </property>
  228. </widget>
  229. </item>
  230. <item>
  231. <widget class="QSpinBox" name="startIndexSpinBox">
  232. <property name="maximum">
  233. <number>10000</number>
  234. </property>
  235. <property name="singleStep">
  236. <number>1</number>
  237. </property>
  238. <property name="value">
  239. <number>1</number>
  240. </property>
  241. </widget>
  242. </item>
  243. <item>
  244. <spacer name="horizontalSpacer_3">
  245. <property name="orientation">
  246. <enum>Qt::Horizontal</enum>
  247. </property>
  248. <property name="sizeHint" stdset="0">
  249. <size>
  250. <width>40</width>
  251. <height>20</height>
  252. </size>
  253. </property>
  254. </spacer>
  255. </item>
  256. <item>
  257. <widget class="QCheckBox" name="showGlobalCoordsCheckBox">
  258. <property name="enabled">
  259. <bool>false</bool>
  260. </property>
  261. <property name="toolTip">
  262. <string>Show global coordinates (instead of shifted ones)</string>
  263. </property>
  264. <property name="text">
  265. <string>show global coordinates</string>
  266. </property>
  267. </widget>
  268. </item>
  269. </layout>
  270. </item>
  271. </layout>
  272. </widget>
  273. <resources>
  274. <include location="../icons.qrc"/>
  275. </resources>
  276. <connections/>
  277. </ui>