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
QWidgetPrivate::TextureData Struct Reference

#include <qwidget_p.h>

Collaboration diagram for QWidgetPrivate::TextureData:

Public Attributes

QRhiTexturetextureLeft = nullptr
QRhiTexturetextureRight = nullptr

Detailed Description

Definition at line 597 of file qwidget_p.h.

Member Data Documentation

◆ textureLeft

QRhiTexture* QWidgetPrivate::TextureData::textureLeft = nullptr

Definition at line 598 of file qwidget_p.h.

◆ textureRight

QRhiTexture* QWidgetPrivate::TextureData::textureRight = nullptr

Definition at line 599 of file qwidget_p.h.


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