- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/Qt4/QtMainWindow.cpp
rd20ded re0b5f0 57 57 #include "Views/Qt4/QtFragmentList.hpp" 58 58 #include "Views/Qt4/QtHomologyList.hpp" 59 #include "Views/Qt4/QtLogBox.hpp" 59 60 #include "Views/Qt4/QtShapeController.hpp" 60 61 #include "Views/Qt4/QtInfoBox.hpp" … … 98 99 homologyList = new QtHomologyList(worldTab); 99 100 fragmentList = new QtFragmentList(worldTab); 101 logBox = new QtLogBox(worldTab); 100 102 shapeController = new QtShapeController(worldTab); 101 103 … … 130 132 worldTab->addTab(fragmentList, "All Fragments"); 131 133 worldTab->addTab(homologyList, "All Homologies"); 134 worldTab->addTab(logBox, "Log"); 132 135 133 136 statusBar = new QtStatusBar(this);
Note:
See TracChangeset
for help on using the changeset viewer.