Uses of Class
io.qt.core.Qt.HighDpiScaleFactorRoundingPolicy
Package | Description |
---|---|
io.qt.core | |
io.qt.gui |
-
Uses of Qt.HighDpiScaleFactorRoundingPolicy in io.qt.core
Methods in io.qt.core that return Qt.HighDpiScaleFactorRoundingPolicy Modifier and Type Method Description static Qt.HighDpiScaleFactorRoundingPolicy
Qt.HighDpiScaleFactorRoundingPolicy. resolve(int value)
Returns the corresponding enum entry for the given value.static Qt.HighDpiScaleFactorRoundingPolicy
Qt.HighDpiScaleFactorRoundingPolicy. valueOf(String name)
Returns the enum constant of this type with the specified name.static Qt.HighDpiScaleFactorRoundingPolicy[]
Qt.HighDpiScaleFactorRoundingPolicy. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Qt.HighDpiScaleFactorRoundingPolicy in io.qt.gui
Methods in io.qt.gui that return Qt.HighDpiScaleFactorRoundingPolicy Modifier and Type Method Description static Qt.HighDpiScaleFactorRoundingPolicy
QGuiApplication. highDpiScaleFactorRoundingPolicy()
Methods in io.qt.gui with parameters of type Qt.HighDpiScaleFactorRoundingPolicy Modifier and Type Method Description static void
QGuiApplication. setHighDpiScaleFactorRoundingPolicy(Qt.HighDpiScaleFactorRoundingPolicy policy)