|
|
On Mon, 13 Mar 2006 09:55:27 +0100, qt interest wrote:
How do you mean actually QTableWidgetItem or QTreeWidgetItem?
> Thank you, it's what i'm looking for but a QTableWidgetItem does not inherit
> od QWidget so i can't apply the following funtions.
You are right, but QTreeWidget is a heir from QWidget and you could use
it through QTreeWidget copy which has these items. The visualItemRect
return coordinates relative to parent widget.
--
Best regards
Maxim Malyarov
--
To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with
"unsubscribe" in the subject or the body.
List archive and information: http://lists.trolltech.com/qt-interest/
|
|