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

Method pbEngineInfoClicked

gui/src/forms/frmoptions.cpp:246–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244}
245
246void frmOptions::pbEngineInfoClicked() {
247 QString engineName = ui.twEngines->selectedItems().at(0)->text();
248 QString engineDescription =
249 enginesRegistry->engineMetadata(engineName).description();
250
251 QMessageBox::information(this, tr("%1 subtitles engine info").arg(engineName),
252 engineDescription);
253}
254
255void frmOptions::subFormatChanged(int format) {
256 if (format == 0) {

Callers

nothing calls this directly

Calls 2

descriptionMethod · 0.80
engineMetadataMethod · 0.80

Tested by

no test coverage detected