QML-Coding-Guide icon indicating copy to clipboard operation
QML-Coding-Guide copied to clipboard

A collection of good practices when writing QML code - https://doc.qt.io/qt/qtqml-index.html

Results 4 QML-Coding-Guide issues
Sort by recently updated
recently updated
newest added

Hello. One point that I see missing from both the official Qt documentation and this guide is distinguishing C++ model types and C++ visual types. I think most users use...

Thanks for your work. But in reality the "transient binding" described here https://github.com/Furkanzmc/QML-Coding-Guide#transient-bindings looks like broke existing binding. In code bellow expect that after destroying `temp` the previous binding `cfg_flag1...

I understand that coding conventions can be quite subjective (and that a lot of these conventions came from Qt's official docs), but regardless, here are some observations I made while...

The guide here is very thorough! However there are a few places where the recommendations might be improved for updating in line with Qt6. But thanks for the awesome work...