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).
Is there a base class, like QObject, for QTextstream class and QDatastream?
Hi,
No, both are base classes. You can see this in the documentation as well as the header of both classes.
Out of curiosity, why would you need a base class for them ?
Just curious , thought QTextStream maybe like QFile, has a base class.