Qt has a method QDrag::setHotSpot() which
sets the position of the hot spot relative to the top-left corner of the pixmap used to the point specified by hotspot.
But what is hot spot and its function? How would you define it?
Qt has a method QDrag::setHotSpot() which
sets the position of the hot spot relative to the top-left corner of the pixmap used to the point specified by hotspot.
But what is hot spot and its function? How would you define it?