brainchild0

Results 282 comments of brainchild0

It has appeared from various documentation that much of the QWidget API is not accessible from a Rust language context with the current state of the project. For example, it...

My understanding of CXX is a design to provide largely automated bindings between Rust and C++ calls through code generation. Meanwhile, I have understood that CXX-Qt attempts to add a...

> If someone is really dedicated and wants to create CXX bindings for tons of QWidgets APIs to make it feasible to write QWidgets GUIs in Rust, we could consider...

> > Conceptually, what drives the choice for where to provide bindings, or not? > > Only the amount of work involved in developing and maintaining the bindings; nothing ideological....

Thanks for the explanation. My earlier thought was that if the Qt Company were willing to share the burden of supporting the bindings, then it could agree to include hints,...

Yes, I had no information about support from existing tools. It seems possible in principle, for example, that inputs to the CXX generator would be in turn generated from inline...

If Autocxx works safely with QWidget, then it might be useful in your project, but I am now understanding an important distinction. For many developers, it would be interesting to...

Would I understand accurately that as of now the main branch is not reliable for use with DSM 7?

Is there any reason for not introducing this change into the distribution?

I see the PR, so it seems one option is that I simply take the snapshot from a10c15ca41e3a0d651563cc213c3859fd01ef408. However, it would be nice to have a merge, or any more...