ccviewer.ui 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ccViewerClass</class>
  4. <widget class="QMainWindow" name="ccViewerClass">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>800</width>
  10. <height>600</height>
  11. </rect>
  12. </property>
  13. <property name="acceptDrops">
  14. <bool>true</bool>
  15. </property>
  16. <property name="windowTitle">
  17. <string>ccViewer</string>
  18. </property>
  19. <property name="windowIcon">
  20. <iconset resource="../../qCC/icons.qrc">
  21. <normaloff>:/CC/Icons/images/icon/cc_viewer_icon_16.png</normaloff>:/CC/Icons/images/icon/cc_viewer_icon_16.png</iconset>
  22. </property>
  23. <property name="styleSheet">
  24. <string notr="true">QWidget {
  25. background-color: rgb(200,200,200);
  26. }
  27. QMenu
  28. {
  29. background: rgb(200,200,200);
  30. }
  31. QMenu::separator
  32. {
  33. height: 2px;
  34. background: rgb(100,100,100);
  35. margin-left: 10px;
  36. margin-right: 5px;
  37. }
  38. QMenuBar
  39. {
  40. background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,stop:0 rgb(255,255,255), stop:1 rgb(200,200,200));
  41. }
  42. QStatusBar
  43. {
  44. background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,stop:0 rgb(200,200,200), stop:1 rgb(255,255,255));
  45. }
  46. </string>
  47. </property>
  48. <widget class="QWidget" name="centralWidget">
  49. <layout class="QVBoxLayout" name="verticalLayout">
  50. <item>
  51. <widget class="QFrame" name="GLframe">
  52. <property name="sizePolicy">
  53. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  54. <horstretch>0</horstretch>
  55. <verstretch>0</verstretch>
  56. </sizepolicy>
  57. </property>
  58. <property name="styleSheet">
  59. <string notr="true">QFrame#GLframe
  60. {
  61. border: 2px solid white;
  62. border-radius: 10px;
  63. background: qlineargradient(x1:0, y1:0, x2:0, y2:1,stop:0 rgb(10,102,151), stop:1 rgb(0,0,0));
  64. }</string>
  65. </property>
  66. <property name="frameShape">
  67. <enum>QFrame::Box</enum>
  68. </property>
  69. <property name="frameShadow">
  70. <enum>QFrame::Plain</enum>
  71. </property>
  72. </widget>
  73. </item>
  74. </layout>
  75. </widget>
  76. <widget class="QMenuBar" name="menuBar">
  77. <property name="geometry">
  78. <rect>
  79. <x>0</x>
  80. <y>0</y>
  81. <width>800</width>
  82. <height>21</height>
  83. </rect>
  84. </property>
  85. <widget class="QMenu" name="menuOptions">
  86. <property name="title">
  87. <string>Options</string>
  88. </property>
  89. <widget class="QMenu" name="menuPerspective">
  90. <property name="title">
  91. <string>Perspective</string>
  92. </property>
  93. <property name="icon">
  94. <iconset resource="../../qCC/icons.qrc">
  95. <normaloff>:/CC/images/ccCenteredPerspective32.png</normaloff>:/CC/images/ccCenteredPerspective32.png</iconset>
  96. </property>
  97. <addaction name="actionSetOrthoView"/>
  98. <addaction name="actionSetCenteredPerspectiveView"/>
  99. <addaction name="actionSetViewerPerspectiveView"/>
  100. </widget>
  101. <widget class="QMenu" name="menuLights">
  102. <property name="title">
  103. <string>Lights</string>
  104. </property>
  105. <property name="icon">
  106. <iconset resource="../../qCC/icons.qrc">
  107. <normaloff>:/CC/images/ccSunLight.png</normaloff>:/CC/images/ccSunLight.png</iconset>
  108. </property>
  109. <addaction name="actionToggleSunLight"/>
  110. <addaction name="actionToggleCustomLight"/>
  111. </widget>
  112. <widget class="QMenu" name="menuStandardViews">
  113. <property name="title">
  114. <string>Standard views</string>
  115. </property>
  116. <property name="icon">
  117. <iconset resource="../../qCC/icons.qrc">
  118. <normaloff>:/CC/images/ccViewYpos.png</normaloff>:/CC/images/ccViewYpos.png</iconset>
  119. </property>
  120. <addaction name="actionSetViewTop"/>
  121. <addaction name="actionSetViewFront"/>
  122. <addaction name="actionSetViewLeft"/>
  123. <addaction name="actionSetViewBack"/>
  124. <addaction name="actionSetViewRight"/>
  125. <addaction name="actionSetViewBottom"/>
  126. <addaction name="actionSetViewIso1"/>
  127. <addaction name="actionSetViewIso2"/>
  128. </widget>
  129. <widget class="QMenu" name="menuSelected">
  130. <property name="title">
  131. <string>Selected entity</string>
  132. </property>
  133. <widget class="QMenu" name="menuSelectSF">
  134. <property name="enabled">
  135. <bool>false</bool>
  136. </property>
  137. <property name="title">
  138. <string>Current S.F.</string>
  139. </property>
  140. <addaction name="actionDummyAction"/>
  141. </widget>
  142. <addaction name="actionShowColors"/>
  143. <addaction name="actionShowNormals"/>
  144. <addaction name="actionShowMaterials"/>
  145. <addaction name="separator"/>
  146. <addaction name="actionShowScalarField"/>
  147. <addaction name="actionShowColorRamp"/>
  148. <addaction name="menuSelectSF"/>
  149. <addaction name="actionZoomOnSelectedEntity"/>
  150. <addaction name="actionDelete"/>
  151. </widget>
  152. <widget class="QMenu" name="menuRotationSymbol">
  153. <property name="title">
  154. <string>Rotation symbol</string>
  155. </property>
  156. <property name="icon">
  157. <iconset resource="../../qCC/icons.qrc">
  158. <normaloff>:/CC/images/ccPivotOn.png</normaloff>:/CC/images/ccPivotOn.png</iconset>
  159. </property>
  160. <addaction name="actionSetPivotAlwaysOn"/>
  161. <addaction name="actionSetPivotRotationOnly"/>
  162. <addaction name="actionSetPivotOff"/>
  163. </widget>
  164. <widget class="QMenu" name="menu3DMouse">
  165. <property name="title">
  166. <string>3D mouse</string>
  167. </property>
  168. <property name="icon">
  169. <iconset resource="../../qCC/icons.qrc">
  170. <normaloff>:/CC/images/im3DxLogo.png</normaloff>:/CC/images/im3DxLogo.png</iconset>
  171. </property>
  172. <addaction name="actionEnable3DMouse"/>
  173. </widget>
  174. <addaction name="actionDisplayParameters"/>
  175. <addaction name="actionEditCamera"/>
  176. <addaction name="separator"/>
  177. <addaction name="menuStandardViews"/>
  178. <addaction name="menuPerspective"/>
  179. <addaction name="menuRotationSymbol"/>
  180. <addaction name="menu3DMouse"/>
  181. <addaction name="menuLights"/>
  182. <addaction name="actionGlobalZoom"/>
  183. <addaction name="actionEnableStereo"/>
  184. <addaction name="actionFullScreen"/>
  185. <addaction name="actionLockRotationVertAxis"/>
  186. <addaction name="separator"/>
  187. <addaction name="menuSelected"/>
  188. </widget>
  189. <widget class="QMenu" name="menuAbout">
  190. <property name="title">
  191. <string>Help</string>
  192. </property>
  193. <addaction name="actionAbout"/>
  194. <addaction name="separator"/>
  195. <addaction name="actionHelpShortcuts"/>
  196. </widget>
  197. <widget class="QMenu" name="menuPlugins">
  198. <property name="title">
  199. <string>Shaders</string>
  200. </property>
  201. <addaction name="actionNoFilter"/>
  202. </widget>
  203. <addaction name="menuOptions"/>
  204. <addaction name="menuPlugins"/>
  205. <addaction name="menuAbout"/>
  206. </widget>
  207. <widget class="QStatusBar" name="statusBar"/>
  208. <action name="actionDisplayParameters">
  209. <property name="icon">
  210. <iconset resource="../../qCC/icons.qrc">
  211. <normaloff>:/CC/images/ccLightParams.png</normaloff>:/CC/images/ccLightParams.png</iconset>
  212. </property>
  213. <property name="text">
  214. <string>Display parameters</string>
  215. </property>
  216. <property name="toolTip">
  217. <string>Set display parameters (light, materials, etc.)</string>
  218. </property>
  219. <property name="statusTip">
  220. <string>Set display parameters (light, materials, etc.)</string>
  221. </property>
  222. <property name="shortcut">
  223. <string>Alt+D</string>
  224. </property>
  225. <property name="shortcutContext">
  226. <enum>Qt::ApplicationShortcut</enum>
  227. </property>
  228. </action>
  229. <action name="actionFullScreen">
  230. <property name="checkable">
  231. <bool>true</bool>
  232. </property>
  233. <property name="icon">
  234. <iconset resource="../../qCC/icons.qrc">
  235. <normaloff>:/CC/images/ccFullScreen.png</normaloff>:/CC/images/ccFullScreen.png</iconset>
  236. </property>
  237. <property name="text">
  238. <string>Full screen</string>
  239. </property>
  240. <property name="shortcut">
  241. <string>F11</string>
  242. </property>
  243. <property name="shortcutContext">
  244. <enum>Qt::ApplicationShortcut</enum>
  245. </property>
  246. </action>
  247. <action name="actionEditCamera">
  248. <property name="icon">
  249. <iconset>
  250. <normaloff>:/CC/images/ccCamera.png</normaloff>:/CC/images/ccCamera.png</iconset>
  251. </property>
  252. <property name="text">
  253. <string>Camera parameters</string>
  254. </property>
  255. <property name="shortcut">
  256. <string>Alt+C</string>
  257. </property>
  258. </action>
  259. <action name="actionToggleSunLight">
  260. <property name="checkable">
  261. <bool>true</bool>
  262. </property>
  263. <property name="text">
  264. <string>Sun</string>
  265. </property>
  266. <property name="shortcut">
  267. <string>F6</string>
  268. </property>
  269. <property name="shortcutContext">
  270. <enum>Qt::ApplicationShortcut</enum>
  271. </property>
  272. </action>
  273. <action name="actionToggleCustomLight">
  274. <property name="checkable">
  275. <bool>true</bool>
  276. </property>
  277. <property name="text">
  278. <string>Custom</string>
  279. </property>
  280. <property name="shortcut">
  281. <string>F7</string>
  282. </property>
  283. <property name="shortcutContext">
  284. <enum>Qt::ApplicationShortcut</enum>
  285. </property>
  286. </action>
  287. <action name="actionAbout">
  288. <property name="text">
  289. <string>About</string>
  290. </property>
  291. </action>
  292. <action name="actionHelpShortcuts">
  293. <property name="text">
  294. <string>Shortcuts</string>
  295. </property>
  296. <property name="shortcut">
  297. <string>F1</string>
  298. </property>
  299. <property name="shortcutContext">
  300. <enum>Qt::ApplicationShortcut</enum>
  301. </property>
  302. </action>
  303. <action name="actionSetViewFront">
  304. <property name="icon">
  305. <iconset resource="../../qCC/icons.qrc">
  306. <normaloff>:/CC/images/ccViewYpos.png</normaloff>:/CC/images/ccViewYpos.png</iconset>
  307. </property>
  308. <property name="text">
  309. <string>Front</string>
  310. </property>
  311. <property name="shortcut">
  312. <string>5</string>
  313. </property>
  314. <property name="shortcutContext">
  315. <enum>Qt::ApplicationShortcut</enum>
  316. </property>
  317. </action>
  318. <action name="actionSetViewBack">
  319. <property name="icon">
  320. <iconset resource="../../qCC/icons.qrc">
  321. <normaloff>:/CC/images/ccViewYneg.png</normaloff>:/CC/images/ccViewYneg.png</iconset>
  322. </property>
  323. <property name="text">
  324. <string>Back</string>
  325. </property>
  326. <property name="shortcut">
  327. <string>0</string>
  328. </property>
  329. <property name="shortcutContext">
  330. <enum>Qt::ApplicationShortcut</enum>
  331. </property>
  332. </action>
  333. <action name="actionSetViewLeft">
  334. <property name="icon">
  335. <iconset resource="../../qCC/icons.qrc">
  336. <normaloff>:/CC/images/ccViewXpos.png</normaloff>:/CC/images/ccViewXpos.png</iconset>
  337. </property>
  338. <property name="text">
  339. <string>Left</string>
  340. </property>
  341. <property name="shortcut">
  342. <string>4</string>
  343. </property>
  344. <property name="shortcutContext">
  345. <enum>Qt::ApplicationShortcut</enum>
  346. </property>
  347. </action>
  348. <action name="actionSetViewRight">
  349. <property name="icon">
  350. <iconset resource="../../qCC/icons.qrc">
  351. <normaloff>:/CC/images/ccViewXneg.png</normaloff>:/CC/images/ccViewXneg.png</iconset>
  352. </property>
  353. <property name="text">
  354. <string>Right</string>
  355. </property>
  356. <property name="shortcut">
  357. <string>6</string>
  358. </property>
  359. <property name="shortcutContext">
  360. <enum>Qt::ApplicationShortcut</enum>
  361. </property>
  362. </action>
  363. <action name="actionSetViewTop">
  364. <property name="icon">
  365. <iconset resource="../../qCC/icons.qrc">
  366. <normaloff>:/CC/images/ccViewZpos.png</normaloff>:/CC/images/ccViewZpos.png</iconset>
  367. </property>
  368. <property name="text">
  369. <string>Top</string>
  370. </property>
  371. <property name="shortcut">
  372. <string>8</string>
  373. </property>
  374. <property name="shortcutContext">
  375. <enum>Qt::ApplicationShortcut</enum>
  376. </property>
  377. </action>
  378. <action name="actionSetViewBottom">
  379. <property name="icon">
  380. <iconset resource="../../qCC/icons.qrc">
  381. <normaloff>:/CC/images/ccViewZneg.png</normaloff>:/CC/images/ccViewZneg.png</iconset>
  382. </property>
  383. <property name="text">
  384. <string>Bottom</string>
  385. </property>
  386. <property name="shortcut">
  387. <string>2</string>
  388. </property>
  389. </action>
  390. <action name="actionShowColors">
  391. <property name="checkable">
  392. <bool>true</bool>
  393. </property>
  394. <property name="text">
  395. <string>Show Colors</string>
  396. </property>
  397. <property name="shortcut">
  398. <string>C</string>
  399. </property>
  400. <property name="shortcutContext">
  401. <enum>Qt::ApplicationShortcut</enum>
  402. </property>
  403. </action>
  404. <action name="actionShowNormals">
  405. <property name="checkable">
  406. <bool>true</bool>
  407. </property>
  408. <property name="text">
  409. <string>Show Normals</string>
  410. </property>
  411. <property name="shortcut">
  412. <string>N</string>
  413. </property>
  414. <property name="shortcutContext">
  415. <enum>Qt::ApplicationShortcut</enum>
  416. </property>
  417. </action>
  418. <action name="actionShowColorRamp">
  419. <property name="checkable">
  420. <bool>true</bool>
  421. </property>
  422. <property name="text">
  423. <string>Show Color ramp</string>
  424. </property>
  425. <property name="shortcut">
  426. <string>R</string>
  427. </property>
  428. <property name="shortcutContext">
  429. <enum>Qt::ApplicationShortcut</enum>
  430. </property>
  431. </action>
  432. <action name="actionShowScalarField">
  433. <property name="checkable">
  434. <bool>true</bool>
  435. </property>
  436. <property name="text">
  437. <string>Show Scalar field</string>
  438. </property>
  439. <property name="shortcut">
  440. <string>S</string>
  441. </property>
  442. <property name="shortcutContext">
  443. <enum>Qt::ApplicationShortcut</enum>
  444. </property>
  445. </action>
  446. <action name="actionDummyAction">
  447. <property name="text">
  448. <string>DummyAction</string>
  449. </property>
  450. </action>
  451. <action name="actionDelete">
  452. <property name="icon">
  453. <iconset resource="../../qCC/icons.qrc">
  454. <normaloff>:/CC/images/ccDelete.png</normaloff>:/CC/images/ccDelete.png</iconset>
  455. </property>
  456. <property name="text">
  457. <string>Delete</string>
  458. </property>
  459. <property name="shortcut">
  460. <string>Del</string>
  461. </property>
  462. <property name="shortcutContext">
  463. <enum>Qt::ApplicationShortcut</enum>
  464. </property>
  465. </action>
  466. <action name="actionSetOrthoView">
  467. <property name="checkable">
  468. <bool>true</bool>
  469. </property>
  470. <property name="icon">
  471. <iconset resource="../../qCC/icons.qrc">
  472. <normaloff>:/CC/images/ccOrthoMode32.png</normaloff>:/CC/images/ccOrthoMode32.png</iconset>
  473. </property>
  474. <property name="text">
  475. <string>Orthographic projection</string>
  476. </property>
  477. <property name="toolTip">
  478. <string>Set orthographic projection for current 3D View</string>
  479. </property>
  480. <property name="statusTip">
  481. <string>Set orthographic projection for current 3D View</string>
  482. </property>
  483. <property name="shortcut">
  484. <string>F2</string>
  485. </property>
  486. </action>
  487. <action name="actionSetCenteredPerspectiveView">
  488. <property name="checkable">
  489. <bool>true</bool>
  490. </property>
  491. <property name="icon">
  492. <iconset resource="../../qCC/icons.qrc">
  493. <normaloff>:/CC/images/ccCenteredPerspective32.png</normaloff>:/CC/images/ccCenteredPerspective32.png</iconset>
  494. </property>
  495. <property name="text">
  496. <string>Object-centered perspective</string>
  497. </property>
  498. <property name="toolTip">
  499. <string>Set object-centered perspective for current 3D View</string>
  500. </property>
  501. <property name="statusTip">
  502. <string>Set object-centered perspective for current 3D View</string>
  503. </property>
  504. <property name="shortcut">
  505. <string>F3</string>
  506. </property>
  507. </action>
  508. <action name="actionSetViewerPerspectiveView">
  509. <property name="checkable">
  510. <bool>true</bool>
  511. </property>
  512. <property name="icon">
  513. <iconset resource="../../qCC/icons.qrc">
  514. <normaloff>:/CC/images/ccViewerBasedPerspective32.png</normaloff>:/CC/images/ccViewerBasedPerspective32.png</iconset>
  515. </property>
  516. <property name="text">
  517. <string>Viewer-based perspective</string>
  518. </property>
  519. <property name="toolTip">
  520. <string>Set viewer-based perspective for current 3D View</string>
  521. </property>
  522. <property name="statusTip">
  523. <string>Set viewer-based perspective for current 3D View</string>
  524. </property>
  525. <property name="shortcut">
  526. <string>F4</string>
  527. </property>
  528. </action>
  529. <action name="actionSetPivotAlwaysOn">
  530. <property name="checkable">
  531. <bool>true</bool>
  532. </property>
  533. <property name="icon">
  534. <iconset resource="../../qCC/icons.qrc">
  535. <normaloff>:/CC/images/ccPivotOn.png</normaloff>:/CC/images/ccPivotOn.png</iconset>
  536. </property>
  537. <property name="text">
  538. <string>Always visible</string>
  539. </property>
  540. <property name="toolTip">
  541. <string>Pivot always visible</string>
  542. </property>
  543. <property name="statusTip">
  544. <string>Pivot always visible</string>
  545. </property>
  546. </action>
  547. <action name="actionSetPivotRotationOnly">
  548. <property name="checkable">
  549. <bool>true</bool>
  550. </property>
  551. <property name="icon">
  552. <iconset resource="../../qCC/icons.qrc">
  553. <normaloff>:/CC/images/ccPivotAuto.png</normaloff>:/CC/images/ccPivotAuto.png</iconset>
  554. </property>
  555. <property name="text">
  556. <string>Rotation only</string>
  557. </property>
  558. <property name="toolTip">
  559. <string>Pivot visible when rotating</string>
  560. </property>
  561. <property name="statusTip">
  562. <string>Pivot visible when rotating</string>
  563. </property>
  564. </action>
  565. <action name="actionSetPivotOff">
  566. <property name="checkable">
  567. <bool>true</bool>
  568. </property>
  569. <property name="icon">
  570. <iconset resource="../../qCC/icons.qrc">
  571. <normaloff>:/CC/images/ccPivotOff.png</normaloff>:/CC/images/ccPivotOff.png</iconset>
  572. </property>
  573. <property name="text">
  574. <string>Never visible</string>
  575. </property>
  576. <property name="toolTip">
  577. <string>Pivot never visible</string>
  578. </property>
  579. <property name="statusTip">
  580. <string>Pivot never visible</string>
  581. </property>
  582. </action>
  583. <action name="actionSetViewIso1">
  584. <property name="icon">
  585. <iconset resource="../../qCC/icons.qrc">
  586. <normaloff>:/CC/images/ccViewIso1.png</normaloff>:/CC/images/ccViewIso1.png</iconset>
  587. </property>
  588. <property name="text">
  589. <string>Iso front</string>
  590. </property>
  591. <property name="toolTip">
  592. <string>Set view to 'front' isometric</string>
  593. </property>
  594. <property name="statusTip">
  595. <string>Set view to 'front' isometric</string>
  596. </property>
  597. <property name="shortcut">
  598. <string>7</string>
  599. </property>
  600. <property name="shortcutContext">
  601. <enum>Qt::ApplicationShortcut</enum>
  602. </property>
  603. </action>
  604. <action name="actionSetViewIso2">
  605. <property name="icon">
  606. <iconset resource="../../qCC/icons.qrc">
  607. <normaloff>:/CC/images/ccViewIso2.png</normaloff>:/CC/images/ccViewIso2.png</iconset>
  608. </property>
  609. <property name="text">
  610. <string>Iso back</string>
  611. </property>
  612. <property name="toolTip">
  613. <string>Set view to 'back' isometric</string>
  614. </property>
  615. <property name="statusTip">
  616. <string>Set view to 'back' isometric</string>
  617. </property>
  618. <property name="shortcut">
  619. <string>9</string>
  620. </property>
  621. <property name="shortcutContext">
  622. <enum>Qt::ApplicationShortcut</enum>
  623. </property>
  624. </action>
  625. <action name="actionEnable3DMouse">
  626. <property name="checkable">
  627. <bool>true</bool>
  628. </property>
  629. <property name="text">
  630. <string>Enable</string>
  631. </property>
  632. </action>
  633. <action name="actionZoomOnSelectedEntity">
  634. <property name="text">
  635. <string>Zoom on</string>
  636. </property>
  637. <property name="shortcut">
  638. <string>Z</string>
  639. </property>
  640. </action>
  641. <action name="actionGlobalZoom">
  642. <property name="icon">
  643. <iconset resource="../../qCC/icons.qrc">
  644. <normaloff>:/CC/images/ccGlobalZoom.png</normaloff>:/CC/images/ccGlobalZoom.png</iconset>
  645. </property>
  646. <property name="text">
  647. <string>Global Zoom</string>
  648. </property>
  649. <property name="statusTip">
  650. <string>Global Zoom</string>
  651. </property>
  652. </action>
  653. <action name="actionNoFilter">
  654. <property name="text">
  655. <string>Remove</string>
  656. </property>
  657. </action>
  658. <action name="actionLockRotationVertAxis">
  659. <property name="checkable">
  660. <bool>true</bool>
  661. </property>
  662. <property name="text">
  663. <string>Lock rotation around vert. axis</string>
  664. </property>
  665. <property name="shortcut">
  666. <string>L</string>
  667. </property>
  668. <property name="shortcutContext">
  669. <enum>Qt::ApplicationShortcut</enum>
  670. </property>
  671. </action>
  672. <action name="actionEnableStereo">
  673. <property name="checkable">
  674. <bool>true</bool>
  675. </property>
  676. <property name="icon">
  677. <iconset resource="../../qCC/icons.qrc">
  678. <normaloff>:/CC/images/ccStereo.png</normaloff>:/CC/images/ccStereo.png</iconset>
  679. </property>
  680. <property name="text">
  681. <string>Stereo mode</string>
  682. </property>
  683. <property name="toolTip">
  684. <string>Enable stereo mode (with red-blue or red-cyan glasses)</string>
  685. </property>
  686. <property name="shortcut">
  687. <string>F10</string>
  688. </property>
  689. </action>
  690. <action name="actionShowMaterials">
  691. <property name="checkable">
  692. <bool>true</bool>
  693. </property>
  694. <property name="text">
  695. <string>Show Texture/Materials</string>
  696. </property>
  697. <property name="shortcut">
  698. <string>M</string>
  699. </property>
  700. <property name="shortcutContext">
  701. <enum>Qt::ApplicationShortcut</enum>
  702. </property>
  703. </action>
  704. </widget>
  705. <layoutdefault spacing="6" margin="11"/>
  706. <resources>
  707. <include location="../../qCC/icons.qrc"/>
  708. </resources>
  709. <connections/>
  710. </ui>