我尝试使用https://doc.qt.io/qt-5.6/qbuttongroup.html,但找不到有关如何以这种格式使用它的文档
<item>
<widget class="QCheckBox" name="header">
<property name="text">
<string>Header</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="matrix">
<property name="text">
<string>Matrix</string>
</property>
</widget>
</item>