Wt examples
4.0.0
|
#include <iostream>
#include <stdlib.h>
#include <Wt/WApplication.h>
#include <Wt/WContainerWidget.h>
#include <Wt/WEnvironment.h>
#include <Wt/WLineEdit.h>
#include <Wt/WGridLayout.h>
#include <Wt/WHBoxLayout.h>
#include <Wt/WPushButton.h>
#include <Wt/WTable.h>
#include <Wt/WText.h>
#include <Wt/WTreeView.h>
#include <Wt/WVBoxLayout.h>
#include "GitModel.h"
#include "../wt-homepage/SourceView.h"
Go to the source code of this file.
Classes | |
class | GitViewApplication |
A simple application to navigate a git repository. More... | |
Functions | |
std::unique_ptr< WApplication > | createApplication (const WEnvironment &env) |
int | main (int argc, char **argv) |