#ifndef RM_GROUP_RADIO_BUTTONS_H #define RM_GROUP_RADIO_BUTTONS_H #include #include #include #include class RMRadioButtons; class RMGroupRadioButtons : public QGroupBox { Q_OBJECT public: #if (USE_JSON_SETTINGS) explicit RMGroupRadioButtons(QWidget *parent,int object); explicit RMGroupRadioButtons(QWidget *parent,int object,bool rowType); #else // #if (USE_JSON_SETTINGS) explicit RMGroupRadioButtons(QWidget *parent,QString title, QStringList items,unsigned char* value,QList indexMap = QList()); explicit RMGroupRadioButtons(QWidget *parent,QString title, QStringList items,unsigned char* value,bool rowType = false,QList indexMap = QList()); #endif // #if (USE_JSON_SETTINGS) QVBoxLayout* layout; RMRadioButtons* radioButtons; }; #endif // RM_GROUP_RADIO_BUTTONS_H