![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Member Functions | |
void | applyTo (QWindow *window) const |
void | applyTo (QWindow *window) const |
Static Public Member Functions | |
static QWindowGeometrySpecification | fromArgument (const QByteArray &a) |
static QWindowGeometrySpecification | fromArgument (const QByteArray &a) |
Public Attributes | |
Qt::Corner | corner |
int | xOffset |
int | yOffset |
int | width |
int | height |
Definition at line 260 of file qguiapplication.cpp.
|
static |
|
static |
Qt::Corner QWindowGeometrySpecification::corner |
Definition at line 265 of file qguiapplication.cpp.
int QWindowGeometrySpecification::height |
Definition at line 269 of file qguiapplication.cpp.
Referenced by applyTo(), and fromArgument().
int QWindowGeometrySpecification::width |
Definition at line 268 of file qguiapplication.cpp.
Referenced by applyTo(), and fromArgument().
int QWindowGeometrySpecification::xOffset |
Definition at line 266 of file qguiapplication.cpp.
Referenced by applyTo(), and fromArgument().
int QWindowGeometrySpecification::yOffset |
Definition at line 267 of file qguiapplication.cpp.
Referenced by applyTo(), and fromArgument().