QSizePolicy

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Constructors

this
this()
Undocumented in source.
this
this(Policy horizontal, Policy vertical, ControlType type)
Undocumented in source.

Members

Aliases

ControlTypes
alias ControlTypes = QFlags!(ControlType)
Undocumented in source.

Enums

ControlType
enum ControlType
Undocumented in source.
Policy
enum Policy
Undocumented in source.
PolicyFlag
enum PolicyFlag
Undocumented in source.

Functions

controlType
ControlType controlType()
Undocumented in source.
expandingDirections
qt.core.namespace.Orientations expandingDirections()
Undocumented in source. Be warned that the author may not have intended to support it.
hasHeightForWidth
bool hasHeightForWidth()
Undocumented in source. Be warned that the author may not have intended to support it.
hasWidthForHeight
bool hasWidthForHeight()
Undocumented in source. Be warned that the author may not have intended to support it.
horizontalPolicy
Policy horizontalPolicy()
Undocumented in source. Be warned that the author may not have intended to support it.
horizontalStretch
int horizontalStretch()
Undocumented in source. Be warned that the author may not have intended to support it.
setControlType
void setControlType(ControlType type)
Undocumented in source.
setHeightForWidth
void setHeightForWidth(bool b)
Undocumented in source. Be warned that the author may not have intended to support it.
setHorizontalPolicy
void setHorizontalPolicy(Policy d)
Undocumented in source. Be warned that the author may not have intended to support it.
setHorizontalStretch
void setHorizontalStretch(int stretchFactor)
Undocumented in source. Be warned that the author may not have intended to support it.
setVerticalPolicy
void setVerticalPolicy(Policy d)
Undocumented in source. Be warned that the author may not have intended to support it.
setVerticalStretch
void setVerticalStretch(int stretchFactor)
Undocumented in source. Be warned that the author may not have intended to support it.
setWidthForHeight
void setWidthForHeight(bool b)
Undocumented in source. Be warned that the author may not have intended to support it.
verticalPolicy
Policy verticalPolicy()
Undocumented in source. Be warned that the author may not have intended to support it.
verticalStretch
int verticalStretch()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta