Changeset 76496 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Dec 27, 2018 12:44:09 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127797
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UICustomFileSystemModel.h
r76495 r76496 33 33 UICustomFileSystemModelColumn_Owner, 34 34 UICustomFileSystemModelColumn_Permissions, 35 UICustomFileSystemModelColumn_Path, 35 36 UICustomFileSystemModelColumn_Max 36 37 }; -
trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerTable.cpp
r76495 r76496 466 466 QHeaderView *pHorizontalHeader = m_pView->horizontalHeader(); 467 467 if (pHorizontalHeader) 468 { 468 469 pHorizontalHeader->setHighlightSections(false); 470 pHorizontalHeader->setSectionResizeMode(QHeaderView::Stretch); 471 } 469 472 470 473 m_pView->setModel(m_pProxyModel); … … 481 484 connect(m_pView, &UIGuestControlFileView::customContextMenuRequested, 482 485 this, &UIFileManagerTable::sltCreateFileViewContextMenu); 483 486 m_pView->hideColumn(UICustomFileSystemModelColumn_Path); 484 487 } 485 488 m_pWarningLabel = new QILabel(this);
Note:
See TracChangeset
for help on using the changeset viewer.