黄江桂baagod.hashnode.dev·Sep 3, 2024disable QComboBox from responding to mouse scroll eventdef wheelEvent(self, e: QWheelEvent): e.ignore() This way, even if QComboBox is in the parent QScrollArea, it won't affect its normal scrolling.QtAdd a thoughtful commentNo comments yetBe the first to start the conversation.