And with QTableWidget you could use header items:
Qt Code:
if (headerItem) headerItem->setToolTip("Hello, world!");To copy to clipboard, switch view to plain text mode
And with QTableWidget you could use header items:
Qt Code:
if (headerItem) headerItem->setToolTip("Hello, world!");To copy to clipboard, switch view to plain text mode
J-P Nurmi
ghorwin (29th October 2007)
All these of course provided that either the header view or the basic view can handle it. QHeaderView is a very limited class when it comes to model/view features.
Bookmarks