began UI for keyframing

Largely extending the existing NodeParamView with functionality from the
previous release.
This commit is contained in:
itsmattkc
2019-12-25 01:20:46 +11:00
parent aac8c5ec17
commit dc6d498da8
19 changed files with 454 additions and 2 deletions
+4
View File
@@ -69,6 +69,8 @@ QIcon olive::icon::Record;
QIcon olive::icon::Add;
QIcon olive::icon::Error;
QIcon olive::icon::DirUp;
QIcon olive::icon::Clock;
QIcon olive::icon::Diamond;
void olive::icon::LoadAll(const QString& theme)
{
@@ -116,6 +118,8 @@ void olive::icon::LoadAll(const QString& theme)
Add = Create(theme, "add-button");
Error = Create(theme, "error");
DirUp = Create(theme, "dirup");
Clock = Create(theme, "clock");
Diamond = Create(theme, "diamond");
}
QIcon olive::icon::Create(const QString& theme, const QString &name)
+2
View File
@@ -76,6 +76,8 @@ extern QIcon Record;
extern QIcon Add;
extern QIcon Error;
extern QIcon DirUp;
extern QIcon Clock;
extern QIcon Diamond;
/**
* @brief Create an icon object loaded from file