![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <validator.h>
Public Attributes | |
bool | accelerator = true |
bool | punctuation = true |
bool | placeMarker = true |
bool | surroundingWhiteSpace = true |
bool | phraseMatch = true |
Definition at line 22 of file validator.h.
bool Validator::Checks::accelerator = true |
Definition at line 24 of file validator.h.
bool Validator::Checks::phraseMatch = true |
Definition at line 29 of file validator.h.
Referenced by Validator::fromSource().
bool Validator::Checks::placeMarker = true |
Definition at line 26 of file validator.h.
bool Validator::Checks::punctuation = true |
Definition at line 25 of file validator.h.
bool Validator::Checks::surroundingWhiteSpace = true |
Definition at line 27 of file validator.h.
Referenced by Validator::fromSource().