Uses of Class
io.qt.core.Qt.WindowFlags
Packages that use Qt.WindowFlags
Package
Description
-
Uses of Qt.WindowFlags in io.qt.activex
Constructors in io.qt.activex with parameters of type Qt.WindowFlagsModifierConstructorDescriptionQAxSelect
(QWidget parent, Qt.WindowFlags flags) QAxWidget
(QWidget parent, Qt.WindowFlags f) QAxWidget
(String c, QWidget parent, Qt.WindowFlags f) -
Uses of Qt.WindowFlags in io.qt.charts
Constructors in io.qt.charts with parameters of type Qt.WindowFlagsModifierConstructorDescriptionprotected
QChart
(QChart.ChartType type, QGraphicsItem parent, Qt.WindowFlags wFlags) QChart
(QGraphicsItem parent, Qt.WindowFlags wFlags) QPolarChart
(QGraphicsItem parent, Qt.WindowFlags wFlags) -
Uses of Qt.WindowFlags in io.qt.core
Methods in io.qt.core that return Qt.WindowFlagsModifier and TypeMethodDescriptionQt.WindowType.asFlags()
Create a QFlags of the enum entry.Qt.WindowType.cleared
(Qt.WindowType e) Excludes other enum entry from a flag of this entry.final Qt.WindowFlags
Qt.WindowFlags.clone()
Clones the flagsfinal Qt.WindowFlags
Qt.WindowFlags.combined
(Qt.WindowType e) Combines this flags with enum entry.Qt.WindowType.combined
(Qt.WindowType e) Combines this entry with other enum entry.static Qt.WindowFlags
Qt.WindowType.flags
(Qt.WindowType ... values) Creates a newQt.WindowFlags
from the entries.final Qt.WindowFlags
Qt.WindowFlags.setFlag
(Qt.WindowType e) Sets the flage
final Qt.WindowFlags
Qt.WindowFlags.setFlag
(Qt.WindowType e, boolean on) Sets or clears the flagflag
Methods in io.qt.core with parameters of type Qt.WindowFlags -
Uses of Qt.WindowFlags in io.qt.designer
Constructors in io.qt.designer with parameters of type Qt.WindowFlagsModifierConstructorDescriptionQDesignerActionEditorInterface
(QWidget parent, Qt.WindowFlags flags) QDesignerFormWindowInterface
(QWidget parent, Qt.WindowFlags flags) QDesignerObjectInspectorInterface
(QWidget parent, Qt.WindowFlags flags) QDesignerPropertyEditorInterface
(QWidget parent, Qt.WindowFlags flags) QDesignerWidgetBoxInterface
(QWidget parent, Qt.WindowFlags flags) -
Uses of Qt.WindowFlags in io.qt.gui
Methods in io.qt.gui that return Qt.WindowFlagsMethods in io.qt.gui with parameters of type Qt.WindowFlags -
Uses of Qt.WindowFlags in io.qt.gui.qpa
Methods in io.qt.gui.qpa with parameters of type Qt.WindowFlagsModifier and TypeMethodDescriptionQPlatformIntegration.defaultWindowState
(Qt.WindowFlags arg__1) SeeQPlatformIntegration::
defaultWindowState(Qt::WindowFlags)const -
Uses of Qt.WindowFlags in io.qt.printsupport
Constructors in io.qt.printsupport with parameters of type Qt.WindowFlagsModifierConstructorDescriptionQPrintPreviewDialog
(QPrinter printer, QWidget parent, Qt.WindowFlags flags) QPrintPreviewDialog
(QWidget parent, Qt.WindowFlags flags) QPrintPreviewWidget
(QPrinter printer, QWidget parent, Qt.WindowFlags flags) QPrintPreviewWidget
(QWidget parent, Qt.WindowFlags flags) -
Uses of Qt.WindowFlags in io.qt.widgets
Methods in io.qt.widgets that return Qt.WindowFlagsModifier and TypeMethodDescriptionfinal Qt.WindowFlags
QStyleOptionTitleBar.titleBarFlags()
The widget flags for the title barfinal Qt.WindowFlags
QGraphicsWidget.windowFlags()
final Qt.WindowFlags
QWidget.windowFlags()
Methods in io.qt.widgets with parameters of type Qt.WindowFlagsModifier and TypeMethodDescriptionfinal QMdiSubWindow
QMdiArea.addSubWindow
(QWidget widget, Qt.WindowFlags flags) final QGraphicsProxyWidget
QGraphicsScene.addWidget
(QWidget widget, Qt.WindowFlags wFlags) static QWidget
QWidget.createWindowContainer
(QWindow window, QWidget parent, Qt.WindowFlags flags) static Double
QInputDialog.getDouble
(QWidget parent, String title, String label, double value, double minValue, double maxValue, int decimals, Qt.WindowFlags flags) static Double
QInputDialog.getDouble
(QWidget parent, String title, String label, double value, double minValue, double maxValue, int decimals, Qt.WindowFlags flags, double step) static Integer
QInputDialog.getInt
(QWidget parent, String title, String label, int value, int minValue, int maxValue, int step, Qt.WindowFlags flags) static String
QInputDialog.getItem
(QWidget parent, String title, String label, Collection<String> items, int current, boolean editable, Qt.WindowFlags flags) Overloaded function forQInputDialog.getItem(io.qt.widgets.QWidget, java.lang.String, java.lang.String, java.util.Collection, int, boolean, io.qt.core.Qt.WindowFlags, io.qt.core.Qt.InputMethodHints)
withinputMethodHints = new io.qt.core.Qt.InputMethodHints(0)
.static String
QInputDialog.getItem
(QWidget parent, String title, String label, Collection<String> items, int current, boolean editable, Qt.WindowFlags flags, Qt.InputMethodHint ... inputMethodHints) static 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) Overloaded function forQInputDialog.getMultiLineText(io.qt.widgets.QWidget, java.lang.String, java.lang.String, java.lang.String, io.qt.core.Qt.WindowFlags, io.qt.core.Qt.InputMethodHints)
withinputMethodHints = new io.qt.core.Qt.InputMethodHints(0)
.static String
QInputDialog.getMultiLineText
(QWidget parent, String title, String label, String text, Qt.WindowFlags flags, Qt.InputMethodHint ... 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) Overloaded function forQInputDialog.getText(io.qt.widgets.QWidget, java.lang.String, java.lang.String, io.qt.widgets.QLineEdit.EchoMode, java.lang.String, io.qt.core.Qt.WindowFlags, io.qt.core.Qt.InputMethodHints)
withinputMethodHints = new io.qt.core.Qt.InputMethodHints(0)
.static String
QInputDialog.getText
(QWidget parent, String title, String label, QLineEdit.EchoMode echo, String text, Qt.WindowFlags flags, Qt.InputMethodHint ... inputMethodHints) static String
QInputDialog.getText
(QWidget parent, String title, String label, QLineEdit.EchoMode echo, String text, Qt.WindowFlags flags, Qt.InputMethodHints inputMethodHints) final void
QWidget.overrideWindowFlags
(Qt.WindowFlags type) final void
QWidget.setParent
(QWidget parent, Qt.WindowFlags f) final void
QStyleOptionTitleBar.setTitleBarFlags
(Qt.WindowFlags titleBarFlags) The widget flags for the title barfinal void
QGraphicsWidget.setWindowFlags
(Qt.WindowFlags wFlags) final void
QWidget.setWindowFlags
(Qt.WindowFlags type) Constructors in io.qt.widgets with parameters of type Qt.WindowFlagsModifierConstructorDescriptionQDialog
(QWidget parent, Qt.WindowFlags f) QDockWidget
(QWidget parent, Qt.WindowFlags flags) QDockWidget
(String title, QWidget parent, Qt.WindowFlags flags) QFileDialog
(QWidget parent, Qt.WindowFlags f) QFrame
(QWidget parent, Qt.WindowFlags f) QGraphicsProxyWidget
(QGraphicsItem parent, Qt.WindowFlags wFlags) QGraphicsWidget
(QGraphicsItem parent, Qt.WindowFlags wFlags) QInputDialog
(QWidget parent, Qt.WindowFlags flags) QLabel
(QWidget parent, Qt.WindowFlags f) QLabel
(String text, QWidget parent, Qt.WindowFlags f) QMainWindow
(QWidget parent, Qt.WindowFlags flags) QMdiSubWindow
(QWidget parent, Qt.WindowFlags flags) QMessageBox
(QMessageBox.Icon icon, String title, String text, QMessageBox.StandardButtons buttons, QWidget parent, Qt.WindowFlags flags) QOpenGLWidget
(QWidget parent, Qt.WindowFlags f) QProgressDialog
(QWidget parent, Qt.WindowFlags flags) QProgressDialog
(String labelText, String cancelButtonText, int minimum, int maximum, QWidget parent, Qt.WindowFlags flags) QSplashScreen
(QPixmap pixmap, Qt.WindowFlags f) QSplashScreen
(QScreen screen, QPixmap pixmap, Qt.WindowFlags f) QSplashScreen
(QWidget parent, QPixmap pixmap, Qt.WindowFlags f) QToolBox
(QWidget parent, Qt.WindowFlags f) QWidget
(QWidget parent, Qt.WindowFlags f) QWizard
(QWidget parent, Qt.WindowFlags flags)