Placing template in a QByteArray
General and Desktop
5
Posts
4
Posters
1.7k
Views
1
Watching
-
For Qt standard variables there are alreday "output operators":https://qt-project.org/doc/qt-4.8/qdatastream.html#operator-lt-lt defined.
Others you have to write your own overlayed output operators.