What is the best (as in simplest) way to obtain the pos of a mousePressedEvent in a QLabel? (Or basically just obtain the location of a mouse clic开发者_C百科k relative to a QLabel widget)
I want to include a \"remove\" icon on entries in my QComboBox, but I am having trouble catching the mous开发者_JAVA百科e press event. I\'ve tried to catch it on the combobox, and I\'ve tried reimplem