Details
-
Bug
-
Resolution: Fixed
-
P4: Low
-
6.7.0
-
None
-
-
9d6fe24e7 (dev), ea32ce138 (6.7), a0cd3ebd5 (tqtc/lts-6.5), e8d869084 (tqtc/lts-6.2)
Description
QtCore.pyi line 1192:
class QCborTag(enum.Enum): class QCborValue(Shiboken.Object): class DiagnosticNotationOption(enum.Flag): Compact : QCborValue.DiagnosticNotationOption = ... # 0x0 LineWrapped : QCborValue.DiagnosticNotationOption = ... # 0x1 ExtendedFormat : QCborValue.DiagnosticNotationOption = ... # 0x2
QtGui line 1092:
class Svg(Shiboken.Object): ... aliceblue = ... # type: QColor antiquewhite = ... # type: QColor aqua = ... # type: QColor aquamarine = ... # type: QColor
QtGui line 6752:
class QRhi(Shiboken.Object): class BeginFrameFlag(enum.Flag): class EndFrameFlag(enum.Flag): SkipPresent : QRhi.EndFrameFlag = ... # 0x1
from
enum class QCborTag : quint64 {};
enum BeginFrameFlag {
};