#!/usr/bin/perl -w use strict; use blib; use Qt; use GameBoard; Qt::Application::setColorSpec(&Qt::Application::CustomColor); my $a = Qt::Application(\@ARGV); my $gb = GameBoard; $gb->setGeometry(100, 100, 500, 355); $a->setMainWidget($gb); $gb->show; exit $a->exec; |
The use of a camel image
with the topic of Perl is a trademark of
O'Reilly & Associates, Inc. Used with
permission.
The Qt logo (TM) is a registered trademark of Trolltech (TM) AS,
Norway.