Hi
I tried using ...
Qt Code:
  1. ofstream myfile;
To copy to clipboard, switch view to plain text mode 
... inside one private slot of my QDialog based class.
I get the error...
Qt Code:
  1. 'ofstream' was not declared in this scope
To copy to clipboard, switch view to plain text mode 

Is it possible to use STL libraries allong with Qt?
I know i can use QFile but that is not my question.

Thanks