MCPcopy Create free account
hub / github.com/QNapi/qnapi / setFileName

Method setFileName

gui/src/forms/frmlistsubtitles.cpp:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34void frmListSubtitles::setFileName(const QString &name) {
35 ui.lbSelectSubtitles->setText(tr("Select the subtitles which you want to "
36 "download for video file<br><br><b>%1</b>")
37 .arg(name));
38}
39
40void frmListSubtitles::setSubtitlesList(QList<SubtitleInfo> list) {
41 ui.twSubtitles->clear();

Callers 1

selectSubtitlesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected