• Shawn Rutledge's avatar
    PDF multipage viewer: iterate search results · e5a33355
    Shawn Rutledge authored
    
    This version still has separate PdfSearchModel instances on each page,
    but now there are buttons to iterate and highlight the search results
    in order.  When you come to the last result on one page, hitting the
    "Find Next" button will jump to the next page, and keep jumping forward
    from there until another result is found.  Unfortunately this jumping
    takes time if it skips over a lot of pages because of empty search
    results.  That seems to be another reason to make PdfSearchModel into a
    whole-document search model and use one instance.
    
    Also reorganize PdfMultiPageView.qml's public API into sections
    according to functionality rather than by type.
    
    Change-Id: I677a764fcbf231b2656aff8abe7240a27582a696
    Reviewed-by: default avatarShawn Rutledge <shawn.rutledge@qt.io>
    e5a33355