单选按钮 tpRadioButton
2025-07-17
介绍
tpRadioButton 类 tpRadioButton 为单选按钮。
使用示例
tpRadioButton *RadioButton5 = new tpRadioButton(vScreen);
RadioButton5->setRect(240, 150, 0, 0);
RadioButton5->setAutoFit(true);
RadioButton5->setText("raidoGroup3");
RadioButton5->setVisible(true);
效果演示
- 默认状态

- 选中状态
