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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user