Uses of Enum
io.qt.core.QVariant.Type
-
Uses of QVariant.Type in io.qt.core
Modifier and TypeMethodDescriptionstatic QVariant.Type
QVariant.nameToType
(String name) Deprecated.static QVariant.Type
QVariant.Type.resolve
(int value) Deprecated.Returns the corresponding enum entry for the given value.static QVariant.Type
Deprecated.Returns the corresponding enum entry for the given value and name.final QVariant.Type
QMetaProperty.type()
Deprecated.final QVariant.Type
QVariant.type()
Deprecated.Use typeId() or metaType().static QVariant.Type
Deprecated.Returns the enum constant of this type with the specified name.static QVariant.Type[]
QVariant.Type.values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionfinal boolean
QVariant.canConvert
(QVariant.Type targetType) Deprecated.ModifierConstructorDescriptionQVariant
(QVariant.Type type) Deprecated.Use the constructor taking a QMetaType instead. -
Uses of QVariant.Type in io.qt.sql
Modifier and TypeMethodDescriptionfinal QVariant.Type
QSqlField.type()
Deprecated.UseQSqlField.metaType()
insteadModifier and TypeMethodDescriptionfinal void
QSqlField.setType
(QVariant.Type type) Deprecated.UseQSqlField.setMetaType(io.qt.core.QMetaType)
insteadModifierConstructorDescriptionQSqlField
(String fieldName, QVariant.Type type) Deprecated.Use the constructor using a QMetaType insteadQSqlField
(String fieldName, QVariant.Type type, String tableName) Deprecated.Use the constructor using a QMetaType instead