Messagelib
8#include "messagecomposer_export.h"
15class ImageScalingWidget;
20class ImageScalingWidgetPrivate;
25class MESSAGECOMPOSER_EXPORT ImageScalingWidget :
public QWidget
30 ~ImageScalingWidget()
override;
34 void resetToDefault();
40 MESSAGECOMPOSER_NO_EXPORT
void slotComboboxChanged(
int index);
41 MESSAGECOMPOSER_NO_EXPORT
void slotSourceFilterClicked(
int);
42 MESSAGECOMPOSER_NO_EXPORT
void slotRecipientFilterClicked(
int);
43 MESSAGECOMPOSER_NO_EXPORT
void slotHelpLinkClicked(
const QString &);
46 MESSAGECOMPOSER_NO_EXPORT
void slotRecipientFilterAbstractClicked(
QAbstractButton *button);
47 MESSAGECOMPOSER_NO_EXPORT
void slotSourceFilterAbstractButtonClicked(
QAbstractButton *button);
48 MESSAGECOMPOSER_NO_EXPORT
void updateFilterSourceTypeSettings();
49 MESSAGECOMPOSER_NO_EXPORT
void initComboBox(
QComboBox *combo);
50 MESSAGECOMPOSER_NO_EXPORT
void initWriteImageFormat();
51 MESSAGECOMPOSER_NO_EXPORT
void updateEmailsFilterTypeSettings();
52 MESSAGECOMPOSER_NO_EXPORT
void updateSettings();
53 std::unique_ptr<ImageScalingWidgetPrivate>
const d;
Simple interface that both EncryptJob and SignEncryptJob implement so the composer can extract some e...
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 31 2025 12:05:40 by
doxygen 1.13.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.