ui: implemented keyboard controls for inserting/overwriting footage into the

timeline

Allows users to use the keyboard to place footage into the timeline rather than
forcing them to drag.
This commit is contained in:
itsmattkc
2020-03-03 20:03:50 +11:00
parent a9577d72ee
commit 9b73892c41
10 changed files with 300 additions and 176 deletions
+6
View File
@@ -46,6 +46,9 @@ public:
virtual void SelectAll() override;
virtual void DeselectAll() override;
virtual void Insert() override;
virtual void Overwrite() override;
public slots:
void Edit(Item *item);
@@ -60,6 +63,9 @@ private slots:
void ShowNewMenu();
void ProjectNameChanged();
QList<Footage*> GetSelectedFootage();
};
#endif // PROJECT_PANEL_H