cneben

Results 28 comments of cneben

Well, most of it, but I still maintain qmldir and qrc files + no use of QML_ELEMENT macro. I think we should close that one that has too much history...

Hi @petrmanek I have the exact same problem with "group styles". I will have a look at you proposition to see if it scale for groups, pushing in that branch.

Hi @emmenlau sorry again for the answer delay, currently having too much work for serious open source contributions. QuickQanava initially include c++ tree layout algorithm and a custom "force-spring" implementation...

I will have a look, but transpiling seems like the good strategy. I've added a new "layouts" sample, it should be considered as an experimentation for now, but i am...

Could you communicate about your preferred use case ? Are you talking about laying out an undirected graph (such as social network graph) or is it about laying out some...

Same problem is reproducible on master here: https://github.com/cneben/react-maplibre-standalone on('load') handler is never called. It was working fine with maplibre v3, probably an error while loading style. Investigating.

Note for self: BTW, using qmltc (https://doc.qt.io/qt-6/qtqml-qml-type-compiler.html) for node / edge component could be interesting.

@emmenlau Quick update on that one: the develop branch with scrollbar is in production on my closed-source project and works nicelly. It does not fullfit all of you requiments for...