#ifndef PROJECTEXPLORERLISTVIEWTOOLBAR_H #define PROJECTEXPLORERLISTVIEWTOOLBAR_H #include #include class ProjectExplorerNavigation : public QWidget { public: ProjectExplorerNavigation(QWidget* parent); private: QPushButton* dir_up_btn_; }; #endif // PROJECTEXPLORERLISTVIEWTOOLBAR_H