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
QDesignerPromotionInterface::PromotedClass Class Reference

\inmodule QtDesigner A pair of database items containing the base class and the promoted class. More...

#include <abstractpromotioninterface.h>

+ Collaboration diagram for QDesignerPromotionInterface::PromotedClass:

Public Attributes

QDesignerWidgetDataBaseItemInterfacebaseItem
 
QDesignerWidgetDataBaseItemInterfacepromotedItem
 

Detailed Description

\inmodule QtDesigner A pair of database items containing the base class and the promoted class.

Definition at line 25 of file abstractpromotioninterface.h.

Member Data Documentation

◆ baseItem

QDesignerWidgetDataBaseItemInterface* QDesignerPromotionInterface::PromotedClass::baseItem

Definition at line 27 of file abstractpromotioninterface.h.

◆ promotedItem

QDesignerWidgetDataBaseItemInterface* QDesignerPromotionInterface::PromotedClass::promotedItem

Definition at line 28 of file abstractpromotioninterface.h.


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