Results 1 to 13 of 13

Thread: easiest Way QString can do

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Aug 2007
    Posts
    275
    Thanks
    28
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default easiest Way QString can do

    Guys,

    I am looking for the easiest way the QString can handle this.. say I have a QString of

    Qt Code:
    1. QString sample = "00223344556677992200";
    To copy to clipboard, switch view to plain text mode 

    I want to split them like below:

    QString 1 = 00
    QString 2 = 2233
    QString 3 = 44
    QString 4 = 5566779922
    QString 5 = 00
    baray98
    Last edited by marcel; 8th August 2008 at 00:44. Reason: missing [code] tags

Similar Threads

  1. QString static callback function from CURL
    By tpf80 in forum Qt Programming
    Replies: 12
    Last Post: 16th May 2007, 20:47
  2. Convert from iso-8859-1 to... Something else :-)
    By Nyphel in forum Qt Programming
    Replies: 4
    Last Post: 7th March 2007, 17:59
  3. Converting QString to unsigned char
    By salston in forum Qt Programming
    Replies: 3
    Last Post: 24th April 2006, 22:10
  4. Replies: 2
    Last Post: 10th February 2006, 12:57
  5. [SOLVED] Widget plugin ... how to ?
    By yellowmat in forum Newbie
    Replies: 10
    Last Post: 29th January 2006, 20:41

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.