Open ilius opened 1 week ago
MIQT supports Qt signals well, but in C++ those examples are not signals, but rather virtual override class methods. Qt uses this technique for methods that might be called with a high frequency.
Duplicate of #42 . Work is in progress to support this very soon.
Hi
I'm using
qt6
package.There are several widget signals I could not figure out how to connect to (register a func to run)
I also could not figure out how to use
QObject.Connect2
manually for these.