#1875 Custom Object Editor : Add CustomObjectEditor to MainWindow

This commit is contained in:
Magne Sjaastad
2017-09-08 14:43:14 +02:00
parent 443e5625a6
commit 52ca5d5ddd
5 changed files with 736 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ set ( QT_MOC_HEADERS
MainWindow.h
WidgetLayoutTest.h
ManyGroups.h
CustomObjectEditor.h
)
qt4_wrap_cpp( MOC_FILES_CPP
@@ -52,8 +53,13 @@ include_directories (
set( PROJECT_FILES
Main.cpp
MainWindow.cpp
MainWindow.h
WidgetLayoutTest.cpp
WidgetLayoutTest.h
ManyGroups.cpp
ManyGroups.h
CustomObjectEditor.cpp
CustomObjectEditor.h
)