Details
-
Task
-
Resolution: Done
-
P3: Somewhat important
-
6.7
-
None
-
-
6dfc988ea (dev), 9806f54a5 (dev), 294da1569 (dev), 212e88889 (dev), 781135b0d (dev)
Description
Clean up the documentation of all sql classes by using Q_PROPERTY instead documenting the getter and setter separately.
- QSqlDatabase
- QSql::NumericalPrecisionPolicy numericalPrecisionPolicy
- QSqlDriver
- QSql::NumericalPrecisionPolicy numericalPrecisionPolicy
- QSqlError - no setter so no changes needed
- QSqlField - no QObject, added Q_GADGET
- QVariant value
- QVariant defaultValue
- QString name
- QString tableName
- QMetaType metaType
- RequiredStatus requiredStatus
- bool readOnly
- bool generated
- bool autoValue
- int length
- int precision
- QSqlIndex
- cursorName
- name
- QSqlQuery
- bool forwardOnly
- bool positionalBindingEnabled
- QSql::NumericalPrecisionPolicy numericalPrecisionPolicy
- QSqlRecord - no properties, access only through indexed setter/getter
- QSqlResult
- bool forwardOnly --> internal, no property
- bool positionalBindingEnabled --> internal, no property
- QSql::NumericalPrecisionPolicy numericalPrecisionPolicy --> internal, no property