Quote Originally Posted by sun View Post
How to implement the myItem &operator<< and the myModel &operator<<, so that i save my Attributs and also save the QstandardItem (model) attributes?
Overload the << operator and call the QStandardItem implementation inside.