一RadioButton的简单用法QML的单选按钮是RadioButton,例如下面的界面实现代码如下:RadioButton { id:rb1 checked: true text: qsTr("First")} ...
確定! 回上一頁