Changeset 75905 in vbox
- Timestamp:
- Dec 3, 2018 1:18:33 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIGuestControlFileTable.cpp
r75903 r75905 769 769 { 770 770 m_pMainLayout->addWidget(m_pView, 2, 0, 5, 5); 771 772 QHeaderView *pHorizontalHeader = m_pView->horizontalHeader(); 773 if (pHorizontalHeader) 774 pHorizontalHeader->setHighlightSections(false); 775 771 776 m_pView->setModel(m_pProxyModel); 772 777 m_pView->setItemDelegate(new UIFileDelegate);
Note:
See TracChangeset
for help on using the changeset viewer.