MCPcopy Create free account
hub / github.com/IENT/YUView / backgroundParsingDone

Method backgroundParsingDone

YUViewLib/src/ui/widgets/BitstreamAnalysisWidget.cpp:127–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127void BitstreamAnalysisWidget::backgroundParsingDone(QString error)
128{
129 if (error.isEmpty())
130 this->ui.parsingStatusText->setText("Parsing done.");
131 else
132 this->ui.parsingStatusText->setText("Error parsing the file: " + error);
133 this->updateParsingStatusText(100);
134}
135
136void BitstreamAnalysisWidget::showOnlyStreamComboBoxIndexChanged(int index)
137{

Callers

nothing calls this directly

Calls 3

setTextMethod · 0.80
isEmptyMethod · 0.45

Tested by

no test coverage detected