20 auto *group =
new MythUIGroup(parent, objectName());
21 group->CopyFrom(
this);
Create a group of widgets.
void Reset(void) override
Reset the widget to it's original state, should not reset changes made by the theme.
void CreateCopy(MythUIType *parent) override
Copy the state of this widget to the one given, it must be of the same type.
MythUIGroup(MythUIType *parent, const QString &name)
void CopyFrom(MythUIType *base) override
Copy this widgets state from another.
The base class on which all widgets and screens are based.
virtual void CopyFrom(MythUIType *base)
Copy this widgets state from another.
virtual void Reset(void)
Reset the widget to it's original state, should not reset changes made by the theme.