Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
how to get the QListWidgetItem/QTreeWidgetItem 's position on screen? visualItemRect() returns the rect relative to QListWidget/QTreeWidget.
@opengpu2 Hi! I think you can use mapToGloba() function. Its is method of QWidget.
@Harb thank you i will have a try