Changeset 62369 in vbox
- Timestamp:
- Jul 20, 2016 4:30:57 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/information/UIVMInformationDialog.cpp
r62308 r62369 232 232 m_pTabWidget->setTabIcon(0, UIIconPool::iconSet(":/session_info_details_16px.png")); 233 233 m_pTabWidget->setTabIcon(1, UIIconPool::iconSet(":/session_info_runtime_16px.png")); 234 m_pTabWidget->setCurrentIndex(1); 234 235 235 /* Add tab-widget into main-layout: */ 236 236 centralWidget()->layout()->addWidget(m_pTabWidget); … … 253 253 m_pTabWidget->addTab(m_tabs.value(1), QString()); 254 254 } 255 /* Set runtime information tab as default: */ 256 m_pTabWidget->setCurrentIndex(1); 255 257 } 256 258 }
Note:
See TracChangeset
for help on using the changeset viewer.

