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

/vbox/src/VBox/Debugger/
H A DVBoxDbgStatsQt4.h143 QAction *m_pRefreshAct; member in class:VBoxDbgStatsView
H A DVBoxDbgStatsQt4.cpp2742 m_pRefreshAct = new QAction("&Refresh", this);
2752 m_pRefreshAct->setShortcut(QKeySequence("Ctrl+R"));
2761 addAction(m_pRefreshAct);
2769 connect(m_pRefreshAct, SIGNAL(triggered(bool)), this, SLOT(actRefresh()));
2784 m_pLeafMenu->addAction(m_pRefreshAct);
2791 m_pBranchMenu->addAction(m_pRefreshAct);
2801 m_pViewMenu->addAction(m_pRefreshAct);
2833 DELETE_IT(m_pRefreshAct);
2908 m_pRefreshAct->setEnabled(!Idx.isValid() || Idx == m_pModel->getRootIndex());
2916 if (m_pRefreshAct)
[all...]

Completed in 47 milliseconds