1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 09:47:35 +00:00

PDFViewer: Add a toolbar

The toolbar has an option to toggle the sidebar, a number input to
set the current page, and two buttons to go up and down by one page
This commit is contained in:
Matthew Olsson 2021-05-23 22:34:44 -07:00 committed by Ali Mohammad Pur
parent cea7dbce42
commit cf3eb27108
6 changed files with 186 additions and 10 deletions

View file

@ -1,4 +1,5 @@
set(SOURCES
NumericInput.cpp
OutlineModel.cpp
PDFViewer.cpp
PDFViewerWidget.cpp