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
Merge requests
!1456
Restore some Q_OBJECT macros (
#516
)
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Restore some Q_OBJECT macros (
#516
)
i516
into
main
Overview
0
Commits
12
Pipelines
1
Changes
15
Merged
Wuttke, Joachim
requested to merge
i516
into
main
2 years ago
Overview
0
Commits
12
Pipelines
1
Changes
15
Expand
Reverts commit 08dfcc, and restores part of the changes.
This resolves
#516 (closed)
.
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
55a0e902
12 commits,
2 years ago
15 files
+
18
−
28
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
15
Search (e.g. *.vue) (Ctrl+P)
GUI/View/Plot2D/ColorMapCanvas.h
+
2
−
2
Options
@@ -23,8 +23,8 @@ class IntensityDataItem;
class
PlotStatusLabel
;
class
QCustomPlot
;
//! Contains ColorMap for intensity data presentation, and provide control
//!
of font size,
status string
appearance
//! Contains ColorMap for intensity data presentation, and provide
s
control
of font size.
//!
Controls appearance of the
status string
.
class
ColorMapCanvas
:
public
QWidget
{
public:
Loading