PDA

View Full Version : QAction group



mickey
10th July 2006, 21:53
Hi, can anyone tell me why the SLOT doesn't start?? thank you


action_group = new QActionGroup( this );
action_group->add(this->fileOpenAction);
connect( action_group, SIGNAL( selected( QAction* ) ), this, SLOT( routeAction( QAction* ) ) );

mickey
12th July 2006, 20:15
anyone know this? thanks