QskWindowPrivate

Inherits from QQuickWindowPrivate

Public Functions

  Name
  QskWindowPrivate()

Public Attributes

  Name
QPointer< QskSkin > skin
ChildListener contentItemListener
QLocale locale
QSize preferredSize
QskWindow::EventAcceptance eventAcceptance
bool explicitLocale
bool deleteOnClose
bool autoLayoutChildren

Public Functions Documentation

function QskWindowPrivate

inline QskWindowPrivate()

Public Attributes Documentation

variable skin

QPointer< QskSkin > skin;

variable contentItemListener

ChildListener contentItemListener;

variable locale

QLocale locale;

variable preferredSize

QSize preferredSize;

variable eventAcceptance

QskWindow::EventAcceptance eventAcceptance;

variable explicitLocale

bool explicitLocale;

variable deleteOnClose

bool deleteOnClose;

variable autoLayoutChildren

bool autoLayoutChildren;

Updated on 28 July 2023 at 14:02:27 CEST