Home
last modified time | relevance | path

Searched refs:lArtistLabel (Results 1 – 3 of 3) sorted by relevance

/dports/audio/soundkonverter/soundkonverter-3.0.1/src/
H A Doptionseditor.h65 QLabel* lArtistLabel; variable
H A Doptionseditor.cpp134 lArtistLabel = new QLabel( i18n("Artist:"), tagsWidget ); in OptionsEditor()
135 tagsGridLayout->addWidget( lArtistLabel, 2, 0 ); in OptionsEditor()
286 lArtistLabel->setEnabled( enabled ); in setTagInputEnabled()
/dports/audio/soundkonverter/soundkonverter-3.0.1/src/opener/
H A Dcdopener.cpp171 QLabel *lArtistLabel = new QLabel( i18n("Album artist:"), cdOpenerWidget ); in CDOpener() local
172 topGridLayout->addWidget( lArtistLabel, 0, 0 ); in CDOpener()