Extract the layout logic to a view model to simplify the update logic in continuous scroll mode

This commit is contained in:
luisangelsm
2026-02-26 16:19:58 +01:00
committed by Luis Ángel San Martín
parent f61c5280c9
commit 0bd291ba98
7 changed files with 506 additions and 375 deletions

View File

@ -11,6 +11,8 @@ qt_add_executable(YACReader WIN32
main_window_viewer.cpp
continuous_page_widget.h
continuous_page_widget.cpp
continuous_view_model.h
continuous_view_model.cpp
mouse_handler.h
mouse_handler.cpp
viewer.h