Uses of Interface
io.qt.gui.QPaintDevice
Package | Description |
---|---|
io.qt.charts | |
io.qt.designer | |
io.qt.gui | |
io.qt.help | |
io.qt.multimedia.widgets | |
io.qt.printsupport | |
io.qt.quick.widgets | |
io.qt.svg | |
io.qt.webengine.widgets | |
io.qt.widgets |
-
Uses of QPaintDevice in io.qt.charts
Classes in io.qt.charts that implement QPaintDevice Modifier and Type Class Description class
QChartView
Standalone widget that can display charts -
Uses of QPaintDevice in io.qt.designer
Classes in io.qt.designer that implement QPaintDevice Modifier and Type Class Description class
QDesignerActionEditorInterface
Allows you to change the focus of Qt Designer's action editorclass
QDesignerFormWindowInterface
Allows you to query and manipulate form windows appearing in Qt Designer's workspaceclass
QDesignerNewFormWidgetInterface
Java wrapper for Qt class QDesignerNewFormWidgetInterfaceclass
QDesignerObjectInspectorInterface
Allows you to change the focus of Qt Designer's object inspectorclass
QDesignerPropertyEditorInterface
Allows you to query and manipulate the current state of Qt Designer's property editorclass
QDesignerResourceBrowserInterface
Java wrapper for Qt class QDesignerResourceBrowserInterfaceclass
QDesignerWidgetBoxInterface
Allows you to control the contents of Qt Designer's widget boxclass
QtJambiResourceBrowser
Java wrapper for Qt class QtJambiResourceBrowser -
Uses of QPaintDevice in io.qt.gui
Subinterfaces of QPaintDevice in io.qt.gui Modifier and Type Interface Description interface
QPagedPaintDevice
Represents a paint device that supports multiple pagesClasses in io.qt.gui that implement QPaintDevice Modifier and Type Class Description class
QBitmap
Monochrome (1-bit depth) pixmapsclass
QImage
Hardware-independent image representation that allows direct access to the pixel data, and can be used as a paint deviceclass
QOpenGLPaintDevice
Enables painting to an OpenGL context using QPainterclass
QOpenGLWindow
Convenience subclass of QWindow to perform OpenGL paintingstatic class
QPagedPaintDevice.Impl
Implementor class for interfaceQPagedPaintDevice
static class
QPaintDevice.Impl
Implementor class for interfaceQPaintDevice
class
QPaintDeviceWindow
Convenience subclass of QWindow that is also a QPaintDeviceclass
QPdfWriter
Class to generate PDFs that can be used as a paint deviceclass
QPicture
Paint device that records and replays QPainter commandsclass
QPixmap
Off-screen image representation that can be used as a paint deviceclass
QRasterWindow
Convenience class for using QPainter on a QWindowMethods in io.qt.gui that return QPaintDevice Modifier and Type Method Description QPaintDevice
QPainter. device()
QPaintDevice
QAbstractTextDocumentLayout. paintDevice()
QPaintDevice
QBackingStore. paintDevice()
QPaintDevice
QPaintEngine. paintDevice()
protected QPaintDevice
QImage. redirected(QPoint offset)
protected QPaintDevice
QOpenGLPaintDevice. redirected(QPoint offset)
protected QPaintDevice
QOpenGLWindow. redirected(QPoint arg__1)
protected QPaintDevice
QPagedPaintDevice.Impl. redirected(QPoint offset)
protected QPaintDevice
QPaintDevice.Impl. redirected(QPoint offset)
QPaintDevice
QPaintDevice.MemberAccess. redirected(QPoint offset)
protected QPaintDevice
QPaintDeviceWindow. redirected(QPoint offset)
static QPaintDevice
QPainter. redirected(QPaintDevice device)
static QPaintDevice
QPainter. redirected(QPaintDevice device, QPoint offset)
protected QPaintDevice
QPdfWriter. redirected(QPoint offset)
protected QPaintDevice
QPicture. redirected(QPoint offset)
protected QPaintDevice
QPixmap. redirected(QPoint offset)
protected QPaintDevice
QRasterWindow. redirected(QPoint arg__1)
Methods in io.qt.gui with parameters of type QPaintDevice Modifier and Type Method Description abstract boolean
QPaintEngine. begin(QPaintDevice pdev)
boolean
QPainter. begin(QPaintDevice arg__1)
void
QPainter. initFrom(QPaintDevice device)
Deprecated.UseQPainter.begin(io.qt.gui.QPaintDevice)
insteadstatic QPaintDevice.MemberAccess
QPaintDevice.MemberAccess. of(QPaintDevice instance)
static QPaintDevice
QPainter. redirected(QPaintDevice device)
static QPaintDevice
QPainter. redirected(QPaintDevice device, QPoint offset)
static void
QPainter. restoreRedirected(QPaintDevice device)
void
QAbstractTextDocumentLayout. setPaintDevice(QPaintDevice device)
static void
QPainter. setRedirected(QPaintDevice device, QPaintDevice replacement)
static void
QPainter. setRedirected(QPaintDevice device, QPaintDevice replacement, QPoint offset)
Constructors in io.qt.gui with parameters of type QPaintDevice Constructor Description QFont(QFont font, QPaintDevice pd)
QFontMetrics(QFont font, QPaintDevice pd)
QFontMetricsF(QFont font, QPaintDevice pd)
QPainter(QPaintDevice arg__1)
QTextLayout(String text, QFont font, QPaintDevice paintdevice)
-
Uses of QPaintDevice in io.qt.help
Classes in io.qt.help that implement QPaintDevice Modifier and Type Class Description class
QHelpContentWidget
Tree view for displaying help content model itemsclass
QHelpFilterSettingsWidget
Widget that allows for creating, editing and removing filtersclass
QHelpIndexWidget
List view displaying the QHelpIndexModelclass
QHelpSearchQueryWidget
Simple line edit or an advanced widget to enable the user to input a search term in a standardized input maskclass
QHelpSearchResultWidget
Text browser to display search results -
Uses of QPaintDevice in io.qt.multimedia.widgets
Classes in io.qt.multimedia.widgets that implement QPaintDevice Modifier and Type Class Description class
QCameraViewfinder
Java wrapper for Qt class QCameraViewfinderclass
QVideoWidget
Widget which presents video produced by a media object -
Uses of QPaintDevice in io.qt.printsupport
Classes in io.qt.printsupport that implement QPaintDevice Modifier and Type Class Description class
QAbstractPrintDialog
Base implementation for print dialogs used to configure printersclass
QPageSetupDialog
Configuration dialog for the page-related options on a printerclass
QPrintDialog
Dialog for specifying the printer's configurationclass
QPrinter
Paint device that paints on a printerclass
QPrintPreviewDialog
Dialog for previewing and configuring page layouts for printer outputclass
QPrintPreviewWidget
Widget for previewing page layouts for printer outputMethods in io.qt.printsupport that return QPaintDevice Modifier and Type Method Description protected QPaintDevice
QPrinter. redirected(QPoint offset)
-
Uses of QPaintDevice in io.qt.quick.widgets
Classes in io.qt.quick.widgets that implement QPaintDevice Modifier and Type Class Description class
QQuickWidget
Widget for displaying a Qt Quick user interface -
Uses of QPaintDevice in io.qt.svg
Classes in io.qt.svg that implement QPaintDevice Modifier and Type Class Description class
QSvgGenerator
Paint device that is used to create SVG drawingsclass
QSvgWidget
Widget that is used to display the contents of Scalable Vector Graphics (SVG) filesMethods in io.qt.svg that return QPaintDevice Modifier and Type Method Description protected QPaintDevice
QSvgGenerator. redirected(QPoint offset)
-
Uses of QPaintDevice in io.qt.webengine.widgets
Classes in io.qt.webengine.widgets that implement QPaintDevice Modifier and Type Class Description class
QWebEngineView
Widget that is used to view and edit web documents -
Uses of QPaintDevice in io.qt.widgets
Classes in io.qt.widgets that implement QPaintDevice Modifier and Type Class Description class
QAbstractButton
The abstract base class of button widgets, providing functionality common to buttonsclass
QAbstractItemView
The basic functionality for item view classesclass
QAbstractScrollArea
Scrolling area with on-demand scroll barsclass
QAbstractSlider
Integer value within a rangeclass
QAbstractSpinBox
Spinbox and a line edit to display valuesclass
QCalendarWidget
Monthly based calendar widget allowing the user to select a dateclass
QCheckBox
Checkbox with a text labelclass
QColorDialog
Dialog widget for specifying colorsclass
QColumnView
Model/view implementation of a column viewclass
QComboBox
Combined button and popup listclass
QCommandLinkButton
Vista style command link buttonclass
QDateEdit
Widget for editing dates based on the QDateTimeEdit widgetclass
QDateTimeEdit
Widget for editing dates and timesclass
QDesktopWidget
Access to screen information on multi-head systemsclass
QDial
Rounded range control (like a speedometer or potentiometer)class
QDialog
The base class of dialog windowsclass
QDialogButtonBox
Widget that presents buttons in a layout that is appropriate to the current widget styleclass
QDockWidget
Widget that can be docked inside a QMainWindow or floated as a top-level window on the desktopclass
QDoubleSpinBox
Spin box widget that takes doublesclass
QErrorMessage
Error message display dialogclass
QFileDialog
Dialog that allow users to select files or directoriesclass
QFocusFrame
Focus frame which can be outside of a widget's normal paintable areaclass
QFontComboBox
Combobox that lets the user select a font familyclass
QFontDialog
Dialog widget for selecting a fontclass
QFrame
The base class of widgets that can have a frameclass
QGraphicsView
Widget for displaying the contents of a QGraphicsSceneclass
QGroupBox
Group box frame with a titleclass
QHeaderView
Header row or header column for item viewsclass
QInputDialog
Simple convenience dialog to get a single value from the userclass
QKeySequenceEdit
Allows to input a QKeySequenceclass
QLabel
Text or image displayclass
QLCDNumber
Displays a number with LCD-like digitsclass
QLineEdit
One-line text editorclass
QListView
List or icon view onto a modelclass
QListWidget
Item-based list widgetclass
QMainWindow
Main application windowclass
QMdiArea
Area in which MDI windows are displayedclass
QMdiSubWindow
Subwindow class for QMdiAreaclass
QMenu
Menu widget for use in menu bars, context menus, and other popup menusclass
QMenuBar
Horizontal menu barclass
QMessageBox
Modal dialog for informing the user or for asking the user a question and receiving an answerclass
QOpenGLWidget
Widget for rendering OpenGL graphicsclass
QPlainTextEdit
Widget that is used to edit and display plain textclass
QProgressBar
Horizontal or vertical progress barclass
QProgressDialog
Feedback on the progress of a slow operationclass
QPushButton
Command buttonclass
QRadioButton
Radio button with a text labelclass
QRubberBand
Rectangle or line that can indicate a selection or a boundaryclass
QScrollArea
Scrolling view onto another widgetclass
QScrollBar
Vertical or horizontal scroll barclass
QSizeGrip
Resize handle for resizing top-level windowsclass
QSlider
Vertical or horizontal sliderclass
QSpinBox
Spin box widgetclass
QSplashScreen
Splash screen that can be shown during application startupclass
QSplitter
Implements a splitter widgetclass
QSplitterHandle
Handle functionality for the splitterclass
QStackedWidget
Stack of widgets where only one widget is visible at a timeclass
QStatusBar
Horizontal bar suitable for presenting status informationclass
QTabBar
Tab bar, e.g. for use in tabbed dialogsclass
QTableView
Default model/view implementation of a table viewclass
QTableWidget
Item-based table view with a default modelclass
QTabWidget
Stack of tabbed widgetsclass
QTextBrowser
Rich text browser with hypertext navigationclass
QTextEdit
Widget that is used to edit and display both plain and rich textclass
QTimeEdit
Widget for editing times based on the QDateTimeEdit widgetclass
QToolBar
Movable panel that contains a set of controlsclass
QToolBox
Column of tabbed widget itemsclass
QToolButton
Quick-access button to commands or options, usually used inside a QToolBarclass
QTreeView
Default model/view implementation of a tree viewclass
QTreeWidget
Tree view that uses a predefined tree modelclass
QUndoView
Displays the contents of a QUndoStackclass
QWidget
The base class of all user interface objectsclass
QWizard
Framework for wizardsclass
QWizardPage
The base class for wizard pagesMethods in io.qt.widgets that return QPaintDevice Modifier and Type Method Description protected QPaintDevice
QOpenGLWidget. redirected(QPoint p)
protected QPaintDevice
QWidget. redirected(QPoint offset)
Methods in io.qt.widgets with parameters of type QPaintDevice Modifier and Type Method Description boolean
QStylePainter. begin(QPaintDevice pd, QWidget w)
void
QWidget. render(QPaintDevice target)
void
QWidget. render(QPaintDevice target, QPoint targetOffset)
void
QWidget. render(QPaintDevice target, QPoint targetOffset, QRegion sourceRegion)
Overloaded function forQWidget.render(io.qt.gui.QPaintDevice, io.qt.core.QPoint, io.qt.gui.QRegion, io.qt.widgets.QWidget.RenderFlags)
withrenderFlags = new io.qt.widgets.QWidget.RenderFlags(RenderFlag.DrawWindowBackground, RenderFlag.DrawChildren)
.void
QWidget. render(QPaintDevice target, QPoint targetOffset, QRegion sourceRegion, QWidget.RenderFlag... renderFlags)
void
QWidget. render(QPaintDevice target, QPoint targetOffset, QRegion sourceRegion, QWidget.RenderFlags renderFlags)
Constructors in io.qt.widgets with parameters of type QPaintDevice Constructor Description QStylePainter(QPaintDevice pd, QWidget w)