805:d88c0354de97 | 806:4240f47aa2d4 |
---|---|
73 <widget class="QWidget" name="pagePrimitives"> | 73 <widget class="QWidget" name="pagePrimitives"> |
74 <property name="geometry"> | 74 <property name="geometry"> |
75 <rect> | 75 <rect> |
76 <x>0</x> | 76 <x>0</x> |
77 <y>0</y> | 77 <y>0</y> |
78 <width>99</width> | 78 <width>233</width> |
79 <height>99</height> | 79 <height>436</height> |
80 </rect> | 80 </rect> |
81 </property> | 81 </property> |
82 <attribute name="label"> | 82 <attribute name="label"> |
83 <string>Primitives</string> | 83 <string>Primitives</string> |
84 </attribute> | 84 </attribute> |
518 <string>Save the part model.</string> | 518 <string>Save the part model.</string> |
519 </property> | 519 </property> |
520 <property name="whatsThis"> | 520 <property name="whatsThis"> |
521 <string/> | 521 <string/> |
522 </property> | 522 </property> |
523 <property name="shortcut"> | |
524 <string>Ctrl+S</string> | |
525 </property> | |
523 </action> | 526 </action> |
524 <action name="actionSaveAs"> | 527 <action name="actionSaveAs"> |
525 <property name="icon"> | 528 <property name="icon"> |
526 <iconset resource="../ldforge.qrc"> | 529 <iconset resource="../ldforge.qrc"> |
527 <normaloff>:/icons/file-save-as.png</normaloff>:/icons/file-save-as.png</iconset> | 530 <normaloff>:/icons/file-save-as.png</normaloff>:/icons/file-save-as.png</iconset> |
529 <property name="text"> | 532 <property name="text"> |
530 <string>Save As..</string> | 533 <string>Save As..</string> |
531 </property> | 534 </property> |
532 <property name="whatsThis"> | 535 <property name="whatsThis"> |
533 <string>Save the part model to a specific file.</string> | 536 <string>Save the part model to a specific file.</string> |
537 </property> | |
538 <property name="shortcut"> | |
539 <string>Ctrl+Shift+S</string> | |
534 </property> | 540 </property> |
535 </action> | 541 </action> |
536 <action name="actionInsertFrom"> | 542 <action name="actionInsertFrom"> |
537 <property name="icon"> | 543 <property name="icon"> |
538 <iconset resource="../ldforge.qrc"> | 544 <iconset resource="../ldforge.qrc"> |
643 <normaloff>:/icons/bfc-view.png</normaloff>:/icons/bfc-view.png</iconset> | 649 <normaloff>:/icons/bfc-view.png</normaloff>:/icons/bfc-view.png</iconset> |
644 </property> | 650 </property> |
645 <property name="text"> | 651 <property name="text"> |
646 <string>BFC Red/Green View</string> | 652 <string>BFC Red/Green View</string> |
647 </property> | 653 </property> |
654 <property name="shortcut"> | |
655 <string>Shift+B</string> | |
656 </property> | |
648 </action> | 657 </action> |
649 <action name="actionSetOverlay"> | 658 <action name="actionSetOverlay"> |
650 <property name="icon"> | 659 <property name="icon"> |
651 <iconset resource="../ldforge.qrc"> | 660 <iconset resource="../ldforge.qrc"> |
652 <normaloff>:/icons/overlay.png</normaloff>:/icons/overlay.png</iconset> | 661 <normaloff>:/icons/overlay.png</normaloff>:/icons/overlay.png</iconset> |
759 <string>Undo</string> | 768 <string>Undo</string> |
760 </property> | 769 </property> |
761 <property name="statusTip"> | 770 <property name="statusTip"> |
762 <string>Undo a step.</string> | 771 <string>Undo a step.</string> |
763 </property> | 772 </property> |
773 <property name="shortcut"> | |
774 <string>Ctrl+Z</string> | |
775 </property> | |
764 </action> | 776 </action> |
765 <action name="actionRedo"> | 777 <action name="actionRedo"> |
766 <property name="icon"> | 778 <property name="icon"> |
767 <iconset resource="../ldforge.qrc"> | 779 <iconset resource="../ldforge.qrc"> |
768 <normaloff>:/icons/redo.png</normaloff>:/icons/redo.png</iconset> | 780 <normaloff>:/icons/redo.png</normaloff>:/icons/redo.png</iconset> |
771 <string>Redo</string> | 783 <string>Redo</string> |
772 </property> | 784 </property> |
773 <property name="statusTip"> | 785 <property name="statusTip"> |
774 <string>Redo a step.</string> | 786 <string>Redo a step.</string> |
775 </property> | 787 </property> |
788 <property name="shortcut"> | |
789 <string>Ctrl+Shift+Z</string> | |
790 </property> | |
776 </action> | 791 </action> |
777 <action name="actionCut"> | 792 <action name="actionCut"> |
778 <property name="icon"> | 793 <property name="icon"> |
779 <iconset resource="../ldforge.qrc"> | 794 <iconset resource="../ldforge.qrc"> |
780 <normaloff>:/icons/cut.png</normaloff>:/icons/cut.png</iconset> | 795 <normaloff>:/icons/cut.png</normaloff>:/icons/cut.png</iconset> |
782 <property name="text"> | 797 <property name="text"> |
783 <string>Cut</string> | 798 <string>Cut</string> |
784 </property> | 799 </property> |
785 <property name="statusTip"> | 800 <property name="statusTip"> |
786 <string>Cut the current selection to clipboard.</string> | 801 <string>Cut the current selection to clipboard.</string> |
802 </property> | |
803 <property name="shortcut"> | |
804 <string>Ctrl+X</string> | |
787 </property> | 805 </property> |
788 </action> | 806 </action> |
789 <action name="actionCopy"> | 807 <action name="actionCopy"> |
790 <property name="icon"> | 808 <property name="icon"> |
791 <iconset resource="../ldforge.qrc"> | 809 <iconset resource="../ldforge.qrc"> |
798 <string>Copy the current selection to clipboard.</string> | 816 <string>Copy the current selection to clipboard.</string> |
799 </property> | 817 </property> |
800 <property name="whatsThis"> | 818 <property name="whatsThis"> |
801 <string/> | 819 <string/> |
802 </property> | 820 </property> |
821 <property name="shortcut"> | |
822 <string>Ctrl+C</string> | |
823 </property> | |
803 </action> | 824 </action> |
804 <action name="actionPaste"> | 825 <action name="actionPaste"> |
805 <property name="icon"> | 826 <property name="icon"> |
806 <iconset resource="../ldforge.qrc"> | 827 <iconset resource="../ldforge.qrc"> |
807 <normaloff>:/icons/paste.png</normaloff>:/icons/paste.png</iconset> | 828 <normaloff>:/icons/paste.png</normaloff>:/icons/paste.png</iconset> |
810 <string>Paste</string> | 831 <string>Paste</string> |
811 </property> | 832 </property> |
812 <property name="statusTip"> | 833 <property name="statusTip"> |
813 <string>Paste clipboard contents.</string> | 834 <string>Paste clipboard contents.</string> |
814 </property> | 835 </property> |
836 <property name="shortcut"> | |
837 <string>Ctrl+V</string> | |
838 </property> | |
815 </action> | 839 </action> |
816 <action name="actionDelete"> | 840 <action name="actionDelete"> |
817 <property name="icon"> | 841 <property name="icon"> |
818 <iconset resource="../ldforge.qrc"> | 842 <iconset resource="../ldforge.qrc"> |
819 <normaloff>:/icons/delete.png</normaloff>:/icons/delete.png</iconset> | 843 <normaloff>:/icons/delete.png</normaloff>:/icons/delete.png</iconset> |
822 <string>Delete</string> | 846 <string>Delete</string> |
823 </property> | 847 </property> |
824 <property name="statusTip"> | 848 <property name="statusTip"> |
825 <string>Delete the selection</string> | 849 <string>Delete the selection</string> |
826 </property> | 850 </property> |
851 <property name="shortcut"> | |
852 <string>Del</string> | |
853 </property> | |
827 </action> | 854 </action> |
828 <action name="actionSelectAll"> | 855 <action name="actionSelectAll"> |
829 <property name="icon"> | 856 <property name="icon"> |
830 <iconset resource="../ldforge.qrc"> | 857 <iconset resource="../ldforge.qrc"> |
831 <normaloff>:/icons/select-all.png</normaloff>:/icons/select-all.png</iconset> | 858 <normaloff>:/icons/select-all.png</normaloff>:/icons/select-all.png</iconset> |
832 </property> | 859 </property> |
833 <property name="text"> | 860 <property name="text"> |
834 <string>Select All</string> | 861 <string>Select All</string> |
862 </property> | |
863 <property name="shortcut"> | |
864 <string>Ctrl+A</string> | |
835 </property> | 865 </property> |
836 </action> | 866 </action> |
837 <action name="actionSelectByColor"> | 867 <action name="actionSelectByColor"> |
838 <property name="icon"> | 868 <property name="icon"> |
839 <iconset resource="../ldforge.qrc"> | 869 <iconset resource="../ldforge.qrc"> |
864 <normaloff>:/icons/mode-select.png</normaloff>:/icons/mode-select.png</iconset> | 894 <normaloff>:/icons/mode-select.png</normaloff>:/icons/mode-select.png</iconset> |
865 </property> | 895 </property> |
866 <property name="text"> | 896 <property name="text"> |
867 <string>Select Mode</string> | 897 <string>Select Mode</string> |
868 </property> | 898 </property> |
899 <property name="shortcut"> | |
900 <string>Ctrl+1</string> | |
901 </property> | |
869 </action> | 902 </action> |
870 <action name="actionModeDraw"> | 903 <action name="actionModeDraw"> |
871 <property name="checkable"> | 904 <property name="checkable"> |
872 <bool>true</bool> | 905 <bool>true</bool> |
873 </property> | 906 </property> |
876 <normaloff>:/icons/mode-draw.png</normaloff>:/icons/mode-draw.png</iconset> | 909 <normaloff>:/icons/mode-draw.png</normaloff>:/icons/mode-draw.png</iconset> |
877 </property> | 910 </property> |
878 <property name="text"> | 911 <property name="text"> |
879 <string>Draw Mode</string> | 912 <string>Draw Mode</string> |
880 </property> | 913 </property> |
914 <property name="shortcut"> | |
915 <string>Ctrl+2</string> | |
916 </property> | |
881 </action> | 917 </action> |
882 <action name="actionSetDrawDepth"> | 918 <action name="actionSetDrawDepth"> |
883 <property name="text"> | 919 <property name="text"> |
884 <string>Set Draw Depth</string> | 920 <string>Set Draw Depth</string> |
885 </property> | 921 </property> |
922 <property name="shortcut"> | |
923 <string>Ctrl+3</string> | |
924 </property> | |
886 </action> | 925 </action> |
887 <action name="actionSetColor"> | 926 <action name="actionSetColor"> |
888 <property name="icon"> | 927 <property name="icon"> |
889 <iconset resource="../ldforge.qrc"> | 928 <iconset resource="../ldforge.qrc"> |
890 <normaloff>:/icons/palette.png</normaloff>:/icons/palette.png</iconset> | 929 <normaloff>:/icons/palette.png</normaloff>:/icons/palette.png</iconset> |
893 <string>Set Color</string> | 932 <string>Set Color</string> |
894 </property> | 933 </property> |
895 <property name="statusTip"> | 934 <property name="statusTip"> |
896 <string>Set the color on given objects.</string> | 935 <string>Set the color on given objects.</string> |
897 </property> | 936 </property> |
937 <property name="shortcut"> | |
938 <string>C</string> | |
939 </property> | |
898 </action> | 940 </action> |
899 <action name="actionAutocolor"> | 941 <action name="actionAutocolor"> |
900 <property name="icon"> | 942 <property name="icon"> |
901 <iconset resource="../ldforge.qrc"> | 943 <iconset resource="../ldforge.qrc"> |
902 <normaloff>:/icons/autocolor.png</normaloff>:/icons/autocolor.png</iconset> | 944 <normaloff>:/icons/autocolor.png</normaloff>:/icons/autocolor.png</iconset> |
904 <property name="text"> | 946 <property name="text"> |
905 <string>Auto-color</string> | 947 <string>Auto-color</string> |
906 </property> | 948 </property> |
907 <property name="statusTip"> | 949 <property name="statusTip"> |
908 <string>Set the color of the given object to the first found unused color.</string> | 950 <string>Set the color of the given object to the first found unused color.</string> |
951 </property> | |
952 <property name="shortcut"> | |
953 <string>Ctrl+Shift+C</string> | |
909 </property> | 954 </property> |
910 </action> | 955 </action> |
911 <action name="actionUncolor"> | 956 <action name="actionUncolor"> |
912 <property name="icon"> | 957 <property name="icon"> |
913 <iconset resource="../ldforge.qrc"> | 958 <iconset resource="../ldforge.qrc"> |
932 <string>Inline</string> | 977 <string>Inline</string> |
933 </property> | 978 </property> |
934 <property name="statusTip"> | 979 <property name="statusTip"> |
935 <string>Inline selected subfiles.</string> | 980 <string>Inline selected subfiles.</string> |
936 </property> | 981 </property> |
982 <property name="shortcut"> | |
983 <string>Ctrl+I</string> | |
984 </property> | |
937 </action> | 985 </action> |
938 <action name="actionInlineDeep"> | 986 <action name="actionInlineDeep"> |
939 <property name="icon"> | 987 <property name="icon"> |
940 <iconset resource="../ldforge.qrc"> | 988 <iconset resource="../ldforge.qrc"> |
941 <normaloff>:/icons/inline-deep.png</normaloff>:/icons/inline-deep.png</iconset> | 989 <normaloff>:/icons/inline-deep.png</normaloff>:/icons/inline-deep.png</iconset> |
944 <string>Deep Inline</string> | 992 <string>Deep Inline</string> |
945 </property> | 993 </property> |
946 <property name="statusTip"> | 994 <property name="statusTip"> |
947 <string>Recursively inline selected subfiles down to polygons only.</string> | 995 <string>Recursively inline selected subfiles down to polygons only.</string> |
948 </property> | 996 </property> |
997 <property name="shortcut"> | |
998 <string>Ctrl+Shift+I</string> | |
999 </property> | |
949 </action> | 1000 </action> |
950 <action name="actionInvert"> | 1001 <action name="actionInvert"> |
951 <property name="icon"> | 1002 <property name="icon"> |
952 <iconset resource="../ldforge.qrc"> | 1003 <iconset resource="../ldforge.qrc"> |
953 <normaloff>:/icons/invert.png</normaloff>:/icons/invert.png</iconset> | 1004 <normaloff>:/icons/invert.png</normaloff>:/icons/invert.png</iconset> |
954 </property> | 1005 </property> |
955 <property name="text"> | 1006 <property name="text"> |
956 <string>Invert</string> | 1007 <string>Invert</string> |
1008 </property> | |
1009 <property name="shortcut"> | |
1010 <string>Ctrl+Shift+W</string> | |
957 </property> | 1011 </property> |
958 </action> | 1012 </action> |
959 <action name="actionMakePrimitive"> | 1013 <action name="actionMakePrimitive"> |
960 <property name="icon"> | 1014 <property name="icon"> |
961 <iconset resource="../ldforge.qrc"> | 1015 <iconset resource="../ldforge.qrc"> |
1143 <normaloff>:/icons/help.png</normaloff>:/icons/help.png</iconset> | 1197 <normaloff>:/icons/help.png</normaloff>:/icons/help.png</iconset> |
1144 </property> | 1198 </property> |
1145 <property name="text"> | 1199 <property name="text"> |
1146 <string>Help</string> | 1200 <string>Help</string> |
1147 </property> | 1201 </property> |
1202 <property name="shortcut"> | |
1203 <string>F1</string> | |
1204 </property> | |
1148 </action> | 1205 </action> |
1149 <action name="actionAbout"> | 1206 <action name="actionAbout"> |
1150 <property name="icon"> | 1207 <property name="icon"> |
1151 <iconset resource="../ldforge.qrc"> | 1208 <iconset resource="../ldforge.qrc"> |
1152 <normaloff>:/icons/ldforge.png</normaloff>:/icons/ldforge.png</iconset> | 1209 <normaloff>:/icons/ldforge.png</normaloff>:/icons/ldforge.png</iconset> |
1210 <normaloff>:/icons/arrow-up.png</normaloff>:/icons/arrow-up.png</iconset> | 1267 <normaloff>:/icons/arrow-up.png</normaloff>:/icons/arrow-up.png</iconset> |
1211 </property> | 1268 </property> |
1212 <property name="text"> | 1269 <property name="text"> |
1213 <string>Move Up</string> | 1270 <string>Move Up</string> |
1214 </property> | 1271 </property> |
1272 <property name="shortcut"> | |
1273 <string>PgUp</string> | |
1274 </property> | |
1215 </action> | 1275 </action> |
1216 <action name="actionMoveDown"> | 1276 <action name="actionMoveDown"> |
1217 <property name="icon"> | 1277 <property name="icon"> |
1218 <iconset resource="../ldforge.qrc"> | 1278 <iconset resource="../ldforge.qrc"> |
1219 <normaloff>:/icons/arrow-down.png</normaloff>:/icons/arrow-down.png</iconset> | 1279 <normaloff>:/icons/arrow-down.png</normaloff>:/icons/arrow-down.png</iconset> |
1220 </property> | 1280 </property> |
1221 <property name="text"> | 1281 <property name="text"> |
1222 <string>Move Down</string> | 1282 <string>Move Down</string> |
1223 </property> | 1283 </property> |
1284 <property name="shortcut"> | |
1285 <string>PgDown</string> | |
1286 </property> | |
1224 </action> | 1287 </action> |
1225 <action name="actionMoveXNeg"> | 1288 <action name="actionMoveXNeg"> |
1226 <property name="icon"> | 1289 <property name="icon"> |
1227 <iconset resource="../ldforge.qrc"> | 1290 <iconset resource="../ldforge.qrc"> |
1228 <normaloff>:/icons/move-x-neg.png</normaloff>:/icons/move-x-neg.png</iconset> | 1291 <normaloff>:/icons/move-x-neg.png</normaloff>:/icons/move-x-neg.png</iconset> |
1229 </property> | 1292 </property> |
1230 <property name="text"> | 1293 <property name="text"> |
1231 <string>Move -X</string> | 1294 <string>Move -X</string> |
1232 </property> | 1295 </property> |
1296 <property name="shortcut"> | |
1297 <string>Left</string> | |
1298 </property> | |
1233 </action> | 1299 </action> |
1234 <action name="actionMoveXPos"> | 1300 <action name="actionMoveXPos"> |
1235 <property name="icon"> | 1301 <property name="icon"> |
1236 <iconset resource="../ldforge.qrc"> | 1302 <iconset resource="../ldforge.qrc"> |
1237 <normaloff>:/icons/move-x-pos.png</normaloff>:/icons/move-x-pos.png</iconset> | 1303 <normaloff>:/icons/move-x-pos.png</normaloff>:/icons/move-x-pos.png</iconset> |
1238 </property> | 1304 </property> |
1239 <property name="text"> | 1305 <property name="text"> |
1240 <string>Move +X</string> | 1306 <string>Move +X</string> |
1241 </property> | 1307 </property> |
1308 <property name="shortcut"> | |
1309 <string>Right</string> | |
1310 </property> | |
1242 </action> | 1311 </action> |
1243 <action name="actionMoveYNeg"> | 1312 <action name="actionMoveYNeg"> |
1244 <property name="icon"> | 1313 <property name="icon"> |
1245 <iconset resource="../ldforge.qrc"> | 1314 <iconset resource="../ldforge.qrc"> |
1246 <normaloff>:/icons/move-y-neg.png</normaloff>:/icons/move-y-neg.png</iconset> | 1315 <normaloff>:/icons/move-y-neg.png</normaloff>:/icons/move-y-neg.png</iconset> |
1247 </property> | 1316 </property> |
1248 <property name="text"> | 1317 <property name="text"> |
1249 <string>Move -Y</string> | 1318 <string>Move -Y</string> |
1250 </property> | 1319 </property> |
1320 <property name="shortcut"> | |
1321 <string>Home</string> | |
1322 </property> | |
1251 </action> | 1323 </action> |
1252 <action name="actionMoveYPos"> | 1324 <action name="actionMoveYPos"> |
1253 <property name="icon"> | 1325 <property name="icon"> |
1254 <iconset resource="../ldforge.qrc"> | 1326 <iconset resource="../ldforge.qrc"> |
1255 <normaloff>:/icons/move-y-pos.png</normaloff>:/icons/move-y-pos.png</iconset> | 1327 <normaloff>:/icons/move-y-pos.png</normaloff>:/icons/move-y-pos.png</iconset> |
1256 </property> | 1328 </property> |
1257 <property name="text"> | 1329 <property name="text"> |
1258 <string>Move +Y</string> | 1330 <string>Move +Y</string> |
1259 </property> | 1331 </property> |
1332 <property name="shortcut"> | |
1333 <string>End</string> | |
1334 </property> | |
1260 </action> | 1335 </action> |
1261 <action name="actionMoveZNeg"> | 1336 <action name="actionMoveZNeg"> |
1262 <property name="icon"> | 1337 <property name="icon"> |
1263 <iconset resource="../ldforge.qrc"> | 1338 <iconset resource="../ldforge.qrc"> |
1264 <normaloff>:/icons/move-z-neg.png</normaloff>:/icons/move-z-neg.png</iconset> | 1339 <normaloff>:/icons/move-z-neg.png</normaloff>:/icons/move-z-neg.png</iconset> |
1265 </property> | 1340 </property> |
1266 <property name="text"> | 1341 <property name="text"> |
1267 <string>Move -Z</string> | 1342 <string>Move -Z</string> |
1268 </property> | 1343 </property> |
1344 <property name="shortcut"> | |
1345 <string>Down</string> | |
1346 </property> | |
1269 </action> | 1347 </action> |
1270 <action name="actionMoveZPos"> | 1348 <action name="actionMoveZPos"> |
1271 <property name="icon"> | 1349 <property name="icon"> |
1272 <iconset resource="../ldforge.qrc"> | 1350 <iconset resource="../ldforge.qrc"> |
1273 <normaloff>:/icons/move-z-pos.png</normaloff>:/icons/move-z-pos.png</iconset> | 1351 <normaloff>:/icons/move-z-pos.png</normaloff>:/icons/move-z-pos.png</iconset> |
1274 </property> | 1352 </property> |
1275 <property name="text"> | 1353 <property name="text"> |
1276 <string>Move +Z</string> | 1354 <string>Move +Z</string> |
1277 </property> | 1355 </property> |
1356 <property name="shortcut"> | |
1357 <string>Up</string> | |
1358 </property> | |
1278 </action> | 1359 </action> |
1279 <action name="actionRotateXNeg"> | 1360 <action name="actionRotateXNeg"> |
1280 <property name="text"> | 1361 <property name="text"> |
1281 <string>Rotate -X</string> | 1362 <string>Rotate -X</string> |
1282 </property> | 1363 </property> |
1364 <property name="shortcut"> | |
1365 <string>Ctrl+Left</string> | |
1366 </property> | |
1283 </action> | 1367 </action> |
1284 <action name="actionRotateXPos"> | 1368 <action name="actionRotateXPos"> |
1285 <property name="text"> | 1369 <property name="text"> |
1286 <string>Rotate +X</string> | 1370 <string>Rotate +X</string> |
1287 </property> | 1371 </property> |
1372 <property name="shortcut"> | |
1373 <string>Ctrl+Right</string> | |
1374 </property> | |
1288 </action> | 1375 </action> |
1289 <action name="actionRotateYNeg"> | 1376 <action name="actionRotateYNeg"> |
1290 <property name="text"> | 1377 <property name="text"> |
1291 <string>Rotate -Y</string> | 1378 <string>Rotate -Y</string> |
1292 </property> | 1379 </property> |
1380 <property name="shortcut"> | |
1381 <string>Ctrl+End</string> | |
1382 </property> | |
1293 </action> | 1383 </action> |
1294 <action name="actionRotateYPos"> | 1384 <action name="actionRotateYPos"> |
1295 <property name="text"> | 1385 <property name="text"> |
1296 <string>Rotate +Y</string> | 1386 <string>Rotate +Y</string> |
1297 </property> | 1387 </property> |
1388 <property name="shortcut"> | |
1389 <string>Ctrl+Home</string> | |
1390 </property> | |
1298 </action> | 1391 </action> |
1299 <action name="actionRotateZNeg"> | 1392 <action name="actionRotateZNeg"> |
1300 <property name="text"> | 1393 <property name="text"> |
1301 <string>Rotate -Z</string> | 1394 <string>Rotate -Z</string> |
1302 </property> | 1395 </property> |
1396 <property name="shortcut"> | |
1397 <string>Ctrl+Down</string> | |
1398 </property> | |
1303 </action> | 1399 </action> |
1304 <action name="actionRotateZPos"> | 1400 <action name="actionRotateZPos"> |
1305 <property name="text"> | 1401 <property name="text"> |
1306 <string>Rotate +Z</string> | 1402 <string>Rotate +Z</string> |
1307 </property> | 1403 </property> |
1404 <property name="shortcut"> | |
1405 <string>Ctrl+Up</string> | |
1406 </property> | |
1308 </action> | 1407 </action> |
1309 <action name="actionRotationPoint"> | 1408 <action name="actionRotationPoint"> |
1310 <property name="text"> | 1409 <property name="text"> |
1311 <string>Set Rotation Point</string> | 1410 <string>Set Rotation Point</string> |
1312 </property> | 1411 </property> |
1313 </action> | 1412 </action> |
1314 <action name="actionSaveAll"> | 1413 <action name="actionSaveAll"> |
1315 <property name="text"> | 1414 <property name="text"> |
1316 <string>Save All</string> | 1415 <string>Save All</string> |
1317 </property> | 1416 </property> |
1417 <property name="shortcut"> | |
1418 <string>Ctrl+Shift+S</string> | |
1419 </property> | |
1318 </action> | 1420 </action> |
1319 <action name="actionClose"> | 1421 <action name="actionClose"> |
1320 <property name="text"> | 1422 <property name="text"> |
1321 <string>Close</string> | 1423 <string>Close</string> |
1322 </property> | 1424 </property> |
1425 <property name="shortcut"> | |
1426 <string>Ctrl+W</string> | |
1427 </property> | |
1323 </action> | 1428 </action> |
1324 <action name="actionCloseAll"> | 1429 <action name="actionCloseAll"> |
1325 <property name="text"> | 1430 <property name="text"> |
1326 <string>Close All</string> | 1431 <string>Close All</string> |
1327 </property> | 1432 </property> |
1433 <property name="shortcut"> | |
1434 <string>Ctrl+Shift+W</string> | |
1435 </property> | |
1328 </action> | 1436 </action> |
1329 <action name="actionNewFile"> | 1437 <action name="actionNewFile"> |
1330 <property name="icon"> | 1438 <property name="icon"> |
1331 <iconset resource="../ldforge.qrc"> | 1439 <iconset resource="../ldforge.qrc"> |
1332 <normaloff>:/icons/file-new.png</normaloff>:/icons/file-new.png</iconset> | 1440 <normaloff>:/icons/file-new.png</normaloff>:/icons/file-new.png</iconset> |
1333 </property> | 1441 </property> |
1334 <property name="text"> | 1442 <property name="text"> |
1335 <string>New File</string> | 1443 <string>New File</string> |
1336 </property> | 1444 </property> |
1445 <property name="shortcut"> | |
1446 <string>Ctrl+N</string> | |
1447 </property> | |
1337 </action> | 1448 </action> |
1338 <action name="actionDownloadFrom"> | 1449 <action name="actionDownloadFrom"> |
1339 <property name="text"> | 1450 <property name="text"> |
1340 <string>Download From...</string> | 1451 <string>Download From...</string> |
1341 </property> | 1452 </property> |
1346 </property> | 1457 </property> |
1347 </action> | 1458 </action> |
1348 <action name="actionJumpTo"> | 1459 <action name="actionJumpTo"> |
1349 <property name="text"> | 1460 <property name="text"> |
1350 <string>Go to Line...</string> | 1461 <string>Go to Line...</string> |
1462 </property> | |
1463 <property name="shortcut"> | |
1464 <string>Ctrl+G</string> | |
1351 </property> | 1465 </property> |
1352 </action> | 1466 </action> |
1353 <action name="actionModeCircle"> | 1467 <action name="actionModeCircle"> |
1354 <property name="checkable"> | 1468 <property name="checkable"> |
1355 <bool>true</bool> | 1469 <bool>true</bool> |
1414 <iconset resource="../ldforge.qrc"> | 1528 <iconset resource="../ldforge.qrc"> |
1415 <normaloff>:/icons/random-colors.png</normaloff>:/icons/random-colors.png</iconset> | 1529 <normaloff>:/icons/random-colors.png</normaloff>:/icons/random-colors.png</iconset> |
1416 </property> | 1530 </property> |
1417 <property name="text"> | 1531 <property name="text"> |
1418 <string>Random colors</string> | 1532 <string>Random colors</string> |
1533 </property> | |
1534 <property name="shortcut"> | |
1535 <string>Shift+R</string> | |
1419 </property> | 1536 </property> |
1420 </action> | 1537 </action> |
1421 <action name="actionOpenSubfiles"> | 1538 <action name="actionOpenSubfiles"> |
1422 <property name="text"> | 1539 <property name="text"> |
1423 <string>Open Subfiles for Editing</string> | 1540 <string>Open Subfiles for Editing</string> |