1 #line 2 "src/Gui/CentralWidget.h"
3 #ifndef __GUI_CENTRALWIDGET_H___
4 #define __GUI_CENTRALWIDGET_H___
6 #include <Wt/WContainerWidget.h>
7 #include <Wt/WGridLayout.h>
8 #include <Wt/WTabWidget.h>
16 class AccountsTreeView;
30 :
public Wt::WContainerWidget
60 auto tabIndex(
const std::string & _text )-> int ;