Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Dear all,
I would like to do QWidget or set of QWidgets to dump into binary raw format into QDataStream & write output to a file.
I tried but it can get only pointer not the real data.
How can I do that?
Thanks
There is no builtin method for this. You will have to write your own serialization method.