Jussi Lind
Jussi Lind
Hi, Seems that there's a file missing: ` src/main_window.cpp:28:10: fatal error: duqfdoublespinbox.h: No such file or directory 28 | #include "duqfdoublespinbox.h" | ^~~~~~~~~~~~~~~~~~~~~ compilation terminated. `
Thanks for your suggestions! Hmm....actually I like the idea of double-click to create a node. I'll definitely implement that as it shouldn't be that much work.
https://github.com/juzzlin/Heimer/issues/140
I like the idea of having clickable links, need to investigate how this could be implemented in practice.
Hmm...never tried that but indeed should be possible in theory: https://doc.qt.io/qt-5/wasm.html
Wow, that's very cool! Works better than I expected. The biggest issue is to somehow handle file load/save. I found this: https://bugreports.qt.io/browse/QTBUG-67834
Related to this (although importing is a new idea): https://github.com/juzzlin/Heimer/issues/81
Thanks for reporting! I will take these into consideration. Not that simple to implement, though.
The ability to select a group of nodes and connect them implemented in fd674d5df5216c10d9b7e05a02f4d097894d1e66.
As a complement for #128 one now can also disconnect selected nodes as implemented in a0b145906edd83ec07015bdfa8e843e2bf710e1c.