QLineEdit: Document that []{} are reserved in Input Masks
They don't have any meaning, seems like they were meant for a future extension. Documenting them, documents that they need to be escaped. Change-Id: I90079766ffd45fab8c4676f7a9212ff6dec4a732 Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
This commit is contained in:
parent
db6e357d48
commit
00b8050d68
@ -1186,6 +1186,7 @@ QMargins QLineEdit::textMargins() const
|
||||
\row \li \c > \li All following alphabetic characters are uppercased.
|
||||
\row \li \c < \li All following alphabetic characters are lowercased.
|
||||
\row \li \c ! \li Switch off case conversion.
|
||||
\row \li \c {[ ] { }} \li Reserved.
|
||||
\row \li \tt{\\} \li Use \tt{\\} to escape the special
|
||||
characters listed above to use them as
|
||||
separators.
|
||||
|
Loading…
Reference in New Issue
Block a user