Help for this page
use Qt; import Qt::app; ... $app->setMainWidget($hello); $hello->show(); exit $app->exec();
use Qt; use Qt::Object; ... $app->setMainWidget($hello); $hello->show(); exit $app->exec();