Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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 593 of file qwidget_p.h.

Member Data Documentation

◆ textureLeft

QRhiTexture* QWidgetPrivate::TextureData::textureLeft = nullptr

Definition at line 594 of file qwidget_p.h.

Referenced by QRhiWidgetPrivate::texture().

◆ textureRight

QRhiTexture* QWidgetPrivate::TextureData::textureRight = nullptr

Definition at line 595 of file qwidget_p.h.


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