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

Method setErrorMessageVisible

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

! Enable/disabe error message visible based on \a visible. */

Source from the content-addressed store, hash-verified

324 Enable/disabe error message visible based on \a visible.
325 */
326void DataValidation::setErrorMessageVisible(bool visible)
327{
328 d->isErrorMessageVisible = visible;
329}
330
331/*!
332 Add the \a cell on which the DataValidation will apply to.

Callers 1

loadFromXmlMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected