Enable OpenGL drawing

This commit is contained in:
Jakub Melka
2019-09-01 18:26:52 +02:00
parent 69ba66ae04
commit 135fa6fc86
4 changed files with 166 additions and 64 deletions

View File

@ -33,7 +33,7 @@ class QScrollBar;
namespace pdf
{
class PDFWidget;
class PDFDrawWidget;
class IDrawWidget;
/// This class controls draw space - page layout. Pages are divided into blocks
/// each block can contain one or multiple pages. Units are in milimeters.
@ -319,7 +319,7 @@ private:
PDFDrawSpaceController* m_controller;
/// Controlled draw widget (proxy is for this widget)
PDFDrawWidget* m_widget;
IDrawWidget* m_widget;
/// Vertical scrollbar
QScrollBar* m_verticalScrollbar;