mainwindow.ui 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainWindow</class>
  4. <widget class="QMainWindow" name="MainWindow">
  5. <property name="enabled">
  6. <bool>true</bool>
  7. </property>
  8. <property name="geometry">
  9. <rect>
  10. <x>0</x>
  11. <y>0</y>
  12. <width>750</width>
  13. <height>738</height>
  14. </rect>
  15. </property>
  16. <property name="sizePolicy">
  17. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  18. <horstretch>0</horstretch>
  19. <verstretch>0</verstretch>
  20. </sizepolicy>
  21. </property>
  22. <property name="minimumSize">
  23. <size>
  24. <width>0</width>
  25. <height>0</height>
  26. </size>
  27. </property>
  28. <property name="acceptDrops">
  29. <bool>true</bool>
  30. </property>
  31. <property name="windowTitle">
  32. <string>Script Canvas (PREVIEW)</string>
  33. </property>
  34. <property name="toolButtonStyle">
  35. <enum>Qt::ToolButtonIconOnly</enum>
  36. </property>
  37. <property name="documentMode">
  38. <bool>false</bool>
  39. </property>
  40. <property name="dockNestingEnabled">
  41. <bool>true</bool>
  42. </property>
  43. <property name="unifiedTitleAndToolBarOnMac">
  44. <bool>false</bool>
  45. </property>
  46. <widget class="QMenuBar" name="menubar">
  47. <property name="geometry">
  48. <rect>
  49. <x>0</x>
  50. <y>0</y>
  51. <width>750</width>
  52. <height>21</height>
  53. </rect>
  54. </property>
  55. <widget class="QMenu" name="menuFile">
  56. <property name="title">
  57. <string>&amp;File</string>
  58. </property>
  59. <addaction name="action_New_Script"/>
  60. <addaction name="action_Open"/>
  61. <addaction name="action_Save"/>
  62. <addaction name="action_Save_As"/>
  63. <addaction name="action_Close"/>
  64. </widget>
  65. <widget class="QMenu" name="menuEdit">
  66. <property name="title">
  67. <string>&amp;Edit</string>
  68. </property>
  69. <widget class="QMenu" name="menuRemove_Unused">
  70. <property name="title">
  71. <string>Remove Unused</string>
  72. </property>
  73. <addaction name="action_RemoveUnusedVariables"/>
  74. <addaction name="action_RemoveUnusedNodes"/>
  75. <addaction name="action_RemoveUnusedElements"/>
  76. </widget>
  77. <widget class="QMenu" name="menuAlign">
  78. <property name="title">
  79. <string>Align</string>
  80. </property>
  81. <addaction name="action_AlignTop"/>
  82. <addaction name="action_AlignBottom"/>
  83. <addaction name="action_AlignLeft"/>
  84. <addaction name="action_AlignRight"/>
  85. </widget>
  86. <widget class="QMenu" name="menuSelect">
  87. <property name="title">
  88. <string>Select</string>
  89. </property>
  90. <addaction name="action_SelectAll"/>
  91. <addaction name="action_SelectInputs"/>
  92. <addaction name="action_SelectOutputs"/>
  93. <addaction name="action_SelectConnected"/>
  94. </widget>
  95. <addaction name="action_Undo"/>
  96. <addaction name="action_Redo"/>
  97. <addaction name="separator"/>
  98. <addaction name="action_Cut"/>
  99. <addaction name="action_Copy"/>
  100. <addaction name="action_Paste"/>
  101. <addaction name="action_Duplicate"/>
  102. <addaction name="action_Delete"/>
  103. <addaction name="separator"/>
  104. <addaction name="action_Screenshot"/>
  105. <addaction name="separator"/>
  106. <addaction name="menuSelect"/>
  107. <addaction name="action_ClearSelection"/>
  108. <addaction name="separator"/>
  109. <addaction name="action_EnableSelection"/>
  110. <addaction name="action_DisableSelection"/>
  111. <addaction name="separator"/>
  112. <addaction name="menuAlign"/>
  113. <addaction name="separator"/>
  114. <addaction name="menuRemove_Unused"/>
  115. </widget>
  116. <widget class="QMenu" name="menuTools_2">
  117. <property name="title">
  118. <string>&amp;Tools</string>
  119. </property>
  120. <addaction name="action_ViewNodePalette"/>
  121. <addaction name="action_ViewProperties"/>
  122. <addaction name="action_ViewDebugger"/>
  123. <addaction name="action_ViewCommandLine"/>
  124. <addaction name="action_ViewLog"/>
  125. <addaction name="action_ViewBookmarks"/>
  126. <addaction name="action_ViewMiniMap"/>
  127. <addaction name="action_ViewVariableManager"/>
  128. <addaction name="action_GraphValidation"/>
  129. <addaction name="action_Interpreter"/>
  130. <addaction name="action_Debugging"/>
  131. <addaction name="separator"/>
  132. <addaction name="action_UpgradeTool"/>
  133. <addaction name="action_ViewUnitTestManager"/>
  134. <addaction name="action_NodeStatistics"/>
  135. <addaction name="action_PresetsEditor"/>
  136. <addaction name="separator"/>
  137. </widget>
  138. <widget class="QMenu" name="menuSettings_2">
  139. <property name="title">
  140. <string>&amp;Preferences</string>
  141. </property>
  142. <addaction name="action_GlobalPreferences"/>
  143. <addaction name="action_GraphPreferences"/>
  144. </widget>
  145. <widget class="QMenu" name="menuView_2">
  146. <property name="title">
  147. <string>&amp;View</string>
  148. </property>
  149. <widget class="QMenu" name="menuGo_To">
  150. <property name="title">
  151. <string>Go To</string>
  152. </property>
  153. <addaction name="action_GotoStartOfChain"/>
  154. <addaction name="action_GotoEndOfChain"/>
  155. </widget>
  156. <addaction name="action_ZoomIn"/>
  157. <addaction name="action_ZoomOut"/>
  158. <addaction name="action_ZoomSelection"/>
  159. <addaction name="action_ShowEntireGraph"/>
  160. <addaction name="separator"/>
  161. <addaction name="menuGo_To"/>
  162. <addaction name="separator"/>
  163. <addaction name="action_ViewRestoreDefaultLayout"/>
  164. </widget>
  165. <addaction name="menuFile"/>
  166. <addaction name="menuEdit"/>
  167. <addaction name="menuView_2"/>
  168. <addaction name="menuTools_2"/>
  169. <addaction name="menuSettings_2"/>
  170. </widget>
  171. <widget class="QStatusBar" name="statusBar"/>
  172. <action name="action_New_Script">
  173. <property name="text">
  174. <string>&amp;New Script</string>
  175. </property>
  176. </action>
  177. <action name="action_New_Editor_Graph">
  178. <property name="text">
  179. <string>&amp;Editor Graph</string>
  180. </property>
  181. </action>
  182. <action name="action_Save">
  183. <property name="text">
  184. <string>&amp;Save</string>
  185. </property>
  186. </action>
  187. <action name="action_Save_As">
  188. <property name="text">
  189. <string>&amp;Save As...</string>
  190. </property>
  191. </action>
  192. <action name="action_Open">
  193. <property name="text">
  194. <string>&amp;Open</string>
  195. </property>
  196. </action>
  197. <action name="action_ViewLog">
  198. <property name="checkable">
  199. <bool>true</bool>
  200. </property>
  201. <property name="checked">
  202. <bool>false</bool>
  203. </property>
  204. <property name="icon">
  205. <iconset>
  206. <normaloff>:/ScriptCanvasEditorResources/Resources/scriptcanvas_log.png</normaloff>:/ScriptCanvasEditorResources/Resources/scriptcanvas_log.png</iconset>
  207. </property>
  208. <property name="text">
  209. <string>Log</string>
  210. </property>
  211. <property name="shortcut">
  212. <string>Ctrl+L</string>
  213. </property>
  214. <property name="autoRepeat">
  215. <bool>false</bool>
  216. </property>
  217. <property name="visible">
  218. <bool>false</bool>
  219. </property>
  220. </action>
  221. <action name="action_ViewCommandLine">
  222. <property name="checkable">
  223. <bool>true</bool>
  224. </property>
  225. <property name="checked">
  226. <bool>false</bool>
  227. </property>
  228. <property name="icon">
  229. <iconset resource="ScriptCanvasEditorResources.qrc">
  230. <normaloff>:/ScriptCanvasEditorResources/Resources/scriptcanvas_commandline.png</normaloff>:/ScriptCanvasEditorResources/Resources/scriptcanvas_commandline.png</iconset>
  231. </property>
  232. <property name="text">
  233. <string>Command Line</string>
  234. </property>
  235. <property name="shortcut">
  236. <string>Ctrl+P</string>
  237. </property>
  238. <property name="autoRepeat">
  239. <bool>false</bool>
  240. </property>
  241. <property name="visible">
  242. <bool>true</bool>
  243. </property>
  244. </action>
  245. <action name="action_ViewNodePalette">
  246. <property name="checkable">
  247. <bool>true</bool>
  248. </property>
  249. <property name="checked">
  250. <bool>true</bool>
  251. </property>
  252. <property name="text">
  253. <string>Node Palette</string>
  254. </property>
  255. <property name="shortcut">
  256. <string>Ctrl+Shift+L</string>
  257. </property>
  258. <property name="autoRepeat">
  259. <bool>false</bool>
  260. </property>
  261. </action>
  262. <action name="action_ViewOutline">
  263. <property name="checkable">
  264. <bool>true</bool>
  265. </property>
  266. <property name="checked">
  267. <bool>true</bool>
  268. </property>
  269. <property name="text">
  270. <string>&amp;Node Outliner</string>
  271. </property>
  272. <property name="shortcut">
  273. <string>Ctrl+Shift+O</string>
  274. </property>
  275. <property name="autoRepeat">
  276. <bool>false</bool>
  277. </property>
  278. </action>
  279. <action name="action_ViewDynamicEBusAssets">
  280. <property name="checkable">
  281. <bool>true</bool>
  282. </property>
  283. <property name="checked">
  284. <bool>true</bool>
  285. </property>
  286. <property name="text">
  287. <string>&amp;Dynamic EBus</string>
  288. </property>
  289. <property name="shortcut">
  290. <string>Ctrl+Shift+E</string>
  291. </property>
  292. <property name="autoRepeat">
  293. <bool>false</bool>
  294. </property>
  295. </action>
  296. <action name="action_ViewProperties">
  297. <property name="checkable">
  298. <bool>true</bool>
  299. </property>
  300. <property name="checked">
  301. <bool>true</bool>
  302. </property>
  303. <property name="text">
  304. <string>Node Inspector</string>
  305. </property>
  306. <property name="shortcut">
  307. <string>Ctrl+Shift+I</string>
  308. </property>
  309. <property name="autoRepeat">
  310. <bool>false</bool>
  311. </property>
  312. </action>
  313. <action name="action_ViewDebugger">
  314. <property name="checkable">
  315. <bool>true</bool>
  316. </property>
  317. <property name="checked">
  318. <bool>true</bool>
  319. </property>
  320. <property name="icon">
  321. <iconset resource="ScriptCanvasEditorResources.qrc">
  322. <normaloff>:/ScriptCanvasEditorResources/Resources/scriptcanvas_debugger_off.png</normaloff>
  323. <disabledoff>:/ScriptCanvasEditorResources/Resources/scriptcanvas_debugger.png</disabledoff>
  324. <disabledon>:/ScriptCanvasEditorResources/Resources/scriptcanvas_debugger_off.png</disabledon>:/ScriptCanvasEditorResources/Resources/scriptcanvas_debugger_off.png</iconset>
  325. </property>
  326. <property name="text">
  327. <string>&amp;Debugger</string>
  328. </property>
  329. <property name="shortcut">
  330. <string>Ctrl+Shift+D</string>
  331. </property>
  332. <property name="autoRepeat">
  333. <bool>false</bool>
  334. </property>
  335. <property name="visible">
  336. <bool>false</bool>
  337. </property>
  338. </action>
  339. <action name="action_ViewRestoreDefaultLayout">
  340. <property name="text">
  341. <string>Restore Default Layout</string>
  342. </property>
  343. </action>
  344. <action name="action_Close">
  345. <property name="text">
  346. <string>Close Graph</string>
  347. </property>
  348. </action>
  349. <action name="action_Undo">
  350. <property name="enabled">
  351. <bool>false</bool>
  352. </property>
  353. <property name="text">
  354. <string>Undo</string>
  355. </property>
  356. <property name="autoRepeat">
  357. <bool>false</bool>
  358. </property>
  359. </action>
  360. <action name="action_Redo">
  361. <property name="enabled">
  362. <bool>false</bool>
  363. </property>
  364. <property name="text">
  365. <string>Redo</string>
  366. </property>
  367. <property name="shortcut">
  368. <string>Ctrl+Shift+Z</string>
  369. </property>
  370. <property name="autoRepeat">
  371. <bool>false</bool>
  372. </property>
  373. </action>
  374. <action name="action_Cut">
  375. <property name="enabled">
  376. <bool>false</bool>
  377. </property>
  378. <property name="text">
  379. <string>Cut</string>
  380. </property>
  381. <property name="autoRepeat">
  382. <bool>false</bool>
  383. </property>
  384. </action>
  385. <action name="action_Copy">
  386. <property name="enabled">
  387. <bool>false</bool>
  388. </property>
  389. <property name="text">
  390. <string>Copy</string>
  391. </property>
  392. <property name="autoRepeat">
  393. <bool>false</bool>
  394. </property>
  395. </action>
  396. <action name="action_Paste">
  397. <property name="enabled">
  398. <bool>false</bool>
  399. </property>
  400. <property name="text">
  401. <string>Paste</string>
  402. </property>
  403. <property name="autoRepeat">
  404. <bool>false</bool>
  405. </property>
  406. </action>
  407. <action name="action_Duplicate">
  408. <property name="enabled">
  409. <bool>false</bool>
  410. </property>
  411. <property name="text">
  412. <string>Duplicate</string>
  413. </property>
  414. <property name="shortcut">
  415. <string>Ctrl+D</string>
  416. </property>
  417. <property name="shortcutContext">
  418. <enum>Qt::WidgetWithChildrenShortcut</enum>
  419. </property>
  420. <property name="autoRepeat">
  421. <bool>false</bool>
  422. </property>
  423. </action>
  424. <action name="action_Delete">
  425. <property name="enabled">
  426. <bool>false</bool>
  427. </property>
  428. <property name="text">
  429. <string>Delete</string>
  430. </property>
  431. <property name="shortcutContext">
  432. <enum>Qt::WidgetWithChildrenShortcut</enum>
  433. </property>
  434. <property name="autoRepeat">
  435. <bool>false</bool>
  436. </property>
  437. </action>
  438. <action name="action_GlobalPreferences">
  439. <property name="text">
  440. <string>Global Preferences</string>
  441. </property>
  442. </action>
  443. <action name="action_GraphPreferences">
  444. <property name="enabled">
  445. <bool>false</bool>
  446. </property>
  447. <property name="text">
  448. <string>Graph Preferences</string>
  449. </property>
  450. </action>
  451. <action name="action_ViewBookmarks">
  452. <property name="checkable">
  453. <bool>true</bool>
  454. </property>
  455. <property name="checked">
  456. <bool>true</bool>
  457. </property>
  458. <property name="text">
  459. <string>Bookmarks</string>
  460. </property>
  461. <property name="shortcut">
  462. <string>Ctrl+Shift+B</string>
  463. </property>
  464. <property name="autoRepeat">
  465. <bool>false</bool>
  466. </property>
  467. </action>
  468. <action name="action_ViewMiniMap">
  469. <property name="checkable">
  470. <bool>true</bool>
  471. </property>
  472. <property name="checked">
  473. <bool>true</bool>
  474. </property>
  475. <property name="text">
  476. <string>&amp;MiniMap</string>
  477. </property>
  478. <property name="shortcut">
  479. <string>Ctrl+Shift+M</string>
  480. </property>
  481. <property name="autoRepeat">
  482. <bool>false</bool>
  483. </property>
  484. </action>
  485. <action name="action_ViewVariableManager">
  486. <property name="checkable">
  487. <bool>true</bool>
  488. </property>
  489. <property name="checked">
  490. <bool>true</bool>
  491. </property>
  492. <property name="text">
  493. <string>Variable Manager</string>
  494. </property>
  495. <property name="shortcut">
  496. <string>Ctrl+Shift+V</string>
  497. </property>
  498. <property name="autoRepeat">
  499. <bool>false</bool>
  500. </property>
  501. </action>
  502. <action name="action_ViewLogWindow">
  503. <property name="checkable">
  504. <bool>true</bool>
  505. </property>
  506. <property name="text">
  507. <string>&amp;Log</string>
  508. </property>
  509. </action>
  510. <action name="action_GraphValidation">
  511. <property name="checkable">
  512. <bool>true</bool>
  513. </property>
  514. <property name="checked">
  515. <bool>true</bool>
  516. </property>
  517. <property name="text">
  518. <string>Graph Validation</string>
  519. </property>
  520. </action>
  521. <action name="action_ViewUnitTestManager">
  522. <property name="checkable">
  523. <bool>false</bool>
  524. </property>
  525. <property name="checked">
  526. <bool>false</bool>
  527. </property>
  528. <property name="enabled">
  529. <bool>false</bool>
  530. </property>
  531. <property name="text">
  532. <string>Test Manager</string>
  533. </property>
  534. <property name="shortcut">
  535. <string>Ctrl+Shift+T</string>
  536. </property>
  537. <property name="autoRepeat">
  538. <bool>false</bool>
  539. </property>
  540. </action>
  541. <action name="action_Debugging">
  542. <property name="checkable">
  543. <bool>true</bool>
  544. </property>
  545. <property name="checked">
  546. <bool>false</bool>
  547. </property>
  548. <property name="text">
  549. <string>Debugging</string>
  550. </property>
  551. </action>
  552. <action name="action_NodeStatistics">
  553. <property name="text">
  554. <string>Statistics</string>
  555. </property>
  556. </action>
  557. <action name="action_RemoveUnusedNodes">
  558. <property name="enabled">
  559. <bool>false</bool>
  560. </property>
  561. <property name="text">
  562. <string>Nodes</string>
  563. </property>
  564. <property name="toolTip">
  565. <string>Removes all unused nodes from the active graph</string>
  566. </property>
  567. </action>
  568. <action name="action_RemoveUnusedVariables">
  569. <property name="enabled">
  570. <bool>false</bool>
  571. </property>
  572. <property name="text">
  573. <string>Variables</string>
  574. </property>
  575. <property name="toolTip">
  576. <string>Removes all unused variables from the active graph</string>
  577. </property>
  578. </action>
  579. <action name="action_RemoveUnusedElements">
  580. <property name="enabled">
  581. <bool>false</bool>
  582. </property>
  583. <property name="text">
  584. <string>All</string>
  585. </property>
  586. <property name="toolTip">
  587. <string>Removes all unused elements from the active graph</string>
  588. </property>
  589. </action>
  590. <action name="action_PresetsEditor">
  591. <property name="text">
  592. <string>Presets Editor</string>
  593. </property>
  594. </action>
  595. <action name="action_UpgradeTool">
  596. <property name="text">
  597. <string>Upgrade Graphs</string>
  598. </property>
  599. <property name="toolTip">
  600. <string>Utility tool to upgrade the active project's Script Canvas graphs.</string>
  601. </property>
  602. </action>
  603. <action name="action_GraphRecreator">
  604. <property name="text">
  605. <string>Graph Recreator</string>
  606. </property>
  607. <property name="toolTip">
  608. <string>Will recreate the specified directory of graphs in a new target location.</string>
  609. </property>
  610. </action>
  611. <action name="action_Screenshot">
  612. <property name="text">
  613. <string>Screenshot</string>
  614. </property>
  615. <property name="toolTip">
  616. <string>Takes a picture of the current selection in the active graph, or the entire graph if there is no selection.</string>
  617. </property>
  618. <property name="shortcut">
  619. <string>Ctrl+Shift+P</string>
  620. </property>
  621. <property name="autoRepeat">
  622. <bool>false</bool>
  623. </property>
  624. </action>
  625. <action name="action_SelectInputs">
  626. <property name="text">
  627. <string>Inputs</string>
  628. </property>
  629. <property name="toolTip">
  630. <string>Selects all of the nodes that are connected to the current selection via input connections</string>
  631. </property>
  632. <property name="shortcut">
  633. <string>Ctrl+Left</string>
  634. </property>
  635. </action>
  636. <action name="action_SelectOutputs">
  637. <property name="text">
  638. <string>Outputs</string>
  639. </property>
  640. <property name="shortcut">
  641. <string>Ctrl+Right</string>
  642. </property>
  643. </action>
  644. <action name="action_SelectConnected">
  645. <property name="text">
  646. <string>Connected</string>
  647. </property>
  648. <property name="shortcut">
  649. <string>Ctrl+Up</string>
  650. </property>
  651. </action>
  652. <action name="action_ShowEntireGraph">
  653. <property name="text">
  654. <string>Show Entire Graph</string>
  655. </property>
  656. <property name="shortcut">
  657. <string>Ctrl+Shift+Down</string>
  658. </property>
  659. </action>
  660. <action name="action_ZoomIn">
  661. <property name="text">
  662. <string>Zoom In</string>
  663. </property>
  664. <property name="shortcut">
  665. <string>Ctrl++</string>
  666. </property>
  667. </action>
  668. <action name="action_ZoomOut">
  669. <property name="text">
  670. <string>Zoom Out</string>
  671. </property>
  672. <property name="shortcut">
  673. <string>Ctrl+-</string>
  674. </property>
  675. </action>
  676. <action name="action_AlignLeft">
  677. <property name="text">
  678. <string>Align Left</string>
  679. </property>
  680. <property name="shortcut">
  681. <string>Shift+Left</string>
  682. </property>
  683. </action>
  684. <action name="action_AlignRight">
  685. <property name="text">
  686. <string>Align Right</string>
  687. </property>
  688. <property name="shortcut">
  689. <string>Shift+Right</string>
  690. </property>
  691. </action>
  692. <action name="action_AlignTop">
  693. <property name="text">
  694. <string>Align Top</string>
  695. </property>
  696. <property name="shortcut">
  697. <string>Shift+Up</string>
  698. </property>
  699. </action>
  700. <action name="action_AlignBottom">
  701. <property name="text">
  702. <string>Align Bottom</string>
  703. </property>
  704. <property name="shortcut">
  705. <string>Shift+Down</string>
  706. </property>
  707. </action>
  708. <action name="action_SelectAll">
  709. <property name="text">
  710. <string>All</string>
  711. </property>
  712. <property name="toolTip">
  713. <string>Select All of the Nodes in the currently active graph</string>
  714. </property>
  715. <property name="shortcut">
  716. <string>Ctrl+A</string>
  717. </property>
  718. </action>
  719. <action name="actionNone">
  720. <property name="text">
  721. <string>None</string>
  722. </property>
  723. </action>
  724. <action name="action_ClearSelection">
  725. <property name="text">
  726. <string>Clear Selection</string>
  727. </property>
  728. <property name="shortcut">
  729. <string>Esc</string>
  730. </property>
  731. </action>
  732. <action name="action_GotoStartOfChain">
  733. <property name="text">
  734. <string>Start of Chain</string>
  735. </property>
  736. <property name="shortcut">
  737. <string>Ctrl+Shift+Left</string>
  738. </property>
  739. </action>
  740. <action name="action_GotoEndOfChain">
  741. <property name="text">
  742. <string>End of Chain</string>
  743. </property>
  744. <property name="shortcut">
  745. <string>Ctrl+Shift+Right</string>
  746. </property>
  747. </action>
  748. <action name="actionZoom_To">
  749. <property name="text">
  750. <string>Zoom Selection</string>
  751. </property>
  752. </action>
  753. <action name="action_ZoomSelection">
  754. <property name="text">
  755. <string>Show Selection</string>
  756. </property>
  757. <property name="shortcut">
  758. <string>Ctrl+Shift+Up</string>
  759. </property>
  760. </action>
  761. <action name="action_EnableSelection">
  762. <property name="text">
  763. <string>Enable Selection</string>
  764. </property>
  765. <property name="shortcut">
  766. <string>Ctrl+K, Ctrl+U</string>
  767. </property>
  768. </action>
  769. <action name="action_DisableSelection">
  770. <property name="text">
  771. <string>Disable Selection</string>
  772. </property>
  773. <property name="shortcut">
  774. <string>Ctrl+K, Ctrl+C</string>
  775. </property>
  776. </action>
  777. <action name="actionEditor_Graph">
  778. <property name="text">
  779. <string>Editor Graph</string>
  780. </property>
  781. </action>
  782. <action name="action_Interpreter">
  783. <property name="text">
  784. <string>Interpreter</string>
  785. </property>
  786. </action>
  787. <action name="actionOpen_Script_Event">
  788. <property name="text">
  789. <string>&amp;Open ...</string>
  790. </property>
  791. </action>
  792. <addaction name="action_ViewNodePalette"/>
  793. <addaction name="action_ViewOutline"/>
  794. <addaction name="action_ViewDynamicEBusAssets"/>
  795. <addaction name="action_ViewProperties"/>
  796. <addaction name="action_ViewDebugger"/>
  797. <addaction name="action_ViewCommandLine"/>
  798. <addaction name="action_ViewRestoreDefaultLayout"/>
  799. </widget>
  800. <resources>
  801. <include location="ScriptCanvasEditorResources.qrc"/>
  802. <include location="../../../../../GraphCanvas/Code/StaticLib/GraphCanvas/Widgets/Resources/GraphCanvasEditorResources.qrc"/>
  803. </resources>
  804. <connections/>
  805. </ui>