use QObject property system now that i know how to signal them
This commit is contained in:
@@ -51,7 +51,7 @@ Block::Block() :
|
||||
|
||||
speed_input_ = new NodeInput("speed_in", NodeParam::kFloat);
|
||||
speed_input_->set_standard_value(1.0);
|
||||
speed_input_->set_property(QStringLiteral("view"), QStringLiteral("percent"));
|
||||
speed_input_->setProperty("view", QStringLiteral("percent"));
|
||||
AddInput(speed_input_);
|
||||
|
||||
// A block's length must be greater than 0
|
||||
|
||||
Reference in New Issue
Block a user