Class to create QDockWidget items for MainWindow class.
More...
#include <CreateDockableWidgets.h>
Class to create QDockWidget items for MainWindow class.
We derive from QObject and use Q_OBJECT so translations work
Definition at line 16 of file CreateDockableWidgets.h.
◆ CreateDockableWidgets()
| CreateDockableWidgets::CreateDockableWidgets |
( |
| ) |
|
◆ create()
| void CreateDockableWidgets::create |
( |
MainWindow & |
mw | ) |
|
Create QMenu menu items.
Definition at line 18 of file CreateDockableWidgets.cpp.
24 connect (mw.m_dockChecklistGuide, SIGNAL (signalChecklistClosed()), &mw, SLOT (slotChecklistClosed()));
28 connect (mw.m_dockFittingWindow, SIGNAL (signalFittingWindowClosed()),
29 &mw, SLOT (slotFittingWindowClosed()));
35 connect (mw.m_dockGeometryWindow, SIGNAL (signalGeometryWindowClosed()),
36 &mw, SLOT (slotGeometryWindowClosed()));
#define LOG4CPP_INFO_S(logger)
Window that displays the geometry information, as a table, for the current curve. ...
Dockable text window containing checklist guide.
log4cpp::Category * mainCat
QVector< double > FittingCurveCoefficients
Coefficients x0, x1, ... in y = a0 + a1 * x + a2 * x^2 + ...
Window that displays curve fitting as applied to the currently selected curve.
The documentation for this class was generated from the following files: