KangarooforKangarooLove's blogkangaroolove.hashnode.net·Feb 25, 2023QTableView Experience(Model/View programming)1.How to expand the column to fill the whole table? we can set up one of the columns as stretch, and other columns are fixed, like this QTableView* tableView = new QTableView(); tableView->setModel(model); // Put these statements after setting model...26 readsQtQtAdd a thoughtful comment2 commentsTop commentsShuai Shiyu·Mar 3, 2023Mar 3, 2023Excellent! ·Reply·1 replyHide repliesKangarooAuthor·Mar 4, 2023Author·Mar 4, 2023Thanks! ·Reply