C++26 Reflection hearts QRangeModel
Summary
The article chronicles a Qt hackathon exploring C++26 reflection and annotations to drive QRangeModel without moc. It details using the reflection operator, the meta library, and structured bindings to model aggregates for Qt Quick views, and discusses read/write access via Qt roles and potential annotation-based approaches for non-aggregate types.