Results 1 to 3 of 3

Thread: Integrating Qt3 Designer with code based application

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Integrating Qt3 Designer with code based application

    Quote Originally Posted by nleverin View Post
    error: no matching function for call to 'mainformsub::connect(QPushButton*&, const char [11], mainformsub* const, const char*)
    candidates are: static bool QObject:: connect(const QObject*, const char*, const QObject*, const char*)
    It seems that the compiler doesn't know what a QPushButton is. Try adding #include <qpushbutton.h>.

  2. The following 2 users say thank you to jacek for this useful post:

    Nathan Leverington (27th June 2007), nleverin (27th June 2007)

  3. #2
    Join Date
    Jun 2007
    Posts
    21
    Thanks
    25
    Qt products
    Qt3
    Platforms
    Unix/X11

    Default Re: Integrating Qt3 Designer with code based application

    Thanks mate, fixed the problems perfectly,

    cheers,

    nlev.

Similar Threads

  1. How to import an old application code ?
    By yellowmat in forum Qt Tools
    Replies: 6
    Last Post: 12th September 2006, 15:27
  2. problem with linking
    By mickey in forum Qt Programming
    Replies: 49
    Last Post: 12th August 2006, 21: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
  •  
Qt is a trademark of The Qt Company.