I create actions in Qt Designer 4.3.4 and then write code to connect them to standard slots, like close():

Qt Code:
  1. connect(m_form.action_Quit, SIGNAL(triggered()), this, SLOT(close()));
To copy to clipboard, switch view to plain text mode 

Would it be possible to create such connections in Qt Designer?