Hi
I tried using ...
... inside one private slot of my QDialog based class.Code:
ofstream myfile;
I get the error...
Code:
'ofstream' was not declared in this scope
Is it possible to use STL libraries allong with Qt?
I know i can use QFile but that is not my question.
Thanks