Home
last modified time | relevance | path

Searched refs:pDiscEdit (Results 1 – 2 of 2) sorted by relevance

/dports/audio/soundkonverter/soundkonverter-3.0.1/src/
H A Doptionseditor.cpp197 pDiscEdit = new KPushButton( KIcon("edit-rename"), " ", tagsWidget ); in OptionsEditor()
198 pDiscEdit->setFixedSize( pDiscEdit->sizeHint().height(), iDisc->sizeHint().height() ); in OptionsEditor()
199 pDiscEdit->setFlat( true ); in OptionsEditor()
200 pDiscEdit->setToolTip( i18n("Edit") ); in OptionsEditor()
201 pDiscEdit->hide(); in OptionsEditor()
202 albumdataBox->addWidget( pDiscEdit ); in OptionsEditor()
203 connect( pDiscEdit, SIGNAL(clicked()), this, SLOT(editDiscClicked()) ); in OptionsEditor()
302 pDiscEdit->hide(); in setTagInputEnabled()
556 pDiscEdit->show(); in itemsSelected()
825 pDiscEdit->hide(); in editDiscClicked()
H A Doptionseditor.h83 KPushButton* pDiscEdit; variable