mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Issue #119: Improve search bar 2 (the revenge)
This commit is contained in:
@@ -41,7 +41,8 @@
|
||||
#include <QTreeView>
|
||||
#include <QMainWindow>
|
||||
#include <QFutureWatcher>
|
||||
#include <QProgressDialog>
|
||||
#include <QLabel>
|
||||
#include <QProgressBar>
|
||||
|
||||
class QLabel;
|
||||
class QSpinBox;
|
||||
@@ -120,7 +121,8 @@ private:
|
||||
pdf::PDFProgress* m_progress;
|
||||
PDFWinTaskBarProgress* m_progressTaskbarIndicator;
|
||||
|
||||
QProgressDialog* m_progressDialog;
|
||||
QProgressBar* m_progressBarOnStatusBar;
|
||||
QLabel* m_progressBarLeftLabelOnStatusBar;
|
||||
bool m_isChangingProgressStep;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user