Using the model behind the QTableView : model=myView.model() for ( int col = 0; col < model.columnCount(); ++col ) { for( int row = 0; ...
確定! 回上一頁