nodeeditor
nodeeditor copied to clipboard
Qt Node Editor. Dataflow programming framework
The `vcpkg` toolchain causes infinite recursion. ``` [main] Building folder: nodeeditor [main] Configuring folder: nodeeditor [proc] Executing command: "C:\Program Files\CMake\bin\cmake.EXE" --no-warn-unused-cli -DCMAKE_TOOLCHAIN_FILE=D:/vcpkg/scripts/buildsystems/vcpkg.cmake -DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=TRUE -DCMAKE_BUILD_TYPE:STRING=Debug "-DCMAKE_C_COMPILER:FILEPATH=C:\Program Files\LLVM\bin\clang.exe" "-DCMAKE_CXX_COMPILER:FILEPATH=C:\Program Files\LLVM\bin\clang++.exe" -Sd:/nodeeditor -Bd:/nodeeditor/build...
I'm trying to use NE2 in my project with the following CMake file: ```cmake # Node Editor 2 FetchContent_Declare( NodeEditor2 GIT_REPOSITORY [email protected]:paceholder/nodeeditor.git GIT_TAG 2.2.4 ) FUNCTION( NE2_MakeAvailable ) set(BUILD_TESTING OFF)...
Hello, I have a node with an embedded widget (QtLabel). This Label widget contained a quite long text, and after updating the flow graph, this node was updated and text...
Hello, Is it possible to display text in the node UI, for incorrect/missing inputs ? I saw some images/screenshots in past issues with it, but thelast v3 branch code does...
How to save node's current training file? This file name requires the node id in the flowchart
The `registerTypeConverter` is used in v2. Can you also add an example in the third version?
fix issue #396 crashed when click twice on a no-connection-port of locked-node
There are quite a few resolved issues that touch the subject of "dynamic ports", but I wasn't able to find the solution. I'm trying to do something very similar as...
If we want to customize a nodeId style then we should return the data of the nodeId instead of the generic StyleCollection style. By default the nodeId style use the...
The paste selection action was incorrectly named "Copy Selection" This fixes #372