nodeparamview: separated the NodeParamView body into a separate widget for nesting

Will allow display of NodeInputArrays.
This commit is contained in:
itsmattkc
2020-04-18 23:28:11 +10:00
parent 707e9d5522
commit a796cb2c13
10 changed files with 439 additions and 238 deletions
+3
View File
@@ -321,8 +321,11 @@ void Block::Retranslate()
{
Node::Retranslate();
name_input_->set_name(tr("Name"));
length_input_->set_name(tr("Length"));
media_in_input_->set_name(tr("Media In"));
enabled_input_->set_name(tr("Enabled"));
speed_input_->set_name(tr("Speed"));
}
NodeInput *Block::length_input() const