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

rename GUI/Support/Util/WidgetMoverButton. -> GUI/View/Tool/

parent 5c1f123e
No related branches found
No related tags found
1 merge request!2142numerous renamings for clearer layering of GUI/View
......@@ -19,11 +19,11 @@
#include "GUI/Model/Sample/MaterialModel.h"
#include "GUI/Model/Sample/SampleItem.h"
#include "GUI/Support/Util/ActionFactory.h"
#include "GUI/Support/Util/WidgetMoverButton.h"
#include "GUI/View/Numeric/NumWidgetUtil.h"
#include "GUI/View/SampleDesigner/HeinzFormLayout.h"
#include "GUI/View/SampleDesigner/MaterialInplaceForm.h"
#include "GUI/View/SampleDesigner/ParticleLayoutForm.h"
#include "GUI/View/Tool/WidgetMoverButton.h"
#include <QLineEdit>
#include <QMenu>
#include <QPushButton>
......
......@@ -2,7 +2,7 @@
//
// BornAgain: simulate and fit reflection and scattering
//
//! @file GUI/Support/Util/WidgetMoverButton.cpp
//! @file GUI/View/Tool/WidgetMoverButton.cpp
//! @brief Implements class WidgetMoverButton.
//!
//! @homepage http://www.bornagainproject.org
......@@ -12,7 +12,7 @@
//
// ************************************************************************************************
#include "GUI/Support/Util/WidgetMoverButton.h"
#include "GUI/View/Tool/WidgetMoverButton.h"
#include "Base/Util/Assert.h"
#include <QLayout>
#include <QMouseEvent>
......
......@@ -2,7 +2,7 @@
//
// BornAgain: simulate and fit reflection and scattering
//
//! @file GUI/Support/Util/WidgetMoverButton.h
//! @file GUI/View/Tool/WidgetMoverButton.h
//! @brief Defines class WidgetMoverButton.
//!
//! @homepage http://www.bornagainproject.org
......@@ -12,8 +12,8 @@
//
// ************************************************************************************************
#ifndef BORNAGAIN_GUI_SUPPORT_UTIL_WIDGETMOVERBUTTON_H
#define BORNAGAIN_GUI_SUPPORT_UTIL_WIDGETMOVERBUTTON_H
#ifndef BORNAGAIN_GUI_VIEW_TOOL_WIDGETMOVERBUTTON_H
#define BORNAGAIN_GUI_VIEW_TOOL_WIDGETMOVERBUTTON_H
#include <QMap>
#include <QTimer>
......@@ -71,4 +71,4 @@ private:
};
#endif // BORNAGAIN_GUI_SUPPORT_UTIL_WIDGETMOVERBUTTON_H
#endif // BORNAGAIN_GUI_VIEW_TOOL_WIDGETMOVERBUTTON_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