Skip to content

Implement static methods to return the widget icon

        static QIcon GetWidgetIcon()
        {
            return QIcon(":/mseg-icon.svg");
        }

        static QIcon GetWidgetCategoryIcon()
        {
            return QIcon(":/mseg-icon.svg");
        }