From kde-perl Tue May 31 05:58:00 2005 From: Alexey Dashevsky Date: Tue, 31 May 2005 05:58:00 +0000 To: kde-perl Subject: [Kde-perl] The program eats a lot of memory Message-Id: <200505310858.00572.alex () kpgaz ! chernigov ! ua> X-MARC-Message: https://marc.info/?l=kde-perl&m=111752325003396 Hello. I'm use perl5.6.0, PerlQt 3.008, qt3.1.1, kde 3.1.2 I'm testing simple example : ---------------------------------------------------------------- #!/usr/bin/perl -w use strict; package Table; use Qt; use Qt::isa qw(Qt::Table); sub NEW { shift->SUPER::NEW(@_[0..2]); } package main; use Qt; use Table; my $a = Qt::Application(\@ARGV); my $w = Table(100, 250, undef); $a->setMainWidget($w); $w->show; exit $a->exec; ---------------------------------------------------------------- Simple movement of the cursor under the table or moving of the window of the program eats memory of the system. Why? Sorry for my English. -- Best regards, Alexey _______________________________________________ Kde-perl mailing list Kde-perl@kde.org https://mail.kde.org/mailman/listinfo/kde-perl