messageviewer
configurewidget.cpp
Go to the documentation of this file.
91 KMime::setFallbackCharEncoding( NodeHelper::encodingForName( mSettingsUi->fallbackCharacterEncoding->currentText() ) );
100 const QString currentEncoding = MessageCore::GlobalSettings::self()->fallbackCharacterEncoding();
121 const QString ¤tOverrideEncoding = MessageCore::GlobalSettings::self()->overrideCharacterEncoding();
QLayout * layout() const
void setContentsMargins(int left, int top, int right, int bottom)
static QStringList supportedEncodings(bool usAscii)
Return a list of the supported encodings.
Definition: nodehelper.cpp:710
int size() const
void settingsChanged()
Emitted when the user changes the setting in some widget.
~ConfigureWidget()
Definition: configurewidget.cpp:68
bool isEmpty() const
static QString encodingForName(const QString &descriptiveName)
Drop-in replacement for KCharsets::encodingForName().
Definition: nodehelper.cpp:704
QString whatsThis() const
typedef ConstIterator
void prepend(const T &value)
ConfigureWidget(QWidget *parent=0)
Definition: configurewidget.cpp:35
const_iterator constEnd() const
const_iterator constBegin() const
bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:32:45 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:32:45 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.