I would like to enable mouse-selection of the text of several QLabels arranged in a grid layout in a Qt GUI. A QLabel has textInteractionFlags like TextSelectableByMouse which enables this behaviour for one object, but a selection across several QLabel widgets does not seem to work.
Is there a way around this that does not require a lot of mouse "tracking" or reimplementing a layout?