VirtualBox

Changeset 62369 in vbox


Ignore:
Timestamp:
Jul 20, 2016 4:30:57 PM (8 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:8088: Rework session-information window: Make runtime information tab as default.

File:
1 edited

Legend:

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

    r62308 r62369  
    232232        m_pTabWidget->setTabIcon(0, UIIconPool::iconSet(":/session_info_details_16px.png"));
    233233        m_pTabWidget->setTabIcon(1, UIIconPool::iconSet(":/session_info_runtime_16px.png"));
    234         m_pTabWidget->setCurrentIndex(1);
     234
    235235        /* Add tab-widget into main-layout: */
    236236        centralWidget()->layout()->addWidget(m_pTabWidget);
     
    253253            m_pTabWidget->addTab(m_tabs.value(1), QString());
    254254        }
     255        /* Set runtime information tab as default: */
     256        m_pTabWidget->setCurrentIndex(1);
    255257    }
    256258}
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