Searched defs:pIconLabel (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUIWarningPane.cpp71 QLabel *pIconLabel = new QLabel; local
74 m_icons << pIconLabel; local
76 m_pIconLayout->addWidget(pIconLabel);
78 pIconLabel->setMouseTracking(true);
79 pIconLabel->installEventFilter(this);
80 pIconLabel->setPixmap(pValidator->warningPixmap());
81 connect(pValidator, SIGNAL(sigShowWarningIcon()), pIconLabel, SLOT(show()));
82 connect(pValidator, SIGNAL(sigHideWarningIcon()), pIconLabel, SLOT(hide()));
149 if (QLabel *pIconLabel = qobject_cast<QLabel*>(pWatched))
152 if (m_icons.contains(pIconLabel))
[all...]

Completed in 41 milliseconds