18#ifndef PROJECTPROPERTIESDIALOG_H
19#define PROJECTPROPERTIESDIALOG_H
Definition configdialog.h:31
The Diagram class This class represents an electric diagram. It manages its various child elements,...
Definition diagram.h:56
The ProjectPropertiesDialog class this class builds a dialog to edit whole properties of a project.
Definition projectpropertiesdialog.h:30
void changeToFolio()
ProjectPropertiesDialog::changeToFolio Change the current displayed tab to folio tab.
Definition projectpropertiesdialog.cpp:83
~ProjectPropertiesDialog() override
ProjectPropertiesDialog::~ProjectPropertiesDialog.
Definition projectpropertiesdialog.cpp:55
void exec()
ProjectPropertiesDialog::exec execute this dialog.
Definition projectpropertiesdialog.cpp:64
void setCurrentPage(ProjectPropertiesDialog::Page)
ProjectPropertiesDialog::setCurrentPage Change the current displayed page by p.
Definition projectpropertiesdialog.cpp:75
Page
Definition projectpropertiesdialog.h:32
@ Autonum
Definition projectpropertiesdialog.h:35
@ Main
Definition projectpropertiesdialog.h:33
ConfigDialog * m_properties_dialog
Definition projectpropertiesdialog.h:46
Definition qetproject.h:62
The TerminalStrip class This class hold all the datas and configurations of a terminal strip (but the...
Definition terminalstrip.h:45