33 const QString &layerName,
34 const QString &caption,
38 , m_nodeFilterInterface(nfi)
41 , m_layerName(layerName)
46 QWidget * page =
new QWidget(
this);
57 KGuiItem::assign(
wdgFilterNodeCreation.buttonBox->button(QDialogButtonBox::Ok), KStandardGuiItem::ok());
58 KGuiItem::assign(
wdgFilterNodeCreation.buttonBox->button(QDialogButtonBox::Cancel), KStandardGuiItem::cancel());
KisDlgAdjustmentLayer(KisNodeSP node, KisNodeFilterInterface *nfi, KisPaintDeviceSP paintDevice, const QString &layerName, const QString &caption, KisViewManager *view, QWidget *parent=0)