Changeset 101514 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Oct 20, 2023 5:41:15 AM (16 months ago)
- svn:sync-xref-src-repo-rev:
- 159591
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIIconPool.cpp
r101509 r101514 781 781 painter.setPen(QPen(Qt::black, 1)); 782 782 painter.setBrush(QColor(255, 255, 255, 200)); 783 painter.drawRect(textRect); 783 /* x and y radii are relative to rectangle's width and height and should be in [0, 100]: */ 784 painter.drawRoundedRect(textRect, 50 /* xRadius */, 50 /* yRadius*/, Qt::RelativeSize); 784 785 painter.drawText(textRect, Qt::AlignHCenter | Qt::AlignVCenter, strArch); 785 786 #endif
Note:
See TracChangeset
for help on using the changeset viewer.