Uses of Class
io.qt.widgets.QGraphicsWidget
Package | Description |
---|---|
io.qt.charts | |
io.qt.gui | |
io.qt.widgets |
-
Uses of QGraphicsWidget in io.qt.charts
Subclasses of QGraphicsWidget in io.qt.charts Modifier and Type Class Description class
QChart
Manages the graphical representation of the chart's series, legends, and axesclass
QLegend
Displays the legend of a chartclass
QPolarChart
Presents data in polar charts -
Uses of QGraphicsWidget in io.qt.gui
Methods in io.qt.gui with type parameters of type QGraphicsWidget Modifier and Type Method Description <T extends QGraphicsWidget>
List<T>QAction. associatedGraphicsWidgets(Class<T> type)
Methods in io.qt.gui that return types with arguments of type QGraphicsWidget Modifier and Type Method Description List<QGraphicsWidget>
QAction. associatedGraphicsWidgets()
-
Uses of QGraphicsWidget in io.qt.widgets
Subclasses of QGraphicsWidget in io.qt.widgets Modifier and Type Class Description class
QGraphicsProxyWidget
Proxy layer for embedding a QWidget in a QGraphicsSceneMethods in io.qt.widgets with parameters of type QGraphicsWidget Modifier and Type Method Description void
QGraphicsScene. setActiveWindow(QGraphicsWidget widget)
static void
QGraphicsWidget. setTabOrder(QGraphicsWidget first, QGraphicsWidget second)