Uses of Class
io.qt.gui.QAbstractFileIconProvider.IconType
Package | Description |
---|---|
io.qt.gui | |
io.qt.widgets |
-
Uses of QAbstractFileIconProvider.IconType in io.qt.gui
Methods in io.qt.gui that return QAbstractFileIconProvider.IconType Modifier and Type Method Description static QAbstractFileIconProvider.IconType
QAbstractFileIconProvider.IconType. resolve(int value)
Returns the corresponding enum entry for the given value.static QAbstractFileIconProvider.IconType
QAbstractFileIconProvider.IconType. valueOf(String name)
Returns the enum constant of this type with the specified name.static QAbstractFileIconProvider.IconType[]
QAbstractFileIconProvider.IconType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.gui with parameters of type QAbstractFileIconProvider.IconType Modifier and Type Method Description QIcon
QAbstractFileIconProvider. icon(QAbstractFileIconProvider.IconType arg__1)
-
Uses of QAbstractFileIconProvider.IconType in io.qt.widgets
Methods in io.qt.widgets with parameters of type QAbstractFileIconProvider.IconType Modifier and Type Method Description QIcon
QFileIconProvider. icon(QAbstractFileIconProvider.IconType type)