Scythe Studio has developed the "Qt Quick and QML Training" course, one of the offerings from our new service line. If you want to learn all aspects of QML, from fundamental concepts to advanced topics like integrating with C++ logic and effective app architecture, this course is for you. Gain practical skills through hands-on exercises and discover best practices for creating responsive and modular applications.
This training is offered on demand and can be tailored to the needs and requirements of participants. Syllabus, requirements, and participation details can be found on the service page. An introduction to the service line is provided in this blog post.
I don’t know what you mean, but QHttpServerResponder is just data holder, and it writes somewhere internally, so likely QIODevice used by other class
Читать полностью…the way it waits for the responder deletion is ok for me, now I just wish to pause transfer, and add data one second later
Читать полностью…(QHttpServerResponder&& responder)
this is made the way it deletes responder out of scope
Design Studio supports 6.7 version in QML. That's cool. One year ago we used to use v6.4 for QML and v6.6 for C++ . Now these both platforms are synchronized.
Читать полностью…I agree I don’t need to keep it alive, I just know it does work well if I do, if there is other ways to do the same thing it is ok
Читать полностью…QHttpServerResponder* resp = new QHttpServerResponder(std::move(responder));
resp->write(td ,QString().toUtf8());