There are no items in cells until one sets them with QTableWidget::setItem() or after user has edited them.
Qt Code:
if (!item || item->text().isEmpty()) { ... }To copy to clipboard, switch view to plain text mode
There are no items in cells until one sets them with QTableWidget::setItem() or after user has edited them.
Qt Code:
if (!item || item->text().isEmpty()) { ... }To copy to clipboard, switch view to plain text mode
J-P Nurmi
it functioned very well
Thanks very much.
Bookmarks