Changes in / [c73e35:26b4d62]


Ignore:
Location:
src/UIElements
Files:
3 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • src/UIElements/Makefile.am

    rc73e35 r26b4d62  
    172172  UIElements/Views/Qt4/QtHomologyList.cpp \
    173173  UIElements/Views/Qt4/QtInfoBox.cpp \
    174   UIElements/Views/Qt4/QtLogBox.cpp \
    175174  UIElements/Views/Qt4/QtMoleculeList.cpp \
    176175  UIElements/Views/Qt4/QtShapeController.cpp \
     
    193192  UIElements/Qt4/Query/QtQuery.hpp \
    194193  UIElements/Menu/Qt4/QtMenuPipe.hpp \
    195   UIElements/Views/Qt4/QDebugStream.hpp \
    196194  UIElements/Views/Qt4/QtElementList.hpp \
    197195  UIElements/Views/Qt4/QtFragmentList.hpp \
    198196  UIElements/Views/Qt4/QtHomologyList.hpp \
    199197  UIElements/Views/Qt4/QtInfoBox.hpp \
    200   UIElements/Views/Qt4/QtLogBox.hpp \
    201198  UIElements/Views/Qt4/QtMoleculeList.hpp \
    202199  UIElements/Views/Qt4/QtShapeController.hpp \
  • src/UIElements/Qt4/QtMainWindow.cpp

    rc73e35 r26b4d62  
    5757#include "Views/Qt4/QtFragmentList.hpp"
    5858#include "Views/Qt4/QtHomologyList.hpp"
    59 #include "Views/Qt4/QtLogBox.hpp"
    6059#include "Views/Qt4/QtShapeController.hpp"
    6160#include "Views/Qt4/QtInfoBox.hpp"
     
    9998  homologyList = new QtHomologyList(worldTab);
    10099  fragmentList = new QtFragmentList(worldTab);
    101   logBox = new QtLogBox(worldTab);
    102100  shapeController = new QtShapeController(worldTab);
    103101
     
    132130  worldTab->addTab(fragmentList, "All Fragments");
    133131  worldTab->addTab(homologyList, "All Homologies");
    134   worldTab->addTab(logBox, "Log");
    135132
    136133  statusBar = new QtStatusBar(this);
  • src/UIElements/Qt4/QtMainWindow.hpp

    rc73e35 r26b4d62  
    2323#include "Menu/Qt4/QtMenu.hpp"
    2424
     25class QtMoleculeList;
    2526class QtElementList;
     27class QtHomologyList;
    2628class QtFragmentList;
    27 class QtHomologyList;
    28 class QtLogBox;
    29 class QtMoleculeList;
    3029class QtShapeController;
    3130class StringView;
     
    6564  QtToolBar *toolbar;
    6665  QSlider *timeline;
    67   QtLogBox *logBox;
    6866
    6967};
Note: See TracChangeset for help on using the changeset viewer.