Hello,
I'm quite new to Nim, have been using Python with Qt though for quite some time.
I've had a look at nimqt (which seems to be the only way to use Qt6 with Nim, right?). But the way to create Qt-Widgets and the whole gui looks pretty weird to me, with pointers and other things that (to me at least) look anything but intuitive. Now I do realise that Nim is a different language, but is there some readily available package to use Qt6 in a more intuitive way, more akin to how it's done in Python?
Tia.