Skip to content
Snippets Groups Projects
Commit 86ac8f58 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

new dir GUI/View/Combo

parent 668dc027
No related branches found
No related tags found
1 merge request!2059Move code in GUI/View; expose "expand" bit w/o getter and setter; let GroupBoxCollapser take care of boilerplate set and connect statements
......@@ -2,7 +2,7 @@
//
// BornAgain: simulate and fit reflection and scattering
//
//! @file GUI/View/Data/ItemComboToolbar.cpp
//! @file GUI/View/Combo/ItemComboToolbar.cpp
//! @brief Implements class ItemComboToolbar
//!
//! @homepage http://www.bornagainproject.org
......@@ -12,7 +12,7 @@
//
// ************************************************************************************************
#include "GUI/View/Data/ItemComboToolbar.h"
#include "GUI/View/Combo/ItemComboToolbar.h"
#include "Base/Util/Assert.h"
#include "GUI/Model/Project/ProjectDocument.h"
#include <QComboBox>
......
......@@ -2,7 +2,7 @@
//
// BornAgain: simulate and fit reflection and scattering
//
//! @file GUI/View/Data/ItemComboToolbar.h
//! @file GUI/View/Combo/ItemComboToolbar.h
//! @brief Defines class ItemComboToolbar
//!
//! @homepage http://www.bornagainproject.org
......@@ -12,8 +12,8 @@
//
// ************************************************************************************************
#ifndef BORNAGAIN_GUI_VIEW_DATA_ITEMCOMBOTOOLBAR_H
#define BORNAGAIN_GUI_VIEW_DATA_ITEMCOMBOTOOLBAR_H
#ifndef BORNAGAIN_GUI_VIEW_COMBO_ITEMCOMBOTOOLBAR_H
#define BORNAGAIN_GUI_VIEW_COMBO_ITEMCOMBOTOOLBAR_H
#include "GUI/View/Widget/StyledToolbar.h"
#include <QList>
......@@ -51,4 +51,4 @@ private:
QAction* m_comboBoxAction;
};
#endif // BORNAGAIN_GUI_VIEW_DATA_ITEMCOMBOTOOLBAR_H
#endif // BORNAGAIN_GUI_VIEW_COMBO_ITEMCOMBOTOOLBAR_H
......@@ -2,7 +2,7 @@
//
// BornAgain: simulate and fit reflection and scattering
//
//! @file GUI/View/Data/ItemComboWidget.cpp
//! @file GUI/View/Combo/ItemComboWidget.cpp
//! @brief Implements class ItemComboWidget
//!
//! @homepage http://www.bornagainproject.org
......@@ -12,12 +12,12 @@
//
// ************************************************************************************************
#include "GUI/View/Data/ItemComboWidget.h"
#include "GUI/View/Combo/ItemComboWidget.h"
#include "Base/Util/Assert.h"
#include "GUI/Model/Device/RealItem.h"
#include "GUI/Model/Job/JobItem.h"
#include "GUI/View/Data/DataAccessWidget.h"
#include "GUI/View/Data/ItemComboToolbar.h"
#include "GUI/View/Combo/ItemComboToolbar.h"
#include <QVBoxLayout>
ItemComboWidget::ItemComboWidget(QWidget* parent)
......
......@@ -2,7 +2,7 @@
//
// BornAgain: simulate and fit reflection and scattering
//
//! @file GUI/View/Data/ItemComboWidget.h
//! @file GUI/View/Combo/ItemComboWidget.h
//! @brief Defines class ItemComboWidget
//!
//! @homepage http://www.bornagainproject.org
......@@ -12,8 +12,8 @@
//
// ************************************************************************************************
#ifndef BORNAGAIN_GUI_VIEW_DATA_ITEMCOMBOWIDGET_H
#define BORNAGAIN_GUI_VIEW_DATA_ITEMCOMBOWIDGET_H
#ifndef BORNAGAIN_GUI_VIEW_COMBO_ITEMCOMBOWIDGET_H
#define BORNAGAIN_GUI_VIEW_COMBO_ITEMCOMBOWIDGET_H
#include "Base/Util/IFactory.h"
#include <QMap>
......@@ -73,4 +73,4 @@ private:
QObject* m_item;
};
#endif // BORNAGAIN_GUI_VIEW_DATA_ITEMCOMBOWIDGET_H
#endif // BORNAGAIN_GUI_VIEW_COMBO_ITEMCOMBOWIDGET_H
......@@ -15,7 +15,7 @@
#ifndef BORNAGAIN_GUI_VIEW_IMPORT_REALDATAPRESENTER_H
#define BORNAGAIN_GUI_VIEW_IMPORT_REALDATAPRESENTER_H
#include "GUI/View/Data/ItemComboWidget.h"
#include "GUI/View/Combo/ItemComboWidget.h"
//! Presents imported data (RealItem) using stack of different widgets and combo box in the
//! right top corner of ImportDataView, to switch between widgets.
......
......@@ -15,7 +15,7 @@
#ifndef BORNAGAIN_GUI_VIEW_JOB_JOBRESULTSPRESENTER_H
#define BORNAGAIN_GUI_VIEW_JOB_JOBRESULTSPRESENTER_H
#include "GUI/View/Data/ItemComboWidget.h"
#include "GUI/View/Combo/ItemComboWidget.h"
class InstrumentItem;
enum class JobViewActivity;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment