Changeset 80416 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Aug 25, 2019 2:56:06 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/information/UIInformationRuntime.cpp
r80415 r80416 31 31 #include "UIConverter.h" 32 32 #include "UIExtraDataManager.h" 33 #include "UIIconPool.h" 33 34 #include "UIInformationRuntime.h" 34 35 #include "UISession.h" … … 201 202 retranslateUi(); 202 203 203 QTableWidgetItem *pTitleItem = new QTableWidgetItem(m_strTableTitle); 204 //QString(":/state_running_16px.png"); 205 //setItem(0, 0, new QTableWidgetItem(, "")); 206 207 QTableWidgetItem *pTitleItem = new QTableWidgetItem(UIIconPool::iconSet(":/state_running_16px.png"), m_strTableTitle); 204 208 QFont titleFont(font()); 205 209 titleFont.setBold(true); … … 579 583 QFont font = painter.font(); 580 584 font.setBold(true); 581 /** @todo :make this size dynamic. aka. autoscale the font. */585 /** @todo make this size dynamic. aka. autoscale the font. */ 582 586 font.setPixelSize(16); 583 587 painter.setFont(font);
Note:
See TracChangeset
for help on using the changeset viewer.