Hello,
I think that I should know this, but I don't. It might not be a Qt question, but maybe it is, so here I go.
I created QTableWidgetItems dynamically and inserted them into a QTableWidget using a for loop. For some of these QTableWidgetItems, i added a QToolTip like below:
Qt Code:
itemToInsert->setToolTip("details");To copy to clipboard, switch view to plain text mode
I am now required to put all of this into an XML file, and it is easy to get the information from the qtablewidgets, but I am not sure how to reference the QToolTip that I made earlier to get the text from it. Can someone tell me how to do this, assuming it is possible?Does this make sense?
Thanks for your time, yet again.




Reply With Quote


Bookmarks