MCPcopy Create free account
hub / github.com/KDE/labplot / setPromptMessage

Method setPromptMessage

src/3rdparty/QXlsx/source/xlsxdatavalidation.cpp:301–305  ·  view source on GitHub ↗

! Sets the prompt message to \a prompt with title \a title. */

Source from the content-addressed store, hash-verified

299 Sets the prompt message to \a prompt with title \a title.
300 */
301void DataValidation::setPromptMessage(const QString &prompt, const QString &title)
302{
303 d->promptMessage = prompt;
304 d->promptMessageTitle = title;
305}
306
307/*!
308 Enable/disabe blank allow based on \a enable.

Callers 1

loadFromXmlMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected