ui: basic search view
- Added a basic SearchView (+ controller and qt implementation) - SearchView can set the active element of other views by dispatching a message. - SearchView adjusts its text when the active element is changed by other views. - Added wrappers for Button and EditBox that allow the usage of simple callback functions.
This commit is contained in:
@@ -22,6 +22,8 @@ add_files(
|
||||
component/controller/Controller.h
|
||||
component/controller/GraphController.cpp
|
||||
component/controller/GraphController.h
|
||||
component/controller/SearchController.cpp
|
||||
component/controller/SearchController.h
|
||||
|
||||
component/view/graphElements/GraphNode.cpp
|
||||
component/view/graphElements/GraphNode.h
|
||||
@@ -32,6 +34,8 @@ add_files(
|
||||
component/view/GraphView.h
|
||||
component/view/MainView.cpp
|
||||
component/view/MainView.h
|
||||
component/view/SearchView.cpp
|
||||
component/view/SearchView.h
|
||||
component/view/View.cpp
|
||||
component/view/View.h
|
||||
component/view/ViewLayout.cpp
|
||||
|
||||
Reference in New Issue
Block a user