QElectroTech
0.70
|
#include <configpages.h>
Public Member Functions | |
PrintConfigPage (QWidget *=nullptr) | |
~PrintConfigPage () override | |
Destructeur. More... | |
void | applyConf () override |
PrintConfigPage::applyConf Apply the config of this page. More... | |
QString | title () const override |
QIcon | icon () const override |
![]() | |
ConfigPage (QWidget *parent) | |
~ConfigPage () override | |
Destructor. More... | |
Public Attributes | |
ExportPropertiesWidget * | epw |
Private Member Functions | |
PrintConfigPage (const PrintConfigPage &) | |
This configuration page enables users to set default printing options.
Definition at line 98 of file configpages.h.
PrintConfigPage::PrintConfigPage | ( | QWidget * | parent = nullptr | ) |
Constructeur
parent | QWidget parent |
Definition at line 281 of file configpages.cpp.
References ExportProperties::defaultPrintProperties(), epw, and title().
|
override |
Destructeur.
Definition at line 303 of file configpages.cpp.
|
private |
|
overridevirtual |
PrintConfigPage::applyConf Apply the config of this page.
Implements ConfigPage.
Definition at line 310 of file configpages.cpp.
References epw.
|
overridevirtual |
Implements ConfigPage.
Definition at line 324 of file configpages.cpp.
References QET::Icons::Printer.
|
overridevirtual |
Implements ConfigPage.
Definition at line 329 of file configpages.cpp.
References QET::Icons::tr.
Referenced by PrintConfigPage().
ExportPropertiesWidget* PrintConfigPage::epw |
Definition at line 115 of file configpages.h.
Referenced by applyConf(), and PrintConfigPage().