|
|
|
@ -1,4 +1,3 @@ |
|
|
|
|
|
|
|
|
|
HEADERS += src/domain/UBGraphicsScene.h \ |
|
|
|
|
src/domain/UBGraphicsItemUndoCommand.h \ |
|
|
|
|
src/domain/UBGraphicsTextItemUndoCommand.h \ |
|
|
|
@ -17,19 +16,17 @@ HEADERS += src/domain/UBGraphicsScene.h \ |
|
|
|
|
src/domain/UBResizableGraphicsItem.h \ |
|
|
|
|
src/domain/UBGraphicsStroke.h \ |
|
|
|
|
src/domain/UBGraphicsMediaItem.h \ |
|
|
|
|
src/domain/UBAbstractUndoCommand.h\ |
|
|
|
|
src/domain/UBAbstractUndoCommand.h \ |
|
|
|
|
src/domain/UBGraphicsGroupContainerItem.h \ |
|
|
|
|
src/domain/UBGraphicsGroupContainerItemDelegate.h \ |
|
|
|
|
src/domain/UBGraphicsStrokesGroup.h \ |
|
|
|
|
src/domain/UBGraphicsItemGroupUndoCommand.h |
|
|
|
|
|
|
|
|
|
HEADERS += src/domain/UBGraphicsItemDelegate.h \ |
|
|
|
|
src/domain/UBGraphicsItemGroupUndoCommand.h \ |
|
|
|
|
src/domain/UBGraphicsItemDelegate.h \ |
|
|
|
|
src/domain/UBGraphicsTextItemDelegate.h \ |
|
|
|
|
src/domain/UBGraphicsDelegateFrame.h \ |
|
|
|
|
src/domain/UBGraphicsWidgetItemDelegate.h \ |
|
|
|
|
src/domain/UBGraphicsMediaItemDelegate.h |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SOURCES += src/domain/UBGraphicsScene.cpp \ |
|
|
|
|
src/domain/UBGraphicsItemUndoCommand.cpp \ |
|
|
|
|
src/domain/UBGraphicsTextItemUndoCommand.cpp \ |
|
|
|
@ -53,11 +50,9 @@ SOURCES += src/domain/UBGraphicsScene.cpp \ |
|
|
|
|
src/domain/ubgraphicsgroupcontaineritem.cpp \ |
|
|
|
|
src/domain/ubgraphicsgroupcontaineritemdelegate.cpp \ |
|
|
|
|
src/domain/UBGraphicsStrokesGroup.cpp \ |
|
|
|
|
src/domain/UBGraphicsItemGroupUndoCommand.cpp |
|
|
|
|
|
|
|
|
|
SOURCES += src/domain/UBGraphicsItemDelegate.cpp \ |
|
|
|
|
src/domain/UBGraphicsItemGroupUndoCommand.cpp \ |
|
|
|
|
src/domain/UBGraphicsItemDelegate.cpp \ |
|
|
|
|
src/domain/UBGraphicsTextItemDelegate.cpp \ |
|
|
|
|
src/domain/UBGraphicsMediaItemDelegate.cpp \ |
|
|
|
|
src/domain/UBGraphicsDelegateFrame.cpp \ |
|
|
|
|
src/domain/UBGraphicsWidgetItemDelegate.cpp \ |
|
|
|
|
|
|
|
|
|
src/domain/UBGraphicsWidgetItemDelegate.cpp |
|
|
|
|