3 #include <Wt/WApplication>
5 #include <Wt/WDateEdit>
6 #include <Wt/WSelectionBox>
7 #include <Wt/WContainerWidget>
9 #include <Wt/WIntValidator>
11 #include <Wt/WLineEdit>
12 #include <Wt/WPushButton>
13 #include <Wt/WTableCell>
14 #include <Wt/WTextArea>
96 label =
new WLabel(tr(
"example.childcount"),
106 label =
new WLabel(tr(
"example.remarks"),
160 if (edit->validate() != WValidator::Valid) {
204 new WText(WString::fromUTF8(
"<p>Thank you, {1}, "
205 "for all this precious data.</p>").arg(name),
208 if (!remarks.empty())
209 new WText(
"<p>You had some remarks. Splendid !</p>",
elementAt(0, 0));