MCPcopy Create free account
hub / github.com/KDAB/GammaRay / setPickSourceModel

Method setPickSourceModel

ui/remoteviewwidget.cpp:358–364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

356}
357
358void RemoteViewWidget::setPickSourceModel(QAbstractItemModel *sourceModel)
359{
360 if (sourceModel == m_pickProxyModel->sourceModel())
361 return;
362
363 m_pickProxyModel->setSourceModel(sourceModel);
364}
365
366void RemoteViewWidget::reset()
367{

Callers 2

QuickInspectorWidgetMethod · 0.80
WidgetInspectorWidgetMethod · 0.80

Calls 1

setSourceModelMethod · 0.45

Tested by 2

QuickInspectorWidgetMethod · 0.64
WidgetInspectorWidgetMethod · 0.64