Details
-
Task
-
Resolution: Unresolved
-
P2: Important
-
None
-
None
-
None
Description
It would be convenient to be able to format types like QLine(F), QPoint(F), QRect(F), etc.
For the FP types it would be nice to reuse the std::format format specifiers that allow to specify the precision.
Also, some custom format specifiers should be added. For example, for QRect(F) it would be nice to be able to output it in two ways:
- top-left + bottom-right corners
- top-left corner + width and height