Home
last modified time | relevance | path

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

/dports/deskutils/kfind/kfind-21.12.3/src/
H A Dkftabdlg.cpp65 …QLabel *namedL = new QLabel(i18nc("this is the label for the name textfield", "&Named:"), pages[0]… in KfindTabWidget() local
66 namedL->setBuddy(nameBox); in KfindTabWidget()
67 namedL->setObjectName(QStringLiteral("named")); in KfindTabWidget()
68namedL->setToolTip(i18n("You can use wildcard matching and \";\" for separating multiple names")); in KfindTabWidget()
119 namedL->setWhatsThis(nameWhatsThis); in KfindTabWidget()
131 grid->addWidget(namedL, 0, 0); in KfindTabWidget()