#include "CUIRadioButton.h" #include #include #include CUIRadioButton::CUIRadioButton(CUIConfig* conf, QVector subCUI,QWidget *parent) : QRadioButton(parent) { this->conf = conf; iniUI(); } void CUIRadioButton::iniUI() { this->setText(conf->getPropertyValue("name")); }