I am planning my code, and I will use PyQt5. I want to have several labels contained inside a widget, in various positions. I then want to check if, given a set of coordinates, a label exists at these coordinates. Is there a way of checking this? Thanks!
question from:https://stackoverflow.com/questions/65902438/find-label-in-position-pyqt5