Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我学习编写一个简单的 Player 使用 Qt。
我想问一下,如何创建这样的组按钮:
使用QGroupButton?
QGroupButton
Qt 中没有 QGroupButton 类。有一个QButtonGroup类,但它不提供任何视觉表示。
QButtonGroup
在您的情况下,您可以将按钮放入QHBoxLayout间距设置为 0 ( QLayout::setSpacing(int))
QHBoxLayout
QLayout::setSpacing(int)