~verzegnassi-stefano/+junk/temp-new-pdf-plugin

« back to all changes in this revision

Viewing changes to src/app/qml/pdfView/PdfViewDelegate.qml

  • Committer: Roman Shchekin
  • Date: 2015-12-12 13:46:49 UTC
  • Revision ID: mrqtros@gmail.com-20151212134649-p24mefq108ek9eww
On the way to PDF rendering in RenderEngine \m/

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
        id: pageImg
46
46
        anchors.fill: parent
47
47
 
48
 
        source: "image://poppler" + (index % poppler.providersNumber) + "/page/" + index;
 
48
        //source: "image://poppler" + (index % poppler.providersNumber) + "/page/" + index;
 
49
        source: model.image
49
50
        sourceSize.width: pdfPage.width
50
51
 
51
52
        onStatusChanged: {