40    static QString typeToDisplayString( QMetaType::Type type, QMetaType::Type subType = QMetaType::Type::UnknownType );
 
   48    Q_DECL_DEPRECATED 
static QString typeToDisplayString( QVariant::Type type, QVariant::Type subType = QVariant::Type::Invalid ) 
SIP_DEPRECATED;
 
   58    static bool isNull( 
const QVariant &variant, 
bool silenceNullWarnings 
SIP_PYARGREMOVE = 
false );
 
   64    static bool isNumericType( QMetaType::Type metaType );
 
   71    static QMetaType::Type variantTypeToMetaType( QVariant::Type variantType ) 
SIP_SKIP;
 
   85    static QVariant::Type metaTypeToVariantType( QMetaType::Type metaType ) 
SIP_SKIP;
 
   92    static bool isUnsetAttributeValue( 
const QVariant &variant ) 
SIP_SKIP;
 
  100    static QVariant createNullVariant( QMetaType::Type metaType ) 
SIP_SKIP;