! Sets the validation operator to \a op. */
| 252 | Sets the validation operator to \a op. |
| 253 | */ |
| 254 | void DataValidation::setValidationOperator(DataValidation::ValidationOperator op) |
| 255 | { |
| 256 | d->validationOperator = op; |
| 257 | } |
| 258 | |
| 259 | /*! |
| 260 | Sets the error style to \a es. |