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(); |