Details
-
Epic
-
Resolution: Unresolved
-
P2: Important
-
None
-
None
-
None
-
qint128
Description
The 128-bit integer support in Qt 6.6-beta4 is very limited. This epic collects the missing pieces to make the type usable in Qt:
- documentation (
QTBUG-116925) - plumbing:
- qbswap<16> is missing, probably affecting other qendian.h functionality
- literals (
QTBUG-116822) - formatting & parsing
- QTest::toString() (
QTBUG-117011) - QLocale
- QTextStream
- QDataStream
- QTest::toString() (
- hashing (
QTBUG-116054) - serialization
- QMetaType / QVariant
- QSettings?