jetrus

Results 2 comments of jetrus

I solved this problem by adding the parameter QColor to the NodeDataType structure. `struct NodeDataType { QString id; QString name; QColor color; };` and changing the code where the color...

@russelltg Not at compile time. I need that when I put the block on the scene a window appears for inputting the number of inputs. Now I solved the problem...