tools/designer/src/lib/shared/actioneditor.cpp
changeset 3 41300fa6a67c
parent 0 1918ee327afb
child 4 3b1da2848fc7
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
   232     connect(m_actionView, SIGNAL(activated(QAction*)), this, SIGNAL(itemActivated(QAction*)));
   232     connect(m_actionView, SIGNAL(activated(QAction*)), this, SIGNAL(itemActivated(QAction*)));
   233 
   233 
   234     connect(m_actionView,SIGNAL(selectionChanged(QItemSelection,QItemSelection)),
   234     connect(m_actionView,SIGNAL(selectionChanged(QItemSelection,QItemSelection)),
   235             this, SLOT(slotSelectionChanged(QItemSelection,QItemSelection)));
   235             this, SLOT(slotSelectionChanged(QItemSelection,QItemSelection)));
   236 
   236 
   237     connect(m_actionView, SIGNAL(contextMenuRequested(QContextMenuEvent*, QAction*)),
   237     connect(m_actionView, SIGNAL(contextMenuRequested(QContextMenuEvent*,QAction*)),
   238             this, SLOT(slotContextMenuRequested(QContextMenuEvent*, QAction*)));
   238             this, SLOT(slotContextMenuRequested(QContextMenuEvent*,QAction*)));
   239 
   239 
   240     connect(this, SIGNAL(itemActivated(QAction*)), this, SLOT(editAction(QAction*)));
   240     connect(this, SIGNAL(itemActivated(QAction*)), this, SLOT(editAction(QAction*)));
   241 
   241 
   242     restoreSettings();
   242     restoreSettings();
   243     updateViewModeActions();
   243     updateViewModeActions();