qt中pushbutton和toolbutton有什么区别

2025-01-24 22:31:14
推荐回答(1个)
回答1:

The QToolButton class provides a quick-access button to commands or options, usually used inside a QToolBar.
A
tool button is a special button that provides quick-access to specific
commands or options. As opposed to a normal command button, a tool
button usually doesn't show a text label, but shows an icon instead.