Results 1 to 6 of 6

Thread: QStringList

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Dec 2007
    Location
    Brazil
    Posts
    61
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    14

    Default QStringList

    I wanted to copy a QStringList to another QStringList but only taking the odd positions.

    Qt Code:
    1. QStringList pa[1] = QStringList im[0];
    2. QStringList pa[3] = QStringList im[1];
    3. QStringList pa[5] = QStringList im[2];
    4. .
    5. .
    6. .
    To copy to clipboard, switch view to plain text mode 

    Someone has idea?
    Thanks.
    Last edited by jpn; 16th May 2008 at 20:33. Reason: missing [code] tags

Similar Threads

  1. QStringList scope problem
    By ht1 in forum Qt Programming
    Replies: 5
    Last Post: 30th November 2007, 19:44
  2. Translating a QStringList
    By ^NyAw^ in forum Qt Programming
    Replies: 5
    Last Post: 18th January 2007, 11:06
  3. QStringList in QObject::connect
    By DPinLV in forum Qt Programming
    Replies: 6
    Last Post: 6th September 2006, 17:01
  4. Cannot queue arguments of type 'QStringList'
    By vfernandez in forum Qt Programming
    Replies: 2
    Last Post: 19th April 2006, 20:48
  5. need help to classify some QStringList
    By patcito in forum Qt Programming
    Replies: 3
    Last Post: 17th February 2006, 21:24

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.