VirtualBox

Changeset 47184 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jul 16, 2013 9:28:19 AM (11 years ago)
Author:
vboxsync
Message:

FE/Qt: General Icon Update: Miscellaneous icons (part 2).

Location:
trunk/src/VBox/Frontends/VirtualBox
Files:
12 edited
1 moved

Legend:

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

    r47182 r47184  
    126126        <file alias="serial_port_write_16px.png">images/serial_port_write_16px.png</file>
    127127        <file alias="select_file_16px.png">images/select_file_16px.png</file>
    128         <file alias="select_file_dis_16px.png">images/select_file_dis_16px.png</file>
     128        <file alias="select_file_disabled_16px.png">images/select_file_disabled_16px.png</file>
    129129        <file alias="list_moveup_16px.png">images/list_moveup_16px.png</file>
    130130        <file alias="list_moveup_22px.png">images/list_moveup_22px.png</file>
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsStorage.cpp

    r45368 r47184  
    113113
    114114    mPool [ChooseExistingEn]         = QPixmap (":/select_file_16px.png");
    115     mPool [ChooseExistingDis]        = QPixmap (":/select_file_dis_16px.png");
     115    mPool [ChooseExistingDis]        = QPixmap (":/select_file_disabled_16px.png");
    116116    mPool [HDNewEn]                  = QPixmap (":/hd_new_16px.png");
    117117    mPool [HDNewDis]                 = QPixmap (":/hd_new_disabled_16px.png");
  • trunk/src/VBox/Frontends/VirtualBox/src/widgets/VBoxFilePathSelectorWidget.cpp

    r45085 r47184  
    575575
    576576    mSelectButton = new QIToolButton(this);
    577     mSelectButton->setIcon(UIIconPool::iconSet(":/select_file_16px.png", ":/select_file_dis_16px.png"));
     577    mSelectButton->setIcon(UIIconPool::iconSet(":/select_file_16px.png", ":/select_file_disabled_16px.png"));
    578578    connect(mSelectButton, SIGNAL(clicked()), this, SLOT(choose()));
    579579    mMainLayout->addWidget(mSelectButton);
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/UIWizardCloneVDPageBasic1.cpp

    r41615 r47184  
    7575            {
    7676                m_pSourceDiskOpenButton->setAutoRaise(true);
    77                 m_pSourceDiskOpenButton->setIcon(UIIconPool::iconSet(":/select_file_16px.png", ":/select_file_dis_16px.png"));
     77                m_pSourceDiskOpenButton->setIcon(UIIconPool::iconSet(":/select_file_16px.png", ":/select_file_disabled_16px.png"));
    7878            }
    7979            pSourceDiskLayout->addWidget(m_pSourceDiskSelector);
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/UIWizardCloneVDPageBasic4.cpp

    r45316 r47184  
    166166            {
    167167                m_pDestinationDiskOpenButton->setAutoRaise(true);
    168                 m_pDestinationDiskOpenButton->setIcon(UIIconPool::iconSet(":/select_file_16px.png", "select_file_dis_16px.png"));
     168                m_pDestinationDiskOpenButton->setIcon(UIIconPool::iconSet(":/select_file_16px.png", "select_file_disabled_16px.png"));
    169169            }
    170170            pLocationLayout->addWidget(m_pDestinationDiskEditor);
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/UIWizardCloneVDPageExpert.cpp

    r45583 r47184  
    6161                {
    6262                    m_pSourceDiskOpenButton->setAutoRaise(true);
    63                     m_pSourceDiskOpenButton->setIcon(UIIconPool::iconSet(":/select_file_16px.png", ":/select_file_dis_16px.png"));
     63                    m_pSourceDiskOpenButton->setIcon(UIIconPool::iconSet(":/select_file_16px.png", ":/select_file_disabled_16px.png"));
    6464                }
    6565                pSourceDiskCntLayout->addWidget(m_pSourceDiskSelector);
     
    7676                {
    7777                    m_pDestinationDiskOpenButton->setAutoRaise(true);
    78                     m_pDestinationDiskOpenButton->setIcon(UIIconPool::iconSet(":/select_file_16px.png", "select_file_dis_16px.png"));
     78                    m_pDestinationDiskOpenButton->setIcon(UIIconPool::iconSet(":/select_file_16px.png", "select_file_disabled_16px.png"));
    7979                }
    8080            }
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/firstrun/UIWizardFirstRunPageBasic.cpp

    r45080 r47184  
    7575            m_pSelectMediaButton = new QIToolButton(this);
    7676            {
    77                 m_pSelectMediaButton->setIcon(UIIconPool::iconSet(":/select_file_16px.png", ":/select_file_dis_16px.png"));
     77                m_pSelectMediaButton->setIcon(UIIconPool::iconSet(":/select_file_16px.png", ":/select_file_disabled_16px.png"));
    7878                m_pSelectMediaButton->setAutoRaise(true);
    7979            }
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVDPageBasic3.cpp

    r45316 r47184  
    271271            {
    272272                m_pLocationOpenButton->setAutoRaise(true);
    273                 m_pLocationOpenButton->setIcon(UIIconPool::iconSet(":/select_file_16px.png", "select_file_dis_16px.png"));
     273                m_pLocationOpenButton->setIcon(UIIconPool::iconSet(":/select_file_16px.png", "select_file_disabled_16px.png"));
    274274            }
    275275            pLocationLayout->addWidget(m_pLocationEditor);
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVDPageExpert.cpp

    r45582 r47184  
    6363                {
    6464                    m_pLocationOpenButton->setAutoRaise(true);
    65                     m_pLocationOpenButton->setIcon(UIIconPool::iconSet(":/select_file_16px.png", "select_file_dis_16px.png"));
     65                    m_pLocationOpenButton->setIcon(UIIconPool::iconSet(":/select_file_16px.png", "select_file_disabled_16px.png"));
    6666                }
    6767                pLocationCntLayout->addWidget(m_pLocationEditor);
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic3.cpp

    r45325 r47184  
    147147            {
    148148                m_pVMMButton->setAutoRaise(true);
    149                 m_pVMMButton->setIcon(UIIconPool::iconSet(":/select_file_16px.png", ":/select_file_dis_16px.png"));
     149                m_pVMMButton->setIcon(UIIconPool::iconSet(":/select_file_16px.png", ":/select_file_disabled_16px.png"));
    150150            }
    151151            pDiskLayout->addWidget(m_pDiskSkip, 0, 0, 1, 3);
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageExpert.cpp

    r46496 r47184  
    117117                {
    118118                    m_pVMMButton->setAutoRaise(true);
    119                     m_pVMMButton->setIcon(UIIconPool::iconSet(":/select_file_16px.png", ":/select_file_dis_16px.png"));
     119                    m_pVMMButton->setIcon(UIIconPool::iconSet(":/select_file_16px.png", ":/select_file_disabled_16px.png"));
    120120                }
    121121                pDiskCntLayout->addWidget(m_pDiskSkip, 0, 0, 1, 3);
Note: See TracChangeset for help on using the changeset viewer.

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