Searched refs:m_pExpandAct (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Debugger/
H A DVBoxDbgStatsQt4.h139 QAction *m_pExpandAct; member in class:VBoxDbgStatsView
H A DVBoxDbgStatsQt4.cpp2740 m_pExpandAct = new QAction("Expand Tree", this);
2750 m_pExpandAct->setShortcut(QKeySequence("Ctrl+E"));
2759 addAction(m_pExpandAct);
2767 connect(m_pExpandAct, SIGNAL(triggered(bool)), this, SLOT(actExpand()));
2796 m_pBranchMenu->addAction(m_pExpandAct);
2806 m_pViewMenu->addAction(m_pExpandAct);
2831 DELETE_IT(m_pExpandAct);

Completed in 60 milliseconds