Uses of Enum
io.qt.core.Qt.TransformationMode
-
Uses of Qt.TransformationMode in io.qt.core
Modifier and TypeMethodDescriptionstatic Qt.TransformationMode
Qt.TransformationMode.resolve
(int value) Returns the corresponding enum entry for the given value.static Qt.TransformationMode
Returns the enum constant of this type with the specified name.static Qt.TransformationMode[]
Qt.TransformationMode.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Qt.TransformationMode in io.qt.gui
Modifier and TypeMethodDescriptionfinal QImage
QImage.scaled
(int w, int h, Qt.AspectRatioMode aspectMode, Qt.TransformationMode mode) final QImage
QImage.scaled
(QSize s, Qt.AspectRatioMode aspectMode, Qt.TransformationMode mode) final QPixmap
QPixmap.scaled
(int w, int h, Qt.AspectRatioMode aspectMode, Qt.TransformationMode mode) final QPixmap
QPixmap.scaled
(QSize s, Qt.AspectRatioMode aspectMode, Qt.TransformationMode mode) final QImage
QImage.scaledToHeight
(int h, Qt.TransformationMode mode) final QPixmap
QPixmap.scaledToHeight
(int h, Qt.TransformationMode mode) final QImage
QImage.scaledToWidth
(int w, Qt.TransformationMode mode) final QPixmap
QPixmap.scaledToWidth
(int w, Qt.TransformationMode mode) final QImage
QImage.transformed
(QTransform matrix, Qt.TransformationMode mode) final QPixmap
QPixmap.transformed
(QTransform arg__1, Qt.TransformationMode mode) -
Uses of Qt.TransformationMode in io.qt.widgets
Modifier and TypeMethodDescriptionfinal Qt.TransformationMode
QGraphicsPixmapItem.transformationMode()
Modifier and TypeMethodDescriptionfinal void
QGraphicsPixmapItem.setTransformationMode
(Qt.TransformationMode mode)