标签: c++ qt
如何在子类化QToolButton的右上角显示X关闭按钮,并控制其行为?
答案 0 :(得分:2)
子类QToolButton以及类的构造函数,例如MyToolButton在工具按钮上添加一个子QPushButton。