恩,我错了,想成 QDialogButtonBox 了 。
不过猜测一下,你需要的也有可能是这个类吧?
QButtonGroup 不是可视的,或者你需要的是 QGroupBox ?
QButtonGroup provides an abstract container into which button widgets can be placed. It does not provide a visual representation of this container (see QGroupBox for a container widget), but instead manages the states of each of the buttons in the group.