Searched defs:betaLabel (Results 1 - 6 of 6) sorted by relevance
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/ |
H A D | UIMenuBar.cpp | 49 QPixmap betaLabel; local 50 const QString key("vbox:betaLabel"); 51 if (!QPixmapCache::find(key, betaLabel)) 53 betaLabel = ::betaLabel(); 54 QPixmapCache::insert(key, betaLabel); 59 painter.drawPixmap(s.width() - betaLabel.width() - 10, (height() - betaLabel.height()) / 2, betaLabel);
|
H A D | UIBar.cpp | 131 QPixmap betaLabel; local 133 if (!QPixmapCache::find(key, betaLabel)) 135 betaLabel = ::betaLabelSleeve(); 136 QPixmapCache::insert(key, betaLabel); 141 painter.drawPixmap(s.width() - betaLabel.width(), 0, betaLabel);
|
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/scale/ |
H A D | UIMachineWindowScale.cpp | 70 QPixmap betaLabel = ::betaLabel(QSize(100, 16)); local 71 ::darwinLabelWindow(this, &betaLabel, true);
|
/vbox/src/VBox/Frontends/VirtualBox/src/globals/ |
H A D | UIImageTools.cpp | 264 QPixmap betaLabel(const QSize &ls /* = QSize(80, 16) */) function
|
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/normal/ |
H A D | UIMachineWindowNormal.cpp | 316 QPixmap betaLabel = ::betaLabel(QSize(100, 16)); local 317 ::darwinLabelWindow(this, &betaLabel, true);
|
/vbox/src/VBox/Frontends/VirtualBox/src/selector/ |
H A D | UISelectorWindow.cpp | 130 QPixmap betaLabel = ::betaLabelSleeve(QSize(107, 16)); local 131 ::darwinLabelWindow(this, &betaLabel, false);
|
Completed in 102 milliseconds