Unless I'm missing something, there doesn't seem to be a way to pass complex values into slots from PothosFlow. NumericEntry only work for scalar floats, and LineEdit returns a std::string, which can't convert to a complex number.
Is there an existing method/workaround to pass in complex values from a graph widget? If we need to use a workaround, there should be support in a graph widget.