A Qt Model for all C++ Ranges

8 points by raymii


rcalixte

While the introduction of QRangeModel was exciting, the implementation leaves much to be desired. The use of templates as constructors poses a challenge in getting this data structure across language boundaries. On one hand, there is a stated goal of the Qt Company to embrace other languages and on the other, language conventions that are not portable work against that goal. It would be great if non-templated constructors could be introduced for QRangeModel while 6.10 is still in the beta or even in the next point release if possible.