diff options
Diffstat (limited to 'src/dolphinstatusbar.h')
| -rw-r--r-- | src/dolphinstatusbar.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/dolphinstatusbar.h b/src/dolphinstatusbar.h index e64312b48..c959410aa 100644 --- a/src/dolphinstatusbar.h +++ b/src/dolphinstatusbar.h @@ -29,6 +29,7 @@ class StatusBarMessageLabel; class StatusBarSpaceInfo; class QLabel; class QProgressBar; +class QToolButton; class QSlider; class QTimer; @@ -147,6 +148,9 @@ private slots: */ void assureVisibleText(); + void zoomOut(); + void zoomIn(); + private: /** * Makes the space information widget and zoom slider widget @@ -160,7 +164,11 @@ private: DolphinView* m_view; StatusBarMessageLabel* m_messageLabel; StatusBarSpaceInfo* m_spaceInfo; + + QWidget* m_zoomWidget; + QToolButton* m_zoomOut; QSlider* m_zoomSlider; + QToolButton* m_zoomIn; QLabel* m_progressText; QProgressBar* m_progressBar; |
