version 2.18.0
add GraphicRanges to graphic library new graphic_analysis library
This commit is contained in:
17
libs/graphic_analysis/plugin/qad_graphic_analysis.cpp
Normal file
17
libs/graphic_analysis/plugin/qad_graphic_analysis.cpp
Normal file
@@ -0,0 +1,17 @@
|
||||
#include "qad_graphic_analysis.h"
|
||||
|
||||
#include "graphic_analysis_plugin.h"
|
||||
|
||||
QADGraphicAnalysis::QADGraphicAnalysis(QObject * parent): QObject(parent) {
|
||||
m_widgets << new GraphicAnalysisPlugin(this);
|
||||
}
|
||||
|
||||
|
||||
QList<QDesignerCustomWidgetInterface *> QADGraphicAnalysis::customWidgets() const {
|
||||
return m_widgets;
|
||||
}
|
||||
|
||||
|
||||
#if QT_VERSION < 0x050000
|
||||
Q_EXPORT_PLUGIN2(qad_graphic_analysis_plugin, QADGraphicAnalysis)
|
||||
#endif
|
||||
Reference in New Issue
Block a user