|
|
| <prev next> |
Choosing A Webhost: |
Error in Qt::Table::text(i, j), Qt::TableItem::text().: msg#00000kde.devel.perl
Hello all! Thank for amicable silence;-) Has refreshed files from cvs PerlQt-3, the memory leak at plotting the table has stopped. But memory flows also by call of methods Qt::Table::text(i, j), Qt::TableItem::text(). This bugs will be corrected? I hope to the aid, Alexey. For example, make active any way a method paint the given table. #!/usr/bin/perl -w package Table; use Qt; use Qt::isa qw(Qt::Table); sub NEW { shift->SUPER::NEW(@_[0..2]); } sub paintCell { my( $p, $row, $col, $cr, $selected ) = @_; return if ( $cr->width() == 0 || $cr->height() == 0 ); my $cg = colorGroup(); text($row, $col); SUPER->paintCell( $p, $row, $col, $cr, $selected, $cg ); } 1; 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;
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Next by Date: | Sub form issues., Roy Souther |
|---|---|
| Next by Thread: | Re: Error in Qt::Table::text(i, j), Qt::TableItem::text()., Ashley Winters |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |