Hey. Thanks for your reply.
Can you tell me one more thing. Why does this code not work:
Qt Code:
void MojeOkno::vpisiVpisaneVrednosti() { out << "Let's see if it works." << endl; file.close(); }To copy to clipboard, switch view to plain text mode
It does not save the string in test.text.
Bookmarks