QElectroTech  0.70
Public Types | Public Member Functions | Private Attributes | List of all members
ProjectPropertiesDialog Class Reference

The ProjectPropertiesDialog class this class builds a dialog to edit whole properties of a project. More...

#include <projectpropertiesdialog.h>

Public Types

enum  Page { Main = 0, Diagram = 1, Autonum = 2 }
 

Public Member Functions

 ProjectPropertiesDialog (QETProject *project, QWidget *parent=nullptr)
 ProjectPropertiesDialog::ProjectPropertiesDialog Default constructor. More...
 
 ~ProjectPropertiesDialog () override
 ProjectPropertiesDialog::~ProjectPropertiesDialog. More...
 
void exec ()
 ProjectPropertiesDialog::exec execute this dialog. More...
 
void setCurrentPage (ProjectPropertiesDialog::Page)
 ProjectPropertiesDialog::setCurrentPage Change the current displayed page by p. More...
 
void changeToFolio ()
 ProjectPropertiesDialog::changeToFolio Change the current displayed tab to folio tab. More...
 

Private Attributes

ConfigDialogm_properties_dialog
 

Detailed Description

The ProjectPropertiesDialog class this class builds a dialog to edit whole properties of a project.

Definition at line 30 of file projectpropertiesdialog.h.

Member Enumeration Documentation

◆ Page

Enumerator
Main 
Diagram 
Autonum 

Definition at line 32 of file projectpropertiesdialog.h.

Constructor & Destructor Documentation

◆ ProjectPropertiesDialog()

ProjectPropertiesDialog::ProjectPropertiesDialog ( QETProject project,
QWidget *  parent = nullptr 
)

ProjectPropertiesDialog::ProjectPropertiesDialog Default constructor.

Parameters
project: project to edit properties
parent: parent widget of this dialog

Definition at line 30 of file projectpropertiesdialog.cpp.

References m_properties_dialog, and QET::Icons::tr.

◆ ~ProjectPropertiesDialog()

ProjectPropertiesDialog::~ProjectPropertiesDialog ( )
override

Member Function Documentation

◆ changeToFolio()

void ProjectPropertiesDialog::changeToFolio ( )

◆ exec()

void ProjectPropertiesDialog::exec ( )

◆ setCurrentPage()

void ProjectPropertiesDialog::setCurrentPage ( ProjectPropertiesDialog::Page  p)

Member Data Documentation

◆ m_properties_dialog

ConfigDialog* ProjectPropertiesDialog::m_properties_dialog
private

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