Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QOhosWindowProxy::WindowLimits Struct Reference

#include <qohoswindowproxy.h>

Collaboration diagram for QOhosWindowProxy::WindowLimits:

Public Attributes

std::optional< double > minWidth
std::optional< double > minHeight
std::optional< double > maxWidth
std::optional< double > maxHeight

Detailed Description

Definition at line 60 of file qohoswindowproxy.h.

Member Data Documentation

◆ maxHeight

std::optional<double> QOhosWindowProxy::WindowLimits::maxHeight

Definition at line 65 of file qohoswindowproxy.h.

◆ maxWidth

std::optional<double> QOhosWindowProxy::WindowLimits::maxWidth

Definition at line 64 of file qohoswindowproxy.h.

◆ minHeight

std::optional<double> QOhosWindowProxy::WindowLimits::minHeight

Definition at line 63 of file qohoswindowproxy.h.

◆ minWidth

std::optional<double> QOhosWindowProxy::WindowLimits::minWidth

Definition at line 62 of file qohoswindowproxy.h.


The documentation for this struct was generated from the following file: