Uses of Class
io.qt.core.Qt.InputMethodHints
Packages that use Qt.InputMethodHints
-
Uses of Qt.InputMethodHints in io.qt.core
Methods in io.qt.core that return Qt.InputMethodHintsModifier and TypeMethodDescriptionQt.InputMethodHint.asFlags()
Create a QFlags of the enum entry.Qt.InputMethodHint.cleared
(Qt.InputMethodHint e) Excludes other enum entry from a flag of this entry.final Qt.InputMethodHints
Qt.InputMethodHints.clone()
Clones the flagsQt.InputMethodHint.combined
(Qt.InputMethodHint e) Combines this entry with other enum entry.final Qt.InputMethodHints
Qt.InputMethodHints.combined
(Qt.InputMethodHint e) Combines this flags with enum entry.static Qt.InputMethodHints
Qt.InputMethodHint.flags
(Qt.InputMethodHint ... values) Creates a newQt.InputMethodHints
from the entries.final Qt.InputMethodHints
Qt.InputMethodHints.setFlag
(Qt.InputMethodHint e) Sets the flage
final Qt.InputMethodHints
Qt.InputMethodHints.setFlag
(Qt.InputMethodHint e, boolean on) Sets or clears the flagflag
Methods in io.qt.core with parameters of type Qt.InputMethodHintsModifier and TypeMethodDescriptionfinal int
Qt.InputMethodHints.compareTo
(Qt.InputMethodHints other) -
Uses of Qt.InputMethodHints in io.qt.keyboard
Methods in io.qt.keyboard that return Qt.InputMethodHintsModifier and TypeMethodDescriptionfinal Qt.InputMethodHints
QVirtualKeyboardInputContext.inputMethodHints()
-
Uses of Qt.InputMethodHints in io.qt.widgets
Methods in io.qt.widgets that return Qt.InputMethodHintsModifier and TypeMethodDescriptionfinal Qt.InputMethodHints
QAbstractGraphicsShapeItem.inputMethodHints()
final Qt.InputMethodHints
QGraphicsItem.Impl.inputMethodHints()
default Qt.InputMethodHints
QGraphicsItem.inputMethodHints()
final Qt.InputMethodHints
QGraphicsItemGroup.inputMethodHints()
final Qt.InputMethodHints
QGraphicsLineItem.inputMethodHints()
final Qt.InputMethodHints
QGraphicsObject.inputMethodHints()
final Qt.InputMethodHints
QGraphicsPixmapItem.inputMethodHints()
final Qt.InputMethodHints
QWidget.inputMethodHints()
Methods in io.qt.widgets with parameters of type Qt.InputMethodHintsModifier and TypeMethodDescriptionstatic String
QInputDialog.getItem
(QWidget parent, String title, String label, Collection<String> items, int current, boolean editable, Qt.WindowFlags flags, Qt.InputMethodHints inputMethodHints) static String
QInputDialog.getMultiLineText
(QWidget parent, String title, String label, String text, Qt.WindowFlags flags, Qt.InputMethodHints inputMethodHints) static String
QInputDialog.getText
(QWidget parent, String title, String label, QLineEdit.EchoMode echo, String text, Qt.WindowFlags flags, Qt.InputMethodHints inputMethodHints) final void
QAbstractGraphicsShapeItem.setInputMethodHints
(Qt.InputMethodHints hints) final void
QGraphicsItem.Impl.setInputMethodHints
(Qt.InputMethodHints hints) default void
QGraphicsItem.setInputMethodHints
(Qt.InputMethodHints hints) final void
QGraphicsItemGroup.setInputMethodHints
(Qt.InputMethodHints hints) final void
QGraphicsLineItem.setInputMethodHints
(Qt.InputMethodHints hints) final void
QGraphicsObject.setInputMethodHints
(Qt.InputMethodHints hints) final void
QGraphicsPixmapItem.setInputMethodHints
(Qt.InputMethodHints hints) final void
QWidget.setInputMethodHints
(Qt.InputMethodHints hints)