7#include <Wt/WApplication>
8#include <Wt/WContainerWidget>
10#include <Wt/WTreeTableNode>
19 app->
setTitle(
"File explorer example");
23 treeTable->
resize(500, 300);
33int main(
int argc,
char **argv)
WApplication * createApplication(const WEnvironment &env)
int main(int argc, char **argv)
A tree table that displays a file tree.
WContainerWidget * root() const
void setTitle(const WString &title)
void useStyleSheet(const WLink &link, const std::string &media="all")
void setChildCountPolicy(ChildCountPolicy policy)
void setNodeVisible(bool visible)
WTreeTableNode * treeRoot()
void setSelectionMode(SelectionMode mode)