! Sets the prompt message to \a prompt with title \a title. */
| 299 | Sets the prompt message to \a prompt with title \a title. |
| 300 | */ |
| 301 | void 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. |