qtk/src/app
Shaun Reed 194888ed19 Refactor build system and UI
+ Install configs for Qt Designer plugins and Qtk application
+ Add Qtk plugin collection for Qt Designer
+ QtkWidget plugin
+ TreeView widget plugin
+ DebugConsole widget plugin
+ All widgets are fully integrated with Qt Designer
+ All widgets can be popped out or docked within the window
+ All widgets can be stacked to use tab view for side panels
+ All widgets can be toggled on/off through the view context menu
+ QtkWidget debug console
+ QtkWidget active scene TreeVew
+ QtkWidget dockable tool bar
+ Double-click an object name in the TreeView to focus camera
+ Separate libaray from widgets

There is still a lot to do here, but the major refactoring should be
done after this commit. Some of the new features were put together as
POC for working with the new UI. A few placeholder buttons were added
that have no functionality.
2023-01-01 22:49:04 -05:00
..
CMakeLists.txt Refactor build system and UI 2023-01-01 22:49:04 -05:00
debugconsole.cpp Refactor build system and UI 2023-01-01 22:49:04 -05:00
debugconsole.h Refactor build system and UI 2023-01-01 22:49:04 -05:00
debugconsole.ui Refactor build system and UI 2023-01-01 22:49:04 -05:00
examplescene.cpp Refactor build system and UI 2023-01-01 22:49:04 -05:00
examplescene.h Refactor build system and UI 2023-01-01 22:49:04 -05:00
main.cpp Refactor build system and UI 2023-01-01 22:49:04 -05:00
qtkmainwindow.cpp Refactor build system and UI 2023-01-01 22:49:04 -05:00
qtkmainwindow.h Refactor build system and UI 2023-01-01 22:49:04 -05:00
qtkmainwindow.ui Refactor build system and UI 2023-01-01 22:49:04 -05:00
qtkwidget.cpp Refactor build system and UI 2023-01-01 22:49:04 -05:00
qtkwidget.h Refactor build system and UI 2023-01-01 22:49:04 -05:00
resources.h.in Refactor build system and UI 2023-01-01 22:49:04 -05:00
toolbox.cpp Refactor build system and UI 2023-01-01 22:49:04 -05:00
toolbox.h Refactor build system and UI 2023-01-01 22:49:04 -05:00
toolbox.ui Refactor build system and UI 2023-01-01 22:49:04 -05:00
treeview.cpp Refactor build system and UI 2023-01-01 22:49:04 -05:00
treeview.h Refactor build system and UI 2023-01-01 22:49:04 -05:00
treeview.ui Refactor build system and UI 2023-01-01 22:49:04 -05:00
widgetplugin.cpp Refactor build system and UI 2023-01-01 22:49:04 -05:00
widgetplugin.h Refactor build system and UI 2023-01-01 22:49:04 -05:00
widgetplugincollection.cpp Refactor build system and UI 2023-01-01 22:49:04 -05:00
widgetplugincollection.h Refactor build system and UI 2023-01-01 22:49:04 -05:00