Uses of Class
io.qt.printsupport.QPrinter.PrinterMode
Package | Description |
---|---|
io.qt.printsupport |
-
Uses of QPrinter.PrinterMode in io.qt.printsupport
Methods in io.qt.printsupport that return QPrinter.PrinterMode Modifier and Type Method Description static QPrinter.PrinterMode
QPrinter.PrinterMode. resolve(int value)
Returns the corresponding enum entry for the given value.static QPrinter.PrinterMode
QPrinter.PrinterMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static QPrinter.PrinterMode[]
QPrinter.PrinterMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.qt.printsupport with parameters of type QPrinter.PrinterMode Constructor Description QPrinter(QPrinter.PrinterMode mode)
QPrinter(QPrinterInfo printer, QPrinter.PrinterMode mode)