Results 1 to 5 of 5

Thread: SIGNAL/SLOT Calling the same function. Possible?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Join Date
    May 2011
    Posts
    239
    Thanks
    4
    Thanked 35 Times in 35 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Symbian S60

    Default Re: SIGNAL/SLOT Calling the same function. Possible?

    I don't see why not.

    But in that case you just make things more complicated that way, I think. Why not just loop through the list:
    foreach (QUrl url, ListOfLinks) {
    donwload(url);
    }

  2. The following user says thank you to mvuori for this useful post:

    matthieunc (28th July 2011)

Similar Threads

  1. Replies: 4
    Last Post: 20th January 2011, 01:03
  2. Differences in calling a Slot
    By Denarius in forum Qt Programming
    Replies: 7
    Last Post: 28th April 2009, 15:32
  3. Replies: 2
    Last Post: 14th February 2009, 20:08
  4. Replies: 12
    Last Post: 14th June 2006, 09:24

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.