有没有办法防止QToolButton在被点击时被“压进去”?我在某处读到过这个场景
QToolButton
button->setCheckable(false);
应该能起到作用,但它没有。
https://stackoverflow.com/questions/47459613
相似问题