decoupled ui from effect row
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#include "labelfield.h"
|
||||
|
||||
LabelField::LabelField(EffectRow *parent, const QString &string) :
|
||||
EffectField(parent, nullptr, EFFECT_FIELD_UI)
|
||||
{
|
||||
SetValueAt(0, string);
|
||||
}
|
||||
Reference in New Issue
Block a user