我正在尝试使用标准QCheckbox/QRadioButton与Qt建立多行复选框/单选按钮.
我找不到直接解决方案,因为QRadioButton{wrap:true;}没有效果.唯一可能的是访问QRadioButton->label->setLineWrap(true)但是
QRadioButton{wrap:true;}
QRadioButton->label->setLineWrap(true)
除了将QRadioButton和QLabel放在一起之外,还有什么想法?
Thx,鲍里斯.
checkbox qt4 radio-button qcheckbox
checkbox ×1
qcheckbox ×1
qt4 ×1
radio-button ×1