Hi. I've got a problem. I want to read something, and have got a piece of code:
Qt Code:
  1. QDataStream in(&file);
  2. in.setVersion(QDataStream::Qt_4_1);
  3.  
  4. QTableWidget *tableWidget;
  5. QTableWidget *tableWidget_2;
  6. QTableWidget *tableWidget_3;
  7. QTableWidget *tableWidget_4;
  8. QTableWidget *tableWidget_5;
  9. QTableWidget *tableWidget_6;
  10. QTableWidget *tableWidget_7;
  11.  
  12. MainWindow::clear();
  13.  
  14.  
  15.  
  16. in >> tableWidget >> tableWidget_2 >> tableWidget_3 >> tableWidget_4 >> tableWidget_5 >> tableWidget_6 >> tableWidget_7;
To copy to clipboard, switch view to plain text mode 

and errors, that 'no match for operator>>'
Details:
http://allyoucanupload.webshots.com/...16727206050865
sorry for the screen, but I don't know how to copy the compilation log from prompt. Regards