VirtualBox

Changeset 46811 in vbox for trunk/src


Ignore:
Timestamp:
Jun 26, 2013 5:43:30 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
86751
Message:

FE/Qt: Runtime UI: Video Capture LED: Smooth animation for movie-reel presented by r86750.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIIndicatorsPool.cpp

    r46810 r46811  
    595595        if (state() == UIIndicatorStateVideoCapture_Enabled)
    596596        {
     597            /* Configure painter for smooth animation: */
     598            painter.setRenderHint(QPainter::Antialiasing);
     599            painter.setRenderHint(QPainter::SmoothPixmapTransform);
    597600            /* Shift rotation origin according pixmap center: */
    598601            painter.translate(height() / 2, height() / 2);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette