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