shapenode: added gizmos

This commit is contained in:
itsmattkc
2021-09-22 01:45:05 -07:00
parent 2ea29f9ea9
commit 401f8d394c
20 changed files with 340 additions and 52 deletions
+5
View File
@@ -87,6 +87,9 @@ public:
/// A video clip showing a generic video placeholder
kAddableBars,
/// A video clip showing a primitive shape
kAddableShape,
/// A video clip with a solid connected
kAddableSolid,
@@ -109,6 +112,8 @@ public:
return QCoreApplication::translate("Tool", "Empty");
case kAddableBars:
return QCoreApplication::translate("Tool", "Bars");
case kAddableShape:
return QCoreApplication::translate("Tool", "Shape");
case kAddableSolid:
return QCoreApplication::translate("Tool", "Solid");
case kAddableTitle: