messageviewer
printingsettings.cpp
Go to the documentation of this file.
42 MessageViewer::GlobalSettings::self()->setPrintSelectedText(mPrintingUi->mPrintEmptySelectedText->isChecked());
43 MessageViewer::GlobalSettings::self()->setRespectExpandCollapseSettings(mPrintingUi->respectExpandCollapseSettings->isChecked());
44 MessageViewer::GlobalSettings::self()->setPrintBackgroundColorImages(mPrintingUi->printBackgroundColorAndImages->isChecked());
49 mPrintingUi->mPrintEmptySelectedText->setChecked(MessageViewer::GlobalSettings::self()->printSelectedText());
50 mPrintingUi->respectExpandCollapseSettings->setChecked(MessageViewer::GlobalSettings::self()->respectExpandCollapseSettings());
51 mPrintingUi->printBackgroundColorAndImages->setChecked(MessageViewer::GlobalSettings::self()->printBackgroundColorImages());
57 mPrintingUi->mPrintEmptySelectedText->setChecked(MessageViewer::GlobalSettings::self()->printSelectedText());
58 mPrintingUi->respectExpandCollapseSettings->setChecked(MessageViewer::GlobalSettings::self()->respectExpandCollapseSettings());
59 mPrintingUi->printBackgroundColorAndImages->setChecked(MessageViewer::GlobalSettings::self()->printBackgroundColorImages());
PrintingSettings(QWidget *parent=0)
Definition: printingsettings.cpp:25
~PrintingSettings()
Definition: printingsettings.cpp:34
void doLoadFromGlobalSettings()
Definition: printingsettings.cpp:47
void doResetToDefaultsOther()
Definition: printingsettings.cpp:54
void changed()
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:57 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:57 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.