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

/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUIMenuBar.cpp49 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 DUIBar.cpp131 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 DUIMachineWindowScale.cpp70 QPixmap betaLabel = ::betaLabel(QSize(100, 16)); local
71 ::darwinLabelWindow(this, &betaLabel, true);
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DUIImageTools.cpp264 QPixmap betaLabel(const QSize &ls /* = QSize(80, 16) */) function
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/normal/
H A DUIMachineWindowNormal.cpp316 QPixmap betaLabel = ::betaLabel(QSize(100, 16)); local
317 ::darwinLabelWindow(this, &betaLabel, true);
/vbox/src/VBox/Frontends/VirtualBox/src/selector/
H A DUISelectorWindow.cpp130 QPixmap betaLabel = ::betaLabelSleeve(QSize(107, 16)); local
131 ::darwinLabelWindow(this, &betaLabel, false);

Completed in 80 milliseconds