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
QDesignerOptionsPageInterface Class Referenceabstract

#include <abstractoptionspage.h>

Inheritance diagram for QDesignerOptionsPageInterface:
Collaboration diagram for QDesignerOptionsPageInterface:

Public Member Functions

 QDesignerOptionsPageInterface ()=default
virtual ~QDesignerOptionsPageInterface ()=default
virtual QString name () const =0
virtual QWidgetcreatePage (QWidget *parent)=0
virtual void apply ()=0
virtual void finish ()=0

Detailed Description

Definition at line 14 of file abstractoptionspage.h.

Constructor & Destructor Documentation

◆ QDesignerOptionsPageInterface()

QDesignerOptionsPageInterface::QDesignerOptionsPageInterface ( )
default

◆ ~QDesignerOptionsPageInterface()

virtual QDesignerOptionsPageInterface::~QDesignerOptionsPageInterface ( )
virtualdefault

Member Function Documentation

◆ apply()

◆ createPage()

◆ finish()

◆ name()


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