#include "OsdConfig.h" OsdConfig::OsdConfig(QWidget *parent) : QWidget(parent) { ui.setupUi(this); } OsdConfig::~OsdConfig() { }