paceholder / nodeeditor

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

Hi author! #385

Closed kundezui closed 9 months ago

kundezui commented 1 year ago

Thank you very much for reading this letter in your busy schedule. Here are the problems I'm having with QtNodes:

In the QtNodes3.0 version, I found that when using a connecting line to link two nodes, the output of the previous node will be transmitted to the input of the next node immediately. Run "./examples/text" as shown below. I want to set a "run" button, even when the connection line is connected, no data transmission will be performed between the nodes. Is it possible to modify the source code of QtNodes3.0? If possible, please tell me where to modify it. J_0C5LYWQXD3@QLFXO}}GB2

QiuYilin commented 1 year ago

Please stop use "Hi author" as title.

Search the outDataUpdated() signal and comment out the relevant code.