Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.7
-
None
-
-
56ec0f94b (dev), 35450cde8 (6.7)
Description
QTableView::cornerButtonEnabled says:
[...]Clicking on this button will select all the cells in the table view.
But using Qt 6.7.0, that leads to confusion when clicking that button, and finding out that it does not select the whole table, and deselects all selected rows.
cornerWidgetConnection = QObject::connect( cornerWidget, &QTableCornerButton::clicked, q, &QTableView::reset);
The latest version I could find with the actual documented behavior is 6.6.3:
QObject::connect(cornerWidget, SIGNAL(clicked()), q, SLOT(selectAll()));
Attachments
For Gerrit Dashboard: QTBUG-124267 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
554744,2 | QTableView: fix cornerWidget connection | dev | qt/qtbase | Status: MERGED | +2 | 0 |
554793,2 | QTableView: fix cornerWidget connection | 6.7 | qt/qtbase | Status: MERGED | +2 | 0 |