Changeset 11776 in vbox
- Timestamp:
- Aug 28, 2008 5:35:51 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 35558
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxVMSettingsSF.cpp
r11530 r11776 235 235 connect (mTreeView, SIGNAL (customContextMenuRequested (const QPoint &)), 236 236 this, SLOT (showContextMenu (const QPoint &))); 237 connect (mTreeView->header(), SIGNAL (sectionResized (int, int, int)),238 this, SLOT (adjustFields()));239 237 240 238 /* Set mTreeView as the focus proxy for the mGbSharedFolders */ … … 538 536 QWidget::showEvent (aEvent); 539 537 538 /* Connect header-resize signal just before widget is shown 539 * after all the items properly loaded and initialized. */ 540 connect (mTreeView->header(), SIGNAL (sectionResized (int, int, int)), 541 this, SLOT (adjustFields())); 542 540 543 /* Adjusting size after all pending show events are processed. */ 541 544 QTimer::singleShot (0, this, SLOT (adjustList()));
Note:
See TracChangeset
for help on using the changeset viewer.