jerous86

Results 12 comments of jerous86

When generating all the nim code, some things still go wrong unfortunately, as Qt is a complex codebase. I pushed a fix, so if you update nimqt, then your code...

The macros for a QGridLayout only allows specifying position (and optionally size), but not the alighment. If you really need it, you might use https://doc.qt.io/qt-6/qgridlayout.html#addItem (which should then be used...