began UI for keyframing
Largely extending the existing NodeParamView with functionality from the previous release.
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user