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
qdesigner_internal::TemplateOptionsPage Class Reference

#include <templateoptionspage.h>

+ Inheritance diagram for qdesigner_internal::TemplateOptionsPage:
+ Collaboration diagram for qdesigner_internal::TemplateOptionsPage:

Public Member Functions

 TemplateOptionsPage (QDesignerFormEditorInterface *core)
 
QString name () const override
 
QWidgetcreatePage (QWidget *parent) override
 
void apply () override
 
void finish () override
 
- Public Member Functions inherited from QDesignerOptionsPageInterface
 QDesignerOptionsPageInterface ()=default
 
virtual ~QDesignerOptionsPageInterface ()=default
 

Detailed Description

Definition at line 51 of file templateoptionspage.h.

Constructor & Destructor Documentation

◆ TemplateOptionsPage()

qdesigner_internal::TemplateOptionsPage::TemplateOptionsPage ( QDesignerFormEditorInterface * core)
explicit

Definition at line 112 of file templateoptionspage.cpp.

Member Function Documentation

◆ apply()

void qdesigner_internal::TemplateOptionsPage::apply ( )
overridevirtual

Implements QDesignerOptionsPageInterface.

Definition at line 131 of file templateoptionspage.cpp.

◆ createPage()

QWidget * qdesigner_internal::TemplateOptionsPage::createPage ( QWidget * parent)
overridevirtual

Implements QDesignerOptionsPageInterface.

Definition at line 123 of file templateoptionspage.cpp.

◆ finish()

void qdesigner_internal::TemplateOptionsPage::finish ( )
overridevirtual

Implements QDesignerOptionsPageInterface.

Definition at line 143 of file templateoptionspage.cpp.

◆ name()

QString qdesigner_internal::TemplateOptionsPage::name ( ) const
overridevirtual

Implements QDesignerOptionsPageInterface.

Definition at line 117 of file templateoptionspage.cpp.

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 files: