Lines Matching defs:pPopupPane
55 UIPopupPane *pPopupPane = m_panes[strPopupPaneID] = new UIPopupPane(this,
60 connect(this, SIGNAL(sigProposePopupPaneWidth(int)), pPopupPane, SLOT(sltHandleProposalForWidth(int)));
61 connect(pPopupPane, SIGNAL(sigSizeHintChanged()), this, SLOT(sltAdjustGeometry()));
62 connect(pPopupPane, SIGNAL(sigDone(int)), this, SLOT(sltPopupPaneDone(int)));
65 pPopupPane->show();
79 UIPopupPane *pPopupPane = m_panes[strPopupPaneID];
82 pPopupPane->setMessage(strMessage);
83 pPopupPane->setDetails(strDetails);
96 UIPopupPane *pPopupPane = m_panes[strPopupPaneID];
99 pPopupPane->recall();
126 UIPopupPane *pPopupPane = qobject_cast<UIPopupPane*>(sender());
127 if (!pPopupPane)
134 const QString strPopupPaneID(m_panes.key(pPopupPane, QString()));
147 pPopupPane->deleteLater();