Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
BornAgain
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mlz
BornAgain
Commits
8f74ec3a
Commit
8f74ec3a
authored
1 year ago
by
Wuttke, Joachim
Browse files
Options
Downloads
Patches
Plain Diff
rename GUI/Support/Util/WidgetMoverButton. -> GUI/View/Tool/
parent
5c1f123e
No related branches found
No related tags found
1 merge request
!2142
numerous renamings for clearer layering of GUI/View
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
GUI/View/SampleDesigner/LayerForm.cpp
+1
-1
1 addition, 1 deletion
GUI/View/SampleDesigner/LayerForm.cpp
GUI/View/Tool/WidgetMoverButton.cpp
+2
-2
2 additions, 2 deletions
GUI/View/Tool/WidgetMoverButton.cpp
GUI/View/Tool/WidgetMoverButton.h
+4
-4
4 additions, 4 deletions
GUI/View/Tool/WidgetMoverButton.h
with
7 additions
and
7 deletions
GUI/View/SampleDesigner/LayerForm.cpp
+
1
−
1
View file @
8f74ec3a
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
GUI/
Support/Uti
l/WidgetMoverButton.cpp
→
GUI/
View/Too
l/WidgetMoverButton.cpp
+
2
−
2
View file @
8f74ec3a
...
...
@@ -2,7 +2,7 @@
//
// BornAgain: simulate and fit reflection and scattering
//
//! @file GUI/
Support/Uti
l/WidgetMoverButton.cpp
//! @file GUI/
View/Too
l/WidgetMoverButton.cpp
//! @brief Implements class WidgetMoverButton.
//!
//! @homepage http://www.bornagainproject.org
...
...
@@ -12,7 +12,7 @@
//
// ************************************************************************************************
#include
"GUI/
Support/Uti
l/WidgetMoverButton.h"
#include
"GUI/
View/Too
l/WidgetMoverButton.h"
#include
"Base/Util/Assert.h"
#include
<QLayout>
#include
<QMouseEvent>
...
...
This diff is collapsed.
Click to expand it.
GUI/
Support/Uti
l/WidgetMoverButton.h
→
GUI/
View/Too
l/WidgetMoverButton.h
+
4
−
4
View file @
8f74ec3a
...
...
@@ -2,7 +2,7 @@
//
// BornAgain: simulate and fit reflection and scattering
//
//! @file GUI/
Support/Uti
l/WidgetMoverButton.h
//! @file GUI/
View/Too
l/WidgetMoverButton.h
//! @brief Defines class WidgetMoverButton.
//!
//! @homepage http://www.bornagainproject.org
...
...
@@ -12,8 +12,8 @@
//
// ************************************************************************************************
#ifndef BORNAGAIN_GUI_
SUPPORT_UTI
L_WIDGETMOVERBUTTON_H
#define BORNAGAIN_GUI_
SUPPORT_UTI
L_WIDGETMOVERBUTTON_H
#ifndef BORNAGAIN_GUI_
VIEW_TOO
L_WIDGETMOVERBUTTON_H
#define BORNAGAIN_GUI_
VIEW_TOO
L_WIDGETMOVERBUTTON_H
#include
<QMap>
#include
<QTimer>
...
...
@@ -71,4 +71,4 @@ private:
};
#endif // BORNAGAIN_GUI_
SUPPORT_UTI
L_WIDGETMOVERBUTTON_H
#endif // BORNAGAIN_GUI_
VIEW_TOO
L_WIDGETMOVERBUTTON_H
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment