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()

virtual QString QDesignerOptionsPageInterface::name ( ) const
pure virtual

Implemented in qdesigner_internal::EmbeddedOptionsPage, qdesigner_internal::FormEditorOptionsPage, qdesigner_internal::TemplateOptionsPage, and QDesignerAppearanceOptionsPage.

Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().

+ Here is the caller graph for this function:

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