I have some weird behaviour in Qt that seems like a defect. I\'d like to know if anybody has a good workaround.
I\'m trying to create a custom button, derived from \"QAbstractbutton\". I have overridden the paintEvent. However, my button is not visible i开发者_开发百科n my widget. What I see is that the paintEv
I need to assign two shortcuts to a QAbstractButton, but I cannot find a way to do that. It seems the only method is QAbstractButton::setShortcut(const QKe开发者_StackOverflow社区ySequence & key)