Changeset 0014a4 for src/UIElements/Qt4/QtMainWindow.cpp
- Timestamp:
- May 8, 2017, 1:51:22 PM (8 years ago)
- Branches:
- ForceAnnealing_goodresults, ForceAnnealing_tocheck
- Children:
- af78af
- Parents:
- 1e6fb7
- git-author:
- Frederik Heber <heber@…> (03/25/17 13:59:40)
- git-committer:
- Frederik Heber <frederik.heber@…> (05/08/17 13:51:22)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/Qt4/QtMainWindow.cpp
r1e6fb7 r0014a4 59 59 #include "Views/Qt4/QtHomologyList.hpp" 60 60 #include "UIElements/Qt4/InstanceBoard/QtObservedInstanceBoard.hpp" 61 #include "Views/Qt4/QtGeometryList.hpp" 61 62 #include "Views/Qt4/QtLogBox.hpp" 62 63 #include "Views/Qt4/QtShapeController.hpp" … … 112 113 homologyList = new QtHomologyList(worldTab); 113 114 fragmentList = new QtFragmentList(worldTab); 115 geometryList = new QtGeometryList(worldTab); 114 116 logBox = new QtLogBox(std::cout, worldTab); 115 117 errorlogBox = new QtLogBox(std::cerr, worldTab); … … 147 149 worldTab->addTab(fragmentList, "All Fragments"); 148 150 worldTab->addTab(homologyList, "All Homologies"); 151 worldTab->addTab(geometryList, "All Geometries"); 149 152 worldTab->addTab(logBox, "Log"); 150 153 worldTab->addTab(errorlogBox, "Errors");
Note:
See TracChangeset
for help on using the changeset viewer.