Stuff
public text v1 · immutableclass DVBCardNum: public SpinBoxSetting, public CCSetting
{
public:
DVBCardNum(const CaptureCard& parent)
: SpinBoxSetting(0,7,1), CCSetting(parent, "videodevice")
{
setLabel(QObject::tr("DVB Card Number"));
setHelpText(
QObject::tr("When you change this setting, the text below "
"should change to the name and type of your card. "
"If the card cannot be opened, an error message "
"will be displayed."));
};
};