diff options
author | Ken Moore <ken@ixsystems.com> | 2017-03-15 10:34:32 -0400 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2017-03-15 10:34:32 -0400 |
commit | 93dca5272ec13a70f2421534e0c2937affa79c0d (patch) | |
tree | 4704674c5156dc2981979844c6d2b6cc1b41b49c /src-qt5/desktop-utils/lumina-pdf/mainUI.h | |
parent | Fix up the loading of multuple files within the same session. Move the progre... (diff) | |
download | lumina-93dca5272ec13a70f2421534e0c2937affa79c0d.tar.gz lumina-93dca5272ec13a70f2421534e0c2937affa79c0d.tar.bz2 lumina-93dca5272ec13a70f2421534e0c2937affa79c0d.zip |
A couple more updates for lumina-pdf, slower loading with 2x DPI right now, still working on finding the right balance of DPI/speed.
Diffstat (limited to 'src-qt5/desktop-utils/lumina-pdf/mainUI.h')
-rw-r--r-- | src-qt5/desktop-utils/lumina-pdf/mainUI.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src-qt5/desktop-utils/lumina-pdf/mainUI.h b/src-qt5/desktop-utils/lumina-pdf/mainUI.h index d7de8485..7198b3c3 100644 --- a/src-qt5/desktop-utils/lumina-pdf/mainUI.h +++ b/src-qt5/desktop-utils/lumina-pdf/mainUI.h @@ -41,11 +41,17 @@ private: QProgressBar *progress; QAction *progAct; //action associated with the progressbar + private slots: + //void startPainting(QPrinter *PRINTER); void paintOnWidget(QPrinter *PRINTER); + //void paintPage(QPrinter *PRINTER, QImage img, bool newpage); //Button Slots void OpenNewFile(); +signals: + //void pageLoaded(QPrinter*, QImage, bool); + }; #endif |