Searched defs:treeWidgetStyle (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/selector/
H A DVBoxSnapshotsWgt.cpp369 QWindowsStyle *treeWidgetStyle = new QWindowsStyle; local
370 mTreeWidget->setStyle (treeWidgetStyle);
371 connect (mTreeWidget, SIGNAL (destroyed (QObject *)), treeWidgetStyle, SLOT (deleteLater()));

Completed in 34 milliseconds