The ProjectConfigPage class This class, derived from ConfigPage, aims at providing the basic skeleton for a project configuration page.
More...
#include <projectconfigpages.h>
The ProjectConfigPage class This class, derived from ConfigPage, aims at providing the basic skeleton for a project configuration page.
◆ ProjectConfigPage() [1/2]
ProjectConfigPage::ProjectConfigPage |
( |
QETProject * |
project, |
|
|
QWidget * |
parent = nullptr |
|
) |
| |
Constructor
- Parameters
-
project | Project this page is editing. |
parent | Parent QWidget |
◆ ~ProjectConfigPage()
ProjectConfigPage::~ProjectConfigPage |
( |
| ) |
|
|
override |
◆ ProjectConfigPage() [2/2]
◆ adjustReadOnly()
virtual void ProjectConfigPage::adjustReadOnly |
( |
| ) |
|
|
protectedpure virtual |
◆ applyConf()
void ProjectConfigPage::applyConf |
( |
| ) |
|
|
overridevirtual |
Apply the configuration after user input
Implements ConfigPage.
◆ applyProjectConf()
virtual void ProjectConfigPage::applyProjectConf |
( |
| ) |
|
|
pure virtual |
◆ init()
void ProjectConfigPage::init |
( |
| ) |
|
|
protectedvirtual |
◆ initLayout()
virtual void ProjectConfigPage::initLayout |
( |
| ) |
|
|
protectedpure virtual |
◆ initWidgets()
virtual void ProjectConfigPage::initWidgets |
( |
| ) |
|
|
protectedpure virtual |
◆ project()
- Returns
- the project being edited by this page
◆ readValuesFromProject()
virtual void ProjectConfigPage::readValuesFromProject |
( |
| ) |
|
|
protectedpure virtual |
◆ setProject()
ProjectConfigPage::setProject Set new_project as the project being edited by this page.
- Parameters
-
new_project | : True to read values from the project into widgets before setting them read only accordingly, false otherwise. Defaults to true. |
read_values | |
- Returns
- the former project
◆ m_project
Currently edited project.
The documentation for this class was generated from the following files: