Did anybody make editable and cached QSqlQueryModel. I know which way I should go and made something. I use data, setData and other methods in subclassing model. But on every step I get surprises, ex. inserted row become checkable after editing. I know that sources of QsqlTableModel will be useful, but they are too complicated. Has anybody more compact ready solution?
Thanks in advance!