16 : WContainerWidget(parent)
18 for (
int i = 0; i <= maxGuesses; ++i) {
19 std::string fname =
"icons/hangman";
20 fname += boost::lexical_cast<std::string>(i) +
".jpg";
21 WImage *theImage =
new WImage(fname,
this);
26 theImage->resize(256, 256);
30 WImage *hurray =
new WImage(
"icons/hangmanhurray.jpg",
this);