I am interesting with QTableView. I try to search QTableView tutorial, but difficult to get this tutorial. So, I try to create basic QTableView Tutorial. This is output from my first QTableView Tutorial: First, copy this text and save as main.cpp. #include <QApplication> #include "tableview.h" int main( int argc, char **argv ) { QApplication app(