Results 1 to 3 of 3

Thread: Problem using QValueList

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Posts
    162
    Qt products
    Qt3
    Platforms
    Windows
    Thanks
    9

    Default Re: Problem using QValueList

    got it.

    I forget this line into the .h
    Qt Code:
    1. #include ".\\..\\..\\item\\WidgetSource\\item.h"
    To copy to clipboard, switch view to plain text mode 

    Now it works.

  2. #2
    Join Date
    Jan 2006
    Location
    Athens - Greece
    Posts
    219
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    3
    Thanked 1 Time in 1 Post

    Default Re: Problem using QValueList

    Just a suggestion if I may:
    INCLUDEPATH += ..\..\item\widgetsource in your pro file
    #include <item.h> in your sources
    instead of: #include ".\\..\\..\\item\\WidgetSource\\item.h"

Similar Threads

  1. Problem in using QHttp with QTimer
    By Ferdous in forum Newbie
    Replies: 2
    Last Post: 6th September 2008, 12:48
  2. Weird problem: multithread QT app kills my linux
    By Ishark in forum Qt Programming
    Replies: 2
    Last Post: 8th August 2008, 09:12
  3. Steps in solving a programming problem?
    By triperzonak in forum General Programming
    Replies: 8
    Last Post: 5th August 2008, 08:47
  4. problem with paint and erase in frame
    By M.A.M in forum Qt Programming
    Replies: 9
    Last Post: 4th May 2008, 20:17
  5. Replies: 16
    Last Post: 7th March 2006, 15: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.