VirtualBox

Changeset 51411 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
May 27, 2014 8:23:51 AM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
93949
Message:

FE/Qt: Mac OS X: HiDPI: Integrate VM-preview frames.

Location:
trunk/src/VBox/Frontends/VirtualBox
Files:
3 edited
2 copied

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/VirtualBox1_hidpi.qrc

    r51295 r51411  
    232232        <file alias="os_os2warp3_hidpi.png">images/hidpi/os_os2warp3_hidpi.png</file>
    233233        <file alias="os_os2warp45_hidpi.png">images/hidpi/os_os2warp45_hidpi.png</file>
     234        <file alias="os_os2warp4_hidpi.png">images/hidpi/os_os2warp4_hidpi.png</file>
    234235    </qresource>
    235236</RCC>
  • trunk/src/VBox/Frontends/VirtualBox/VirtualBox2_hidpi.qrc

    r51295 r51411  
    11<RCC>
    22    <qresource prefix="/">
    3         <file alias="os_os2warp4_hidpi.png">images/hidpi/os_os2warp4_hidpi.png</file>
    43        <file alias="os_other_64_hidpi.png">images/hidpi/os_other_64_hidpi.png</file>
    54        <file alias="os_other_hidpi.png">images/hidpi/os_other_hidpi.png</file>
     
    4039        <file alias="parallel_port_warning_16px_hidpi.png">images/hidpi/parallel_port_warning_16px_hidpi.png</file>
    4140        <file alias="pin_16px_hidpi.png">images/hidpi/pin_16px_hidpi.png</file>
     41        <file alias="preview_empty_228x168px_hidpi.png">images/hidpi/preview_empty_228x168px_hidpi.png</file>
     42        <file alias="preview_full_228x168px_hidpi.png">images/hidpi/preview_full_228x168px_hidpi.png</file>
    4243        <file alias="previous_16px_hidpi.png">images/hidpi/previous_16px_hidpi.png</file>
    4344        <file alias="proxy_16px_hidpi.png">images/hidpi/proxy_16px_hidpi.png</file>
  • trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGMachinePreview.cpp

    r51401 r51411  
    2929#include "UIExtraDataDefs.h"
    3030#include "UIImageTools.h"
     31#include "UIIconPool.h"
    3132#include "VBoxGlobal.h"
    3233
     
    6465
    6566    /* Create bg images: */
    66     m_pbgEmptyImage = new QPixmap(":/preview_empty_228x168px.png");
    67     m_pbgFullImage = new QPixmap(":/preview_full_228x168px.png");
     67    m_pbgEmptyImage = new QPixmap(UIIconPool::pixmap(":/preview_empty_228x168px.png"));
     68    m_pbgFullImage = new QPixmap(UIIconPool::pixmap(":/preview_full_228x168px.png"));
    6869
    6970    /* Create the context menu: */
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