15 #ifndef BORNAGAIN_GUI2_WELCOMEVIEW_OPENPROJECTWIDGET_H
16 #define BORNAGAIN_GUI2_WELCOMEVIEW_OPENPROJECTWIDGET_H
18 #include "darefl_export.h"
37 QSize sizeHint()
const override;
38 QSize minimumSizeHint()
const override;
45 QBoxLayout* createProjectTitleLayout();
46 QBoxLayout* createLinkedLabelLayout();
48 QLabel* m_newProjectLabel{
nullptr};
49 QLabel* m_openProjectLabel{
nullptr};
Based on Qt example "codeeditor" Copyright (C) 2016 The Qt Company Ltd.