MCPcopy Create free account
hub / github.com/Robotips/uConfig / setDatasheet

Method setDatasheet

src/pdf_extract/pdfdebugwidget/pdfdebugwidget.cpp:45–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45void PdfDebugWidget::setDatasheet(PDFDatasheet *datasheet)
46{
47 _datasheet = datasheet;
48
49 if (_datasheet)
50 _pageLabel->setText(QString(" / %1").arg(_datasheet->pageCount()));
51}
52
53void PdfDebugWidget::showPage(int page)
54{

Callers

nothing calls this directly

Calls 2

setTextMethod · 0.80
pageCountMethod · 0.45

Tested by

no test coverage detected