graphicalTransformationDlg.ui 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>GraphicalTransformationDlg</class>
  4. <widget class="QDialog" name="GraphicalTransformationDlg">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>730</width>
  10. <height>465</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="windowTitle">
  20. <string>Graphical Transformation</string>
  21. </property>
  22. <layout class="QVBoxLayout" name="verticalLayout">
  23. <property name="sizeConstraint">
  24. <enum>QLayout::SetDefaultConstraint</enum>
  25. </property>
  26. <property name="leftMargin">
  27. <number>6</number>
  28. </property>
  29. <property name="topMargin">
  30. <number>6</number>
  31. </property>
  32. <property name="rightMargin">
  33. <number>6</number>
  34. </property>
  35. <property name="bottomMargin">
  36. <number>6</number>
  37. </property>
  38. <item>
  39. <widget class="QFrame" name="frame">
  40. <property name="sizePolicy">
  41. <sizepolicy hsizetype="Expanding" vsizetype="Maximum">
  42. <horstretch>0</horstretch>
  43. <verstretch>0</verstretch>
  44. </sizepolicy>
  45. </property>
  46. <layout class="QHBoxLayout" name="horizontalLayout">
  47. <property name="leftMargin">
  48. <number>0</number>
  49. </property>
  50. <property name="topMargin">
  51. <number>0</number>
  52. </property>
  53. <property name="rightMargin">
  54. <number>0</number>
  55. </property>
  56. <property name="bottomMargin">
  57. <number>0</number>
  58. </property>
  59. <item>
  60. <spacer name="horizontalSpacer">
  61. <property name="orientation">
  62. <enum>Qt::Horizontal</enum>
  63. </property>
  64. <property name="sizeType">
  65. <enum>QSizePolicy::Preferred</enum>
  66. </property>
  67. <property name="sizeHint" stdset="0">
  68. <size>
  69. <width>40</width>
  70. <height>20</height>
  71. </size>
  72. </property>
  73. </spacer>
  74. </item>
  75. <item>
  76. <widget class="QToolButton" name="pauseButton">
  77. <property name="minimumSize">
  78. <size>
  79. <width>25</width>
  80. <height>25</height>
  81. </size>
  82. </property>
  83. <property name="toolTip">
  84. <string>Pause transformation (allow rotation/panning of 3D view)</string>
  85. </property>
  86. <property name="statusTip">
  87. <string>Pause transformation (allow rotation/panning of 3D view)</string>
  88. </property>
  89. <property name="text">
  90. <string>pause</string>
  91. </property>
  92. <property name="icon">
  93. <iconset resource="../icons.qrc">
  94. <normaloff>:/CC/images/smallPause.png</normaloff>:/CC/images/smallPause.png</iconset>
  95. </property>
  96. <property name="checkable">
  97. <bool>true</bool>
  98. </property>
  99. <property name="checked">
  100. <bool>false</bool>
  101. </property>
  102. </widget>
  103. </item>
  104. <item>
  105. <widget class="QToolButton" name="razButton">
  106. <property name="minimumSize">
  107. <size>
  108. <width>25</width>
  109. <height>25</height>
  110. </size>
  111. </property>
  112. <property name="text">
  113. <string notr="true">...</string>
  114. </property>
  115. <property name="icon">
  116. <iconset resource="../icons.qrc">
  117. <normaloff>:/CC/images/smallReset.png</normaloff>:/CC/images/smallReset.png</iconset>
  118. </property>
  119. </widget>
  120. </item>
  121. <item>
  122. <widget class="QToolButton" name="okButton">
  123. <property name="minimumSize">
  124. <size>
  125. <width>25</width>
  126. <height>25</height>
  127. </size>
  128. </property>
  129. <property name="text">
  130. <string notr="true">...</string>
  131. </property>
  132. <property name="icon">
  133. <iconset resource="../icons.qrc">
  134. <normaloff>:/CC/images/smallValidate.png</normaloff>:/CC/images/smallValidate.png</iconset>
  135. </property>
  136. </widget>
  137. </item>
  138. <item>
  139. <widget class="QToolButton" name="cancelButton">
  140. <property name="minimumSize">
  141. <size>
  142. <width>25</width>
  143. <height>25</height>
  144. </size>
  145. </property>
  146. <property name="text">
  147. <string notr="true">...</string>
  148. </property>
  149. <property name="icon">
  150. <iconset resource="../icons.qrc">
  151. <normaloff>:/CC/images/smallCancel.png</normaloff>:/CC/images/smallCancel.png</iconset>
  152. </property>
  153. </widget>
  154. </item>
  155. </layout>
  156. </widget>
  157. </item>
  158. <item>
  159. <layout class="QHBoxLayout" name="horizontalLayout_2">
  160. <item>
  161. <widget class="QLabel" name="label">
  162. <property name="sizePolicy">
  163. <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
  164. <horstretch>0</horstretch>
  165. <verstretch>0</verstretch>
  166. </sizepolicy>
  167. </property>
  168. <property name="text">
  169. <string>Rotation</string>
  170. </property>
  171. <property name="alignment">
  172. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  173. </property>
  174. </widget>
  175. </item>
  176. <item>
  177. <widget class="QComboBox" name="rotComboBox">
  178. <property name="sizePolicy">
  179. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  180. <horstretch>0</horstretch>
  181. <verstretch>0</verstretch>
  182. </sizepolicy>
  183. </property>
  184. <property name="layoutDirection">
  185. <enum>Qt::RightToLeft</enum>
  186. </property>
  187. <item>
  188. <property name="text">
  189. <string notr="true">XYZ</string>
  190. </property>
  191. </item>
  192. <item>
  193. <property name="text">
  194. <string notr="true">X</string>
  195. </property>
  196. </item>
  197. <item>
  198. <property name="text">
  199. <string notr="true">Y</string>
  200. </property>
  201. </item>
  202. <item>
  203. <property name="text">
  204. <string notr="true">Z</string>
  205. </property>
  206. </item>
  207. <item>
  208. <property name="text">
  209. <string>None</string>
  210. </property>
  211. </item>
  212. </widget>
  213. </item>
  214. </layout>
  215. </item>
  216. <item>
  217. <layout class="QHBoxLayout" name="horizontalLayout_3">
  218. <property name="spacing">
  219. <number>0</number>
  220. </property>
  221. <item>
  222. <widget class="QCheckBox" name="TxCheckBox">
  223. <property name="sizePolicy">
  224. <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
  225. <horstretch>0</horstretch>
  226. <verstretch>0</verstretch>
  227. </sizepolicy>
  228. </property>
  229. <property name="text">
  230. <string notr="true">Tx</string>
  231. </property>
  232. <property name="checked">
  233. <bool>true</bool>
  234. </property>
  235. </widget>
  236. </item>
  237. <item>
  238. <widget class="QCheckBox" name="TyCheckBox">
  239. <property name="sizePolicy">
  240. <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
  241. <horstretch>0</horstretch>
  242. <verstretch>0</verstretch>
  243. </sizepolicy>
  244. </property>
  245. <property name="text">
  246. <string notr="true">Ty</string>
  247. </property>
  248. <property name="checked">
  249. <bool>true</bool>
  250. </property>
  251. </widget>
  252. </item>
  253. <item>
  254. <widget class="QCheckBox" name="TzCheckBox">
  255. <property name="sizePolicy">
  256. <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
  257. <horstretch>0</horstretch>
  258. <verstretch>0</verstretch>
  259. </sizepolicy>
  260. </property>
  261. <property name="text">
  262. <string notr="true">Tz</string>
  263. </property>
  264. <property name="checked">
  265. <bool>true</bool>
  266. </property>
  267. </widget>
  268. </item>
  269. </layout>
  270. </item>
  271. <item>
  272. <layout class="QHBoxLayout" name="horizontalLayout_4">
  273. <item>
  274. <spacer name="horizontalSpacer_4">
  275. <property name="orientation">
  276. <enum>Qt::Horizontal</enum>
  277. </property>
  278. <property name="sizeHint" stdset="0">
  279. <size>
  280. <width>40</width>
  281. <height>20</height>
  282. </size>
  283. </property>
  284. </spacer>
  285. </item>
  286. <item>
  287. <widget class="QPushButton" name="advPushButton">
  288. <property name="text">
  289. <string>Advanced</string>
  290. </property>
  291. <property name="checkable">
  292. <bool>true</bool>
  293. </property>
  294. </widget>
  295. </item>
  296. </layout>
  297. </item>
  298. <item>
  299. <layout class="QHBoxLayout" name="horizontalLayout_5" stretch="0,0">
  300. <item>
  301. <widget class="QLabel" name="translateLabel">
  302. <property name="text">
  303. <string>Translate Along:</string>
  304. </property>
  305. </widget>
  306. </item>
  307. <item>
  308. <widget class="QComboBox" name="advTranslateComboBox">
  309. <property name="sizePolicy">
  310. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
  311. <horstretch>0</horstretch>
  312. <verstretch>0</verstretch>
  313. </sizepolicy>
  314. </property>
  315. <item>
  316. <property name="text">
  317. <string>Origin</string>
  318. </property>
  319. </item>
  320. </widget>
  321. </item>
  322. </layout>
  323. </item>
  324. <item>
  325. <layout class="QHBoxLayout" name="horizontalLayout_6">
  326. <item>
  327. <widget class="QLabel" name="rotateLabel">
  328. <property name="sizePolicy">
  329. <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
  330. <horstretch>0</horstretch>
  331. <verstretch>0</verstretch>
  332. </sizepolicy>
  333. </property>
  334. <property name="text">
  335. <string>Rotate Around:</string>
  336. </property>
  337. </widget>
  338. </item>
  339. <item>
  340. <widget class="QComboBox" name="advRotateComboBox">
  341. <property name="sizePolicy">
  342. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
  343. <horstretch>0</horstretch>
  344. <verstretch>0</verstretch>
  345. </sizepolicy>
  346. </property>
  347. <item>
  348. <property name="text">
  349. <string>Origin</string>
  350. </property>
  351. </item>
  352. </widget>
  353. </item>
  354. </layout>
  355. </item>
  356. <item>
  357. <widget class="QLabel" name="rotAxisLabel">
  358. <property name="sizePolicy">
  359. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  360. <horstretch>0</horstretch>
  361. <verstretch>0</verstretch>
  362. </sizepolicy>
  363. </property>
  364. <property name="text">
  365. <string>Rotation Axis Selection:</string>
  366. </property>
  367. </widget>
  368. </item>
  369. <item>
  370. <layout class="QHBoxLayout" name="horizontalLayout_7">
  371. <item>
  372. <widget class="QRadioButton" name="objCenterRadio">
  373. <property name="sizePolicy">
  374. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  375. <horstretch>0</horstretch>
  376. <verstretch>0</verstretch>
  377. </sizepolicy>
  378. </property>
  379. <property name="text">
  380. <string>Object Center</string>
  381. </property>
  382. </widget>
  383. </item>
  384. <item>
  385. <widget class="QRadioButton" name="refAxisRadio">
  386. <property name="sizePolicy">
  387. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  388. <horstretch>0</horstretch>
  389. <verstretch>0</verstretch>
  390. </sizepolicy>
  391. </property>
  392. <property name="text">
  393. <string>Reference Axis</string>
  394. </property>
  395. </widget>
  396. </item>
  397. </layout>
  398. </item>
  399. <item>
  400. <widget class="QLabel" name="IncrementalTransformLabel">
  401. <property name="text">
  402. <string>Incremental tranform:</string>
  403. </property>
  404. </widget>
  405. </item>
  406. <item>
  407. <layout class="QHBoxLayout" name="horizontalLayout_8">
  408. <item>
  409. <widget class="QLabel" name="incrementalRotLabel">
  410. <property name="enabled">
  411. <bool>false</bool>
  412. </property>
  413. <property name="text">
  414. <string>Rotation</string>
  415. </property>
  416. </widget>
  417. </item>
  418. <item>
  419. <widget class="QDoubleSpinBox" name="incrementalRotSpin">
  420. <property name="enabled">
  421. <bool>false</bool>
  422. </property>
  423. <property name="readOnly">
  424. <bool>false</bool>
  425. </property>
  426. <property name="buttonSymbols">
  427. <enum>QAbstractSpinBox::NoButtons</enum>
  428. </property>
  429. <property name="decimals">
  430. <number>6</number>
  431. </property>
  432. <property name="minimum">
  433. <double>-10000000.000000000000000</double>
  434. </property>
  435. <property name="maximum">
  436. <double>100000000.000000000000000</double>
  437. </property>
  438. <property name="stepType">
  439. <enum>QAbstractSpinBox::AdaptiveDecimalStepType</enum>
  440. </property>
  441. </widget>
  442. </item>
  443. </layout>
  444. </item>
  445. <item>
  446. <layout class="QHBoxLayout" name="horizontalLayout_9">
  447. <item>
  448. <widget class="QLabel" name="incrementalTransLabel">
  449. <property name="text">
  450. <string>Translation</string>
  451. </property>
  452. </widget>
  453. </item>
  454. <item>
  455. <widget class="QDoubleSpinBox" name="incrementalTransSpin">
  456. <property name="enabled">
  457. <bool>true</bool>
  458. </property>
  459. <property name="readOnly">
  460. <bool>false</bool>
  461. </property>
  462. <property name="buttonSymbols">
  463. <enum>QAbstractSpinBox::NoButtons</enum>
  464. </property>
  465. <property name="decimals">
  466. <number>6</number>
  467. </property>
  468. <property name="minimum">
  469. <double>-10000000.000000000000000</double>
  470. </property>
  471. <property name="maximum">
  472. <double>100000000.000000000000000</double>
  473. </property>
  474. <property name="stepType">
  475. <enum>QAbstractSpinBox::AdaptiveDecimalStepType</enum>
  476. </property>
  477. </widget>
  478. </item>
  479. </layout>
  480. </item>
  481. <item>
  482. <layout class="QHBoxLayout" name="horizontalLayout_11">
  483. <item>
  484. <spacer name="horizontalSpacer_2">
  485. <property name="orientation">
  486. <enum>Qt::Horizontal</enum>
  487. </property>
  488. <property name="sizeHint" stdset="0">
  489. <size>
  490. <width>40</width>
  491. <height>20</height>
  492. </size>
  493. </property>
  494. </spacer>
  495. </item>
  496. <item>
  497. <widget class="QPushButton" name="incrementalBackwardButton">
  498. <property name="toolTip">
  499. <string>Incremental transform: transform backward</string>
  500. </property>
  501. <property name="text">
  502. <string>Backward</string>
  503. </property>
  504. <property name="shortcut">
  505. <string>Left</string>
  506. </property>
  507. </widget>
  508. </item>
  509. <item>
  510. <widget class="QPushButton" name="incrementalForwardButton">
  511. <property name="toolTip">
  512. <string comment="Incremental transform: transform forward "/>
  513. </property>
  514. <property name="text">
  515. <string>Forward</string>
  516. </property>
  517. <property name="shortcut">
  518. <string>Right</string>
  519. </property>
  520. </widget>
  521. </item>
  522. </layout>
  523. </item>
  524. </layout>
  525. </widget>
  526. <resources>
  527. <include location="../icons.qrc"/>
  528. </resources>
  529. <connections/>
  530. </ui>