diff options
author | Ken Moore <ken@ixsystems.com> | 2017-03-17 12:11:37 -0400 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2017-03-17 12:11:37 -0400 |
commit | 982246b8aafe790776092276174b5b294e9eab8b (patch) | |
tree | 33c8b2759a219d98f7311a4dc57354f82809c3a2 /src-qt5/desktop-utils/lumina-pdf/mainUI.h | |
parent | Add the beginnings of a new "lumina-mediaplayer" application. This is a hobby... (diff) | |
parent | Remove the alpha channel from the alternate base color for lumina-glass - bas... (diff) | |
download | lumina-982246b8aafe790776092276174b5b294e9eab8b.tar.gz lumina-982246b8aafe790776092276174b5b294e9eab8b.tar.bz2 lumina-982246b8aafe790776092276174b5b294e9eab8b.zip |
Merge branch 'master' of github.com:trueos/lumina
Diffstat (limited to 'src-qt5/desktop-utils/lumina-pdf/mainUI.h')
-rw-r--r-- | src-qt5/desktop-utils/lumina-pdf/mainUI.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src-qt5/desktop-utils/lumina-pdf/mainUI.h b/src-qt5/desktop-utils/lumina-pdf/mainUI.h index e25eab2b..7198b3c3 100644 --- a/src-qt5/desktop-utils/lumina-pdf/mainUI.h +++ b/src-qt5/desktop-utils/lumina-pdf/mainUI.h @@ -32,19 +32,26 @@ private: Poppler::Document *DOC; QPrintPreviewWidget *WIDGET; Ui::MainUI *ui; - QPrinter* PRINTER; + QPrinter* Printer; QPrintDialog *PrintDLG; QString lastdir; //Other Interface elements 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 |