logo       

Re: QIconView woes....: msg#00008

Subject: Re: QIconView woes....
--- Gary Greene <greeneg@xxxxxxxxxxxxx> wrote:
> 
> I'm trying to get the selected QIconViewItem from a QIconView in a
> PerlQt app 
> I'm working on and I can't seem to connect the SIGNAL to SLOT for it.
> Here's 
> a snippet of code from the app:
> 
>             $drives[ $i ] = Qt::IconViewItem( $MainWidget::driveView,
>                                         &tr(
> "$driveName\n$roundedSize GB" ),
>                                              $drvIcon );
>             $MainWidget::driveView->connect( $MainWidget::driveView,
>                    SIGNAL "clicked( $driveView->currentItem() )",
>                    this,
>                    SLOT "&driveSelected()" );
>         }

well, you can't do SIGNAL "foo($variable)" since $variable can't be
interpreted at connect() time. Also, I don't think the "&" in
"&driveSelected()" is legal.

So, here's what you could do instead:

$driveView->connect(SIGNAL "clicked()", this, SLOT "driveSelected()");

In the driveSelected() slot, if you want to find out the current item,
you can call this->sender->currentItem(), or you could use your global
$MainWidget::driveView->currentItem(). Personally, I'd use
this->sender.

Ashley Winters


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

Recently Viewed:
linux.arklinux....    user-groups.lin...    kde.usability/2...    ietf.ipp/2002-0...    mail.spam.spamc...    os.netbsd.devel...    audio.cd-record...    text.unicode.de...    php.documentati...    games.fps.halfl...    window-managers...    suse.oracle.gen...    bug-tracking.gn...    video.dvdrip.us...    xfree86.cvs/200...    java.netbeans.m...    network.argus/2...    culture.sf.kill...    debian.ports.al...    freebsd.questio...    qplus.devel/200...    handhelds.palm....   
Home | blog view | USPTO Patent Archive | advertise | OSDir is an inevitable website. super tiny logo

Free Magazines

Cisco News
Receive 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