Move measure about widget to UI/Widget package.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
#include "Interaction/ActorDraggableInteractorStyle.h"
|
||||
#include "Rendering/Core/ControlPointActor.h"
|
||||
#include "measure/calibrationWidget.h"
|
||||
#include "UI/Widget/Measure/calibrationWidget.h"
|
||||
|
||||
vtkStandardNewMacro(RulerAnnotationActor)
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
#include <vtkRenderWindow.h>
|
||||
#include <vtkRenderWindowInteractor.h>
|
||||
|
||||
#include "measure/pqFontPropertyWidget.h"
|
||||
#include "UI/Widget/Measure/pqFontPropertyWidget.h"
|
||||
#include "Interaction/ActorDraggableInteractorStyle.h"
|
||||
|
||||
vtkStandardNewMacro(TextAnnotationActor)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include "pqFontPropertyWidget.h"
|
||||
#include "UI/Widget/dicomimageview.h"
|
||||
#include <vtkRenderWindowInteractor.h>
|
||||
#include "QColorDialog.h"
|
||||
#include "qcolordialog.h"
|
||||
//#include "QFontDialog.h"
|
||||
|
||||
//pqFontPropertyWidget* pqFontPropertyWidget::instance = nullptr;
|
||||
@@ -5,7 +5,7 @@
|
||||
#include <QSettings>
|
||||
#include "UI/Dialog/exportdialog.h"
|
||||
#include "customwindow.h"
|
||||
#include "measure/pqFontPropertyWidget.h"
|
||||
#include "UI/Widget/Measure/pqFontPropertyWidget.h"
|
||||
|
||||
/**
|
||||
* @brief 主窗口Class
|
||||
|
||||
Reference in New Issue
Block a user