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

/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUIApplianceExportEditorWidget.cpp86 ExportSortProxyModel *pProxy = new ExportSortProxyModel(this); local
87 pProxy->setSourceModel(m_pModel);
88 pProxy->sort(DescriptionSection, Qt::DescendingOrder);
90 VirtualSystemDelegate *pDelegate = new VirtualSystemDelegate(pProxy, this);
93 m_pTvSettings->setModel(pProxy);
H A DUIApplianceImportEditorWidget.cpp91 ImportSortProxyModel *pProxy = new ImportSortProxyModel(this); local
92 pProxy->setSourceModel(m_pModel);
93 pProxy->sort(DescriptionSection, Qt::DescendingOrder);
95 VirtualSystemDelegate *pDelegate = new VirtualSystemDelegate(pProxy, this);
98 m_pTvSettings->setModel(pProxy);
H A DUIApplianceEditorWidget.cpp936 VirtualSystemDelegate::VirtualSystemDelegate(QAbstractProxyModel *pProxy, QObject *pParent /* = NULL */) argument
938 , mProxy(pProxy)

Completed in 56 milliseconds