Uses of Class
io.qt.gui.QPicture
Package | Description |
---|---|
io.qt.gui | |
io.qt.widgets |
-
Uses of QPicture in io.qt.gui
Methods in io.qt.gui that return QPicture Modifier and Type Method Description QPicture
QPicture. clone()
Methods in io.qt.gui with parameters of type QPicture Modifier and Type Method Description void
QPainter. drawPicture(int x, int y, QPicture picture)
void
QPainter. drawPicture(QPointF p, QPicture picture)
void
QPainter. drawPicture(QPoint p, QPicture picture)
void
QPicture. swap(QPicture other)
-
Uses of QPicture in io.qt.widgets
Methods in io.qt.widgets that return QPicture Modifier and Type Method Description QPicture
QLabel. picture()
Methods in io.qt.widgets with parameters of type QPicture Modifier and Type Method Description void
QLabel. setPicture(QPicture arg__1)