paceholder / nodeeditor

Qt Node Editor. Dataflow programming framework
BSD 3-Clause "New" or "Revised" License
2.94k stars 796 forks source link

How do I connect the signal of a node to a slot function in a QMainWindow? #431

Open CQF0 opened 2 weeks ago

CQF0 commented 2 weeks ago

I would appreciate guidance from the experts. I have created an openglwidget in class gui: public QMainWindow to show some model, and I am now seeking to implement some operations that depend on the node editor. However, I do not know about how to establish a connection between the signal emitted by the node and the function within class gui.