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

mv PyImportAssistant to GUI/View/Project

parent 22a478bb
No related branches found
No related tags found
1 merge request!569GUI: Replace MainWindows::instance by global pointer; decouple ProjectManager from MainWindow
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
#include "GUI/Model/Sample/MultiLayerItem.h" #include "GUI/Model/Sample/MultiLayerItem.h"
#include "GUI/Model/Sample/SampleModel.h" #include "GUI/Model/Sample/SampleModel.h"
#include "GUI/Util/String.h" #include "GUI/Util/String.h"
#include "GUI/View/Main/PyImportAssistant.h" #include "GUI/View/Project/PyImportAssistant.h"
#include "Sample/Multilayer/MultiLayer.h" #include "Sample/Multilayer/MultiLayer.h"
#include <QFontMetrics> #include <QFontMetrics>
#include <QIcon> #include <QIcon>
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#include "GUI/View/Main/AboutDialog.h" #include "GUI/View/Main/AboutDialog.h"
#include "GUI/View/Main/MainWindow.h" #include "GUI/View/Main/MainWindow.h"
#include "GUI/View/Project/ProjectManager.h" #include "GUI/View/Project/ProjectManager.h"
#include "GUI/View/Main/PyImportAssistant.h" #include "GUI/View/Project/PyImportAssistant.h"
#include "GUI/View/SampleDesigner/SampleView.h" #include "GUI/View/SampleDesigner/SampleView.h"
#include "GUI/View/Tool/mainwindow_constants.h" #include "GUI/View/Tool/mainwindow_constants.h"
#include <QDesktopServices> #include <QDesktopServices>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// //
// BornAgain: simulate and fit reflection and scattering // BornAgain: simulate and fit reflection and scattering
// //
//! @file GUI/View/Main/PyImportAssistant.cpp //! @file GUI/View/Project/PyImportAssistant.cpp
//! @brief Implements class PyImportAssistant //! @brief Implements class PyImportAssistant
//! //!
//! @homepage http://www.bornagainproject.org //! @homepage http://www.bornagainproject.org
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
#ifdef BORNAGAIN_PYTHON #ifdef BORNAGAIN_PYTHON
#include "GUI/View/Main/PyImportAssistant.h" #include "GUI/View/Project/PyImportAssistant.h"
#include "BABuild.h" #include "BABuild.h"
#include "Base/Util/Assert.h" #include "Base/Util/Assert.h"
#include "Base/Util/SysUtils.h" #include "Base/Util/SysUtils.h"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// //
// BornAgain: simulate and fit reflection and scattering // BornAgain: simulate and fit reflection and scattering
// //
//! @file GUI/View/Main/PyImportAssistant.h //! @file GUI/View/Project/PyImportAssistant.h
//! @brief Implements class PyImportAssistant //! @brief Implements class PyImportAssistant
//! //!
//! @homepage http://www.bornagainproject.org //! @homepage http://www.bornagainproject.org
...@@ -12,8 +12,8 @@ ...@@ -12,8 +12,8 @@
// //
// ************************************************************************************************ // ************************************************************************************************
#ifndef BORNAGAIN_GUI_VIEW_MAIN_PYIMPORTASSISTANT_H #ifndef BORNAGAIN_GUI_VIEW_PROJECT_PYIMPORTASSISTANT_H
#define BORNAGAIN_GUI_VIEW_MAIN_PYIMPORTASSISTANT_H #define BORNAGAIN_GUI_VIEW_PROJECT_PYIMPORTASSISTANT_H
#ifdef BORNAGAIN_PYTHON #ifdef BORNAGAIN_PYTHON
...@@ -40,4 +40,4 @@ MultiLayerItem* populateModels(SampleModel* sampleModel, MaterialModel* material ...@@ -40,4 +40,4 @@ MultiLayerItem* populateModels(SampleModel* sampleModel, MaterialModel* material
#endif // BORNAGAIN_PYTHON #endif // BORNAGAIN_PYTHON
#endif // BORNAGAIN_GUI_VIEW_MAIN_PYIMPORTASSISTANT_H #endif // BORNAGAIN_GUI_VIEW_PROJECT_PYIMPORTASSISTANT_H
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