![]() |
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 28 of file validator.h.
| bool Validator::Checks::accelerator = true |
Definition at line 30 of file validator.h.
Referenced by Validator::fromSource().
| bool Validator::Checks::phraseMatch = true |
Definition at line 35 of file validator.h.
Referenced by Validator::fromSource().
| bool Validator::Checks::placeMarker = true |
Definition at line 32 of file validator.h.
Referenced by Validator::fromSource().
| bool Validator::Checks::punctuation = true |
Definition at line 31 of file validator.h.
Referenced by Validator::fromSource().
| bool Validator::Checks::surroundingWhiteSpace = true |
Definition at line 33 of file validator.h.
Referenced by Validator::fromSource().