Am Freitag, 16. April 2004 22:33 schrieb Joe Claborn:
> parent
use Qt;
my $a = Qt::Application \@ARGV;
$b = Qt::LineEdit( "", undef);
# This line gives me grief
$b->setInputMask("DAAA");
$b->setText("4you");
$b->show;
$a->setMainWidget($b);
$a->exec;
works.
mfg adrenalinux