Qt¶
The Qt namespace contains miscellaneous identifiers used throughout the Qt library. More…
Synopsis¶
Static functions¶
def
convertFromPlainText
(plain[, mode=Qt.WhiteSpaceMode.WhiteSpacePre])def
mightBeRichText
(arg__1)
Detailed Description¶
- static PySide6.QtGui.Qt.convertFromPlainText(plain[, mode=Qt.WhiteSpaceMode.WhiteSpacePre])¶
- Parameters
plain – str
mode –
WhiteSpaceMode
- Return type
str
- static PySide6.QtGui.Qt.mightBeRichText(arg__1)¶
- Parameters
arg__1 – str
- Return type
bool
© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.