Results 1 to 2 of 2

Thread: QAction group

  1. #1
    Join Date
    Jan 2006
    Posts
    976
    Thanks
    53
    Qt products
    Qt3
    Platforms
    Windows

    Default QAction group

    Hi, can anyone tell me why the SLOT doesn't start?? thank you
    Qt Code:
    1. action_group = new QActionGroup( this );
    2. action_group->add(this->fileOpenAction);
    3. connect( action_group, SIGNAL( selected( QAction* ) ), this, SLOT( routeAction( QAction* ) ) );
    To copy to clipboard, switch view to plain text mode 
    Regards

  2. #2
    Join Date
    Jan 2006
    Posts
    976
    Thanks
    53
    Qt products
    Qt3
    Platforms
    Windows

    Default Re: QAction group

    anyone know this? thanks
    Regards

Similar Threads

  1. Replies: 1
    Last Post: 18th March 2006, 16:37
  2. Replies: 2
    Last Post: 23rd February 2006, 16:38
  3. No action checked in an exclusive action group
    By SkripT in forum Qt Programming
    Replies: 12
    Last Post: 13th February 2006, 06:19
  4. How to add a Action Group?
    By hcostelha in forum Qt Tools
    Replies: 2
    Last Post: 18th January 2006, 17:25
  5. insert a widget into a group "on-the-fly"
    By soul_rebel in forum Qt Programming
    Replies: 4
    Last Post: 15th January 2006, 00:29

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.