QPushButton.clicked passes a "checked" argument to the action callback. We don't use or care for it, use a wrapper to drop it and provide a uniform function signature for menu actions and button actions.
QPushButton.clicked passes a "checked" argument to the action callback. We don't use or care for it, use a wrapper to drop it and provide a uniform function signature for menu actions and button actions.