[Kde-perl] setInputMask Trouble

Dirk Lindner adrenalinux at t-online.de
Fri Apr 16 22:36:12 CEST 2004


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


More information about the Kde-perl mailing list