Results 1 to 2 of 2

Thread: Problem in using MultiPageWidget !

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2008
    Posts
    74
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    31
    Thanked 2 Times in 2 Posts

    Question Problem in using MultiPageWidget !

    Hello! Friends,
    I am using Qt4.3 in WInXP. I used this MultiPageWidget from Display Widgets in my Form with the designer, but when compiled its not able to find multipagewidget.h header. Obviously as its not in Qt's bin directory. So am confused like where to make proper change.

    Do i have to add the file path to .pro file, if yes where?
    I mean like INCLUDEPATH += . ../path to the header OR
    Do i have to add the path to path variable?

    I will be grateful if helped?

    Thanks in advance.

  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 MultiPageWidget !

    Try:
    Qt Code:
    1. INCLUDEPATH += $$[QT_INSTALL_EXAMPLES]/designer/containerextension
    To copy to clipboard, switch view to plain text mode 
    J-P Nurmi

  3. The following user says thank you to jpn for this useful post:

    Krish (20th March 2008)

Similar Threads

  1. PyQt QTimer problem { FIXED }
    By WinchellChung in forum Newbie
    Replies: 0
    Last Post: 1st March 2008, 17:50
  2. Tricky problem with ARGB widget / UpdateLayeredWindow
    By nooky59 in forum Qt Programming
    Replies: 3
    Last Post: 21st February 2008, 11:35
  3. [QMYSQL] connection problem
    By chaos_theory in forum Installation and Deployment
    Replies: 5
    Last Post: 2nd July 2007, 10:52
  4. Grid Layout Problem
    By Seema Rao in forum Qt Programming
    Replies: 2
    Last Post: 4th May 2006, 13:45
  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.