15 #ifndef BORNAGAIN_GUI2_WELCOMEVIEW_PROJECTPANEWIDGET_H
16 #define BORNAGAIN_GUI2_WELCOMEVIEW_PROJECTPANEWIDGET_H
18 #include "darefl_export.h"
34 void setCurrentProject(
const QString& project_dir,
bool is_modified =
false);
38 void setActive(
bool value);
44 void paintEvent(QPaintEvent*)
override;
45 void enterEvent(QEvent*)
override;
46 void leaveEvent(QEvent*)
override;
47 void mousePressEvent(QMouseEvent* event)
override;
50 QLabel* m_currentProjectTitle{
nullptr};
51 QLabel* m_currentProjectDir{
nullptr};
Based on Qt example "codeeditor" Copyright (C) 2016 The Qt Company Ltd.