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

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIIndicatorsPool.h2 * VBox Qt GUI - UIIndicatorsPool class declaration.
40 class UIIndicatorsPool : public QWidget class in inherits:QWidget
55 UIIndicatorsPool(UISession *pSession, QWidget *pParent = 0);
57 ~UIIndicatorsPool();
H A DUIIndicatorsPool.cpp3 * VBox Qt GUI - UIIndicatorsPool class implementation.
28 # include "UIIndicatorsPool.h"
117 QString strToolTip = QApplication::translate("UIIndicatorsPool",
190 QString strToolTip = QApplication::translate("UIIndicatorsPool",
267 QString strToolTip = QApplication::translate("UIIndicatorsPool",
383 QString strToolTip = QApplication::translate("UIIndicatorsPool",
428 strFullData += QApplication::translate("UIIndicatorsPool",
434 QApplication::translate("UIIndicatorsPool", "connected", "Network adapters tooltip") :
435 QApplication::translate("UIIndicatorsPool", "disconnected", "Network adapters tooltip"));
440 strFullData = QApplication::translate("UIIndicatorsPool",
1021 UIIndicatorsPool::UIIndicatorsPool(UISession *pSession, QWidget *pParent /* = 0 */) function in class:UIIndicatorsPool
[all...]

Completed in 56 milliseconds