Changeset 47184 in vbox for trunk/src/VBox
- Timestamp:
- Jul 16, 2013 9:28:19 AM (11 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox
- Files:
-
- 12 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/VirtualBox1.qrc
r47182 r47184 126 126 <file alias="serial_port_write_16px.png">images/serial_port_write_16px.png</file> 127 127 <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> 129 129 <file alias="list_moveup_16px.png">images/list_moveup_16px.png</file> 130 130 <file alias="list_moveup_22px.png">images/list_moveup_22px.png</file> -
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsStorage.cpp
r45368 r47184 113 113 114 114 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"); 116 116 mPool [HDNewEn] = QPixmap (":/hd_new_16px.png"); 117 117 mPool [HDNewDis] = QPixmap (":/hd_new_disabled_16px.png"); -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/VBoxFilePathSelectorWidget.cpp
r45085 r47184 575 575 576 576 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")); 578 578 connect(mSelectButton, SIGNAL(clicked()), this, SLOT(choose())); 579 579 mMainLayout->addWidget(mSelectButton); -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/UIWizardCloneVDPageBasic1.cpp
r41615 r47184 75 75 { 76 76 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")); 78 78 } 79 79 pSourceDiskLayout->addWidget(m_pSourceDiskSelector); -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/UIWizardCloneVDPageBasic4.cpp
r45316 r47184 166 166 { 167 167 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")); 169 169 } 170 170 pLocationLayout->addWidget(m_pDestinationDiskEditor); -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/UIWizardCloneVDPageExpert.cpp
r45583 r47184 61 61 { 62 62 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")); 64 64 } 65 65 pSourceDiskCntLayout->addWidget(m_pSourceDiskSelector); … … 76 76 { 77 77 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")); 79 79 } 80 80 } -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/firstrun/UIWizardFirstRunPageBasic.cpp
r45080 r47184 75 75 m_pSelectMediaButton = new QIToolButton(this); 76 76 { 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")); 78 78 m_pSelectMediaButton->setAutoRaise(true); 79 79 } -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVDPageBasic3.cpp
r45316 r47184 271 271 { 272 272 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")); 274 274 } 275 275 pLocationLayout->addWidget(m_pLocationEditor); -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVDPageExpert.cpp
r45582 r47184 63 63 { 64 64 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")); 66 66 } 67 67 pLocationCntLayout->addWidget(m_pLocationEditor); -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic3.cpp
r45325 r47184 147 147 { 148 148 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")); 150 150 } 151 151 pDiskLayout->addWidget(m_pDiskSkip, 0, 0, 1, 3); -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageExpert.cpp
r46496 r47184 117 117 { 118 118 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")); 120 120 } 121 121 pDiskCntLayout->addWidget(m_pDiskSkip, 0, 0, 1, 3);
Note:
See TracChangeset
for help on using the changeset viewer.