Results 1 to 4 of 4

Thread: Connection problem with menubar using Designer

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Join Date
    Oct 2007
    Location
    Grenoble, France
    Posts
    80
    Thanked 9 Times in 9 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Connection problem with menubar using Designer

    You've declared aboutAction inside your UI with QtDesigner, so you should refere to it like this:
    Qt Code:
    1. connect( &ui.aboutAction, SIGNAL(triggered()), this, SLOT(about()) );
    To copy to clipboard, switch view to plain text mode 

    If you run your code from console I guess you'll get message that object aboutAction doesn't exist.
    Last edited by calhal; 30th March 2009 at 14:31. Reason: updated contents
    You have to run a level 3 diagnostic.

    Ashes to ashes, Qt to Qt ( wysota )

  2. The following user says thank you to calhal for this useful post:

    nikau (30th March 2009)

Similar Threads

  1. Signal-slots connection problem.
    By impeteperry in forum Qt Tools
    Replies: 26
    Last Post: 23rd January 2007, 14:33
  2. Basic: problem building designer application
    By kingslee in forum Qt Tools
    Replies: 2
    Last Post: 31st August 2006, 15:26
  3. connection problem
    By mhoover in forum Qt Programming
    Replies: 1
    Last Post: 7th July 2006, 22:14
  4. problem with designer
    By bashamehboob in forum Qt Tools
    Replies: 2
    Last Post: 12th April 2006, 07:46
  5. Facing problem with qt-4.1 designer
    By jnana in forum Qt Tools
    Replies: 4
    Last Post: 8th March 2006, 18:16

Tags for this Thread

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.