implemented a footage viewer

Essentially a minor derivation of a viewer type that can automatically view
footage from the project (i.e. not in a sequence).
This commit is contained in:
itsmattkc
2019-12-30 20:17:48 +11:00
parent 55ea4a8177
commit 0db13a96ab
34 changed files with 439 additions and 152 deletions
@@ -50,9 +50,9 @@ signals:
/**
* @brief Unconditional double click signal
*
* Emits a signal when the view is double clicked, regardless of whether the double clicked index was valid.
* Emits a signal when the view is double clicked but not on any particular item
*/
void DoubleClickedView(const QModelIndex& index);
void DoubleClickedEmptyArea();
};
#endif // PROJECTEXPLORERTREEVIEW_H