Home
last modified time | relevance | path

Searched refs:CMD_ROTATE_ANTI_CLOCK (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/pencil2d/pencil-0.6.6/core_lib/src/util/
H A Dpencildef.h133 #define CMD_ROTATE_ANTI_CLOCK "CmdRotateAntiClockwise" macro
/dports/graphics/pencil2d/pencil-0.6.6/app/src/
H A Dshortcutspage.cpp350 {CMD_ROTATE_ANTI_CLOCK, QObject::tr("Rotate Anticlockwise", "Shortcut")}, in getHumanReadableShortcutName()
H A Dmainwindow2.cpp1210 ui->actionRotate_Anticlockwise->setShortcut(cmdKeySeq(CMD_ROTATE_ANTI_CLOCK)); in setupKeyboardShortcuts()