Uses of Class
io.qt.core.Qt.WindowFlags
Package | Description |
---|---|
io.qt.core | |
io.qt.designer | |
io.qt.gui | |
io.qt.opengl.widgets | |
io.qt.printsupport | |
io.qt.widgets |
-
Uses of Qt.WindowFlags in io.qt.core
Methods in io.qt.core that return Qt.WindowFlags Modifier and Type Method Description Qt.WindowFlags
Qt.WindowType. asFlags()
Create a QFlags of the enum entry.Qt.WindowFlags
Qt.WindowFlags. clone()
Clones the flagsQt.WindowFlags
Qt.WindowFlags. combined(Qt.WindowType e)
Combines this flags with enum entry.Qt.WindowFlags
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.Qt.WindowFlags
Qt.WindowFlags. setFlag(Qt.WindowType e)
Sets the flage
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 Modifier and Type Method Description int
Qt.WindowFlags. compareTo(Qt.WindowFlags other)
-
Uses of Qt.WindowFlags in io.qt.designer
Constructors in io.qt.designer with parameters of type Qt.WindowFlags Constructor Description QDesignerActionEditorInterface(QWidget parent, Qt.WindowFlags flags)
QDesignerFormWindowInterface(QWidget parent, Qt.WindowFlags flags)
QDesignerObjectInspectorInterface(QWidget parent, Qt.WindowFlags flags)
QDesignerPropertyEditorInterface(QWidget parent, Qt.WindowFlags flags)
-
Uses of Qt.WindowFlags in io.qt.gui
Methods in io.qt.gui that return Qt.WindowFlags Modifier and Type Method Description Qt.WindowFlags
QWindow. flags()
Methods in io.qt.gui with parameters of type Qt.WindowFlags Modifier and Type Method Description void
QWindow. setFlags(Qt.WindowFlags flags)
-
Uses of Qt.WindowFlags in io.qt.opengl.widgets
Constructors in io.qt.opengl.widgets with parameters of type Qt.WindowFlags Constructor Description QOpenGLWidget(QWidget parent, Qt.WindowFlags f)
-
Uses of Qt.WindowFlags in io.qt.printsupport
Constructors in io.qt.printsupport with parameters of type Qt.WindowFlags Constructor Description QPrintPreviewDialog(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.WindowFlags Modifier and Type Method Description Qt.WindowFlags
QStyleOptionTitleBar. titleBarFlags()
The widget flags for the title barQt.WindowFlags
QGraphicsWidget. windowFlags()
Qt.WindowFlags
QWidget. windowFlags()
Methods in io.qt.widgets with parameters of type Qt.WindowFlags Modifier and Type Method Description QMdiSubWindow
QMdiArea. addSubWindow(QWidget widget, Qt.WindowFlags flags)
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)
Overloaded function forQInputDialog.getDouble(io.qt.widgets.QWidget, java.lang.String, java.lang.String, double, double, double, int, io.qt.core.Qt.WindowFlags, double)
withstep = 1
.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)
void
QWidget. overrideWindowFlags(Qt.WindowFlags type)
void
QWidget. setParent(QWidget parent, Qt.WindowFlags f)
void
QStyleOptionTitleBar. setTitleBarFlags(Qt.WindowFlags titleBarFlags)
The widget flags for the title barvoid
QGraphicsWidget. setWindowFlags(Qt.WindowFlags wFlags)
void
QWidget. setWindowFlags(Qt.WindowFlags type)