Results 1 to 2 of 2

Thread: Problem in using Q3ListViewItem

  1. #1
    Join Date
    Jun 2008
    Posts
    1
    Qt products
    Qt3 Qt4
    Platforms
    Windows

    Question Problem in using Q3ListViewItem

    Hi,
    Am using Qt4.4 free version, when i am using Q3ListViewItem am getting error undefined object. So please let me know have imaded any mistake or i have not inclued any headres.
    In 3.4 used dirctly by declarig qlistview.h. Please let me know how to use it.

  2. #2
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts

    Default Re: Problem in using Q3ListViewItem

    The Qt3Support module is not enabled by default. Add the following line to your .pro file to link against the module:
    Qt Code:
    1. QT += qt3support
    To copy to clipboard, switch view to plain text mode 
    J-P Nurmi

Similar Threads

  1. problem with paint and erase in frame
    By M.A.M in forum Qt Programming
    Replies: 9
    Last Post: 4th May 2008, 21:17
  2. PyQt QTimer problem { FIXED }
    By WinchellChung in forum Newbie
    Replies: 0
    Last Post: 1st March 2008, 17:50
  3. Tricky problem with ARGB widget / UpdateLayeredWindow
    By nooky59 in forum Qt Programming
    Replies: 3
    Last Post: 21st February 2008, 11:35
  4. QTimer problem ... it runs but never triggs
    By yellowmat in forum Newbie
    Replies: 4
    Last Post: 4th July 2006, 13:54
  5. Replies: 16
    Last Post: 7th March 2006, 16:57

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.