Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
ValueTypeFromStringError Class Reference
+ Collaboration diagram for ValueTypeFromStringError:

Detailed Description

Helps to differentiate between three states: \list

  • a value type was constructed by a string in a deprecated way, e.g. "50x70" for a QSizeF
  • a value type was constructed by an invalid string in a deprecated way, e.g. "50,70" for a QSizeF
  • a value type was constructed by a string in a non-deprecated way. \endlist

The documentation for this class was generated from the following file: