Uses of Enum
io.qt.core.Qt.AspectRatioMode
Packages that use Qt.AspectRatioMode
Package
Description
-
Uses of Qt.AspectRatioMode in io.qt.core
Methods in io.qt.core that return Qt.AspectRatioModeModifier and TypeMethodDescriptionstatic Qt.AspectRatioMode
Qt.AspectRatioMode.resolve
(int value) Returns the corresponding enum entry for the given value.static Qt.AspectRatioMode
Returns the enum constant of this type with the specified name.static Qt.AspectRatioMode[]
Qt.AspectRatioMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.core with parameters of type Qt.AspectRatioModeModifier and TypeMethodDescriptionfinal void
QSize.scale
(int w, int h, Qt.AspectRatioMode mode) final void
QSize.scale
(QSize s, Qt.AspectRatioMode mode) final void
QSizeF.scale
(double w, double h, Qt.AspectRatioMode mode) final void
QSizeF.scale
(QSizeF s, Qt.AspectRatioMode mode) final QSize
QSize.scaled
(int w, int h, Qt.AspectRatioMode mode) final QSize
QSize.scaled
(QSize s, Qt.AspectRatioMode mode) final QSizeF
QSizeF.scaled
(double w, double h, Qt.AspectRatioMode mode) final QSizeF
QSizeF.scaled
(QSizeF s, Qt.AspectRatioMode mode) -
Uses of Qt.AspectRatioMode in io.qt.gui
Methods in io.qt.gui with parameters of type Qt.AspectRatioModeModifier and TypeMethodDescriptionfinal QImage
QImage.scaled
(int w, int h, Qt.AspectRatioMode aspectMode) Overloaded function forQImage.scaled(int, int, io.qt.core.Qt.AspectRatioMode, io.qt.core.Qt.TransformationMode)
withmode = io.qt.core.Qt.TransformationMode.FastTransformation
.final QImage
QImage.scaled
(int w, int h, Qt.AspectRatioMode aspectMode, Qt.TransformationMode mode) final QImage
QImage.scaled
(QSize s, Qt.AspectRatioMode aspectMode) Overloaded function forQImage.scaled(io.qt.core.QSize, io.qt.core.Qt.AspectRatioMode, io.qt.core.Qt.TransformationMode)
withmode = io.qt.core.Qt.TransformationMode.FastTransformation
.final QImage
QImage.scaled
(QSize s, Qt.AspectRatioMode aspectMode, Qt.TransformationMode mode) final QPixmap
QPixmap.scaled
(int w, int h, Qt.AspectRatioMode aspectMode) Overloaded function forQPixmap.scaled(int, int, io.qt.core.Qt.AspectRatioMode, io.qt.core.Qt.TransformationMode)
withmode = io.qt.core.Qt.TransformationMode.FastTransformation
.final QPixmap
QPixmap.scaled
(int w, int h, Qt.AspectRatioMode aspectMode, Qt.TransformationMode mode) final QPixmap
QPixmap.scaled
(QSize s, Qt.AspectRatioMode aspectMode) Overloaded function forQPixmap.scaled(io.qt.core.QSize, io.qt.core.Qt.AspectRatioMode, io.qt.core.Qt.TransformationMode)
withmode = io.qt.core.Qt.TransformationMode.FastTransformation
.final QPixmap
QPixmap.scaled
(QSize s, Qt.AspectRatioMode aspectMode, Qt.TransformationMode mode) -
Uses of Qt.AspectRatioMode in io.qt.multimedia
Methods in io.qt.multimedia that return Qt.AspectRatioModeModifier and TypeMethodDescriptionfinal Qt.AspectRatioMode
QVideoFrame.PaintOptions.aspectRatioMode()
Methods in io.qt.multimedia with parameters of type Qt.AspectRatioModeModifier and TypeMethodDescriptionfinal void
QVideoFrame.PaintOptions.setAspectRatioMode
(Qt.AspectRatioMode aspectRatioMode) -
Uses of Qt.AspectRatioMode in io.qt.multimedia.widgets
Fields in io.qt.multimedia.widgets with type parameters of type Qt.AspectRatioModeMethods in io.qt.multimedia.widgets that return Qt.AspectRatioModeModifier and TypeMethodDescriptionfinal Qt.AspectRatioMode
QGraphicsVideoItem.aspectRatioMode()
final Qt.AspectRatioMode
QVideoWidget.aspectRatioMode()
Methods in io.qt.multimedia.widgets with parameters of type Qt.AspectRatioModeModifier and TypeMethodDescriptionfinal void
QGraphicsVideoItem.setAspectRatioMode
(Qt.AspectRatioMode mode) final void
QVideoWidget.setAspectRatioMode
(Qt.AspectRatioMode mode) -
Uses of Qt.AspectRatioMode in io.qt.svg
Methods in io.qt.svg that return Qt.AspectRatioModeMethods in io.qt.svg with parameters of type Qt.AspectRatioModeModifier and TypeMethodDescriptionfinal void
QSvgRenderer.setAspectRatioMode
(Qt.AspectRatioMode mode) -
Uses of Qt.AspectRatioMode in io.qt.widgets
Methods in io.qt.widgets with parameters of type Qt.AspectRatioModeModifier and TypeMethodDescriptionfinal void
QGraphicsView.fitInView
(double x, double y, double w, double h, Qt.AspectRatioMode aspectRadioMode) final void
QGraphicsView.fitInView
(QRectF rect, Qt.AspectRatioMode aspectRadioMode) final void
QGraphicsView.fitInView
(QGraphicsItem item, Qt.AspectRatioMode aspectRadioMode) final void
QGraphicsScene.render
(QPainter painter, QRectF target, QRectF source, Qt.AspectRatioMode aspectRatioMode) final void
QGraphicsView.render
(QPainter painter, QRectF target, QRect source, Qt.AspectRatioMode aspectRatioMode)