Results 1 to 2 of 2

Thread: How to create a 2dimensional array in Qt

  1. #1
    Join Date
    Jul 2011
    Posts
    81
    Thanks
    8
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Windows Symbian S60 Maemo/MeeGo

    Default How to create a 2dimensional array in Qt

    I am new to Qt. I am creating a word search puzzle game. I have to place each letter images into a 11 X 11 array. what to do??

  2. #2
    Join Date
    Jan 2006
    Location
    Napoli, Italy
    Posts
    621
    Thanks
    5
    Thanked 86 Times in 81 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: How to create a 2dimensional array in Qt

    Qt Code:
    1. QPixmap images [11][11];
    To copy to clipboard, switch view to plain text mode 
    A camel can go 14 days without drink,
    I can't!!!

Similar Threads

  1. Qt Designer How to create an array of objects??
    By dominate in forum Qt Tools
    Replies: 2
    Last Post: 22nd January 2011, 17:34
  2. How to Create control Array in QT4
    By umulingu in forum Qt Programming
    Replies: 4
    Last Post: 8th October 2009, 16:31
  3. how can i create array of lineedits?
    By BalaQT in forum Qt Programming
    Replies: 1
    Last Post: 20th August 2009, 09:17
  4. How To Create Array of Widgets in Qt4?
    By redhat in forum Newbie
    Replies: 4
    Last Post: 27th April 2009, 11:37
  5. Create an array of Widgets
    By gt.beta2 in forum Qt Tools
    Replies: 4
    Last Post: 25th February 2009, 20:44

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.