Try something like this:
Qt Code:
{ return; int ind = 0; for ( unsigned int i = 0; i < 4; i++ ) out << item->text(i) << '\t'; out << '\n'; ind ++; } file.close(); }To copy to clipboard, switch view to plain text mode
Try something like this:
Qt Code:
{ return; int ind = 0; for ( unsigned int i = 0; i < 4; i++ ) out << item->text(i) << '\t'; out << '\n'; ind ++; } file.close(); }To copy to clipboard, switch view to plain text mode
It's nice to be important but it's more important to be nice.
Bookmarks