Separating view logic and declarative UI markup
Unsolved
QML and Qt Quick
-
Dear Colleagues,
as far as I can see, there is an idea to separate declarative UI markup from view logic. I am talking about Qt Quick UI Forms. Unfortunately the implementation looks incomplete. There is an issue discussed here. In short, it is impossible to handle signals from the
ListView
element without breaking aforementioned concept. Am I getting this right, or probably there is a solution I do not see.