further development on rewrite

This commit is contained in:
itsmattkc
2019-06-17 16:05:51 -07:00
parent 9afbe92574
commit a468b3727d
314 changed files with 1504 additions and 147 deletions
+20
View File
@@ -0,0 +1,20 @@
#ifndef PROJECT_H
#define PROJECT_H
#include "widget/panel/panel.h"
#include "widget/projectexplorer/projectexplorer.h"
class ProjectPanel : public PanelWidget
{
Q_OBJECT
public:
ProjectPanel(QWidget* parent);
protected:
virtual void changeEvent(QEvent* e) override;
private:
void Retranslate();
};
#endif // PROJECT_H