-
Methods in io.qt.core with parameters of type Qt.AspectRatioMode
Modifier and Type |
Method |
Description |
void |
QSize.scale(int w,
int h,
Qt.AspectRatioMode mode) |
|
void |
QSize.scale(QSize s,
Qt.AspectRatioMode mode) |
|
void |
QSizeF.scale(double w,
double h,
Qt.AspectRatioMode mode) |
|
void |
QSizeF.scale(QSizeF s,
Qt.AspectRatioMode mode) |
|
QSize |
QSize.scaled(int w,
int h,
Qt.AspectRatioMode mode) |
|
QSize |
QSize.scaled(QSize s,
Qt.AspectRatioMode mode) |
|
QSizeF |
QSizeF.scaled(double w,
double h,
Qt.AspectRatioMode mode) |
|
QSizeF |
QSizeF.scaled(QSizeF s,
Qt.AspectRatioMode mode) |
|
-
Methods in io.qt.gui with parameters of type Qt.AspectRatioMode
Modifier and Type |
Method |
Description |
QImage |
QImage.scaled(int w,
int h,
Qt.AspectRatioMode aspectMode) |
|
QImage |
QImage.scaled(int w,
int h,
Qt.AspectRatioMode aspectMode,
Qt.TransformationMode mode) |
|
QImage |
QImage.scaled(QSize s,
Qt.AspectRatioMode aspectMode) |
|
QImage |
QImage.scaled(QSize s,
Qt.AspectRatioMode aspectMode,
Qt.TransformationMode mode) |
|
QPixmap |
QPixmap.scaled(int w,
int h,
Qt.AspectRatioMode aspectMode) |
|
QPixmap |
QPixmap.scaled(int w,
int h,
Qt.AspectRatioMode aspectMode,
Qt.TransformationMode mode) |
|
QPixmap |
QPixmap.scaled(QSize s,
Qt.AspectRatioMode aspectMode) |
|
QPixmap |
QPixmap.scaled(QSize s,
Qt.AspectRatioMode aspectMode,
Qt.TransformationMode mode) |
|
-
-
-
-
Methods in io.qt.widgets with parameters of type Qt.AspectRatioMode
Modifier and Type |
Method |
Description |
void |
QGraphicsView.fitInView(double x,
double y,
double w,
double h,
Qt.AspectRatioMode aspectRadioMode) |
|
void |
QGraphicsView.fitInView(QRectF rect,
Qt.AspectRatioMode aspectRadioMode) |
|
void |
QGraphicsView.fitInView(QGraphicsItem item,
Qt.AspectRatioMode aspectRadioMode) |
|
void |
QGraphicsScene.render(QPainter painter,
QRectF target,
QRectF source,
Qt.AspectRatioMode aspectRatioMode) |
|
void |
QGraphicsView.render(QPainter painter,
QRectF target,
QRect source,
Qt.AspectRatioMode aspectRatioMode) |
|