Home
last modified time | relevance | path

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

/dports/databases/kexi/kexi-3.2.0/src/core/
H A Dkexiproject.h245 const QString& suggestedCaption = QString());
249 const QString& suggestedCaption = QString());
H A Dkexiproject.cpp1101 KexiPart::Item* KexiProject::createPartItem(KexiPart::Info *info, const QString& suggestedCaption) in createPartItem() argument
1134 if (suggestedCaption.isEmpty()) { in createPartItem()
1139 base_name = KDb::stringToIdentifier(suggestedCaption).toLower(); in createPartItem()
1158 QString new_caption(suggestedCaption.isEmpty() in createPartItem()
1159 ? part->info()->name() : suggestedCaption); in createPartItem()
1173 KexiPart::Item* KexiProject::createPartItem(KexiPart::Part *part, const QString& suggestedCaption) in createPartItem() argument
1176 return createPartItem(part->info(), suggestedCaption); in createPartItem()