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