Part of the setup dialog to configure the display. More...
#include <configdisplay.h>
Public Slots | |
void | slotChanged () |
Public Member Functions | |
ConfigDisplay (QWidget *parent=0, const QVariantList &args=QVariantList()) | |
~ConfigDisplay () | |
virtual void | load () |
virtual void | defaults () |
virtual void | save () |
Private Attributes | |
KSharedConfigPtr | config |
QCheckBox * | chkAccountlistActive |
QCheckBox * | chkAccountlistAccount |
QCheckBox * | chkAccountlistServer |
QCheckBox * | chkAccountlistUser |
QCheckBox * | chkAccountlistMessages |
QCheckBox * | chkAccountlistSize |
QCheckBox * | chkMessagelistNumber |
QCheckBox * | chkMessagelistAccount |
QCheckBox * | chkMessagelistFrom |
QCheckBox * | chkMessagelistTo |
QCheckBox * | chkMessagelistSubject |
QCheckBox * | chkMessagelistDate |
QCheckBox * | chkMessagelistSize |
QCheckBox * | chkMessagelistContent |
QCheckBox * | chkMessagelistState |
QCheckBox * | chkAllowHTML |
Part of the setup dialog to configure the display.
Definition at line 43 of file configdisplay.h.
ConfigDisplay::ConfigDisplay | ( | QWidget * | parent = 0 , |
|
const QVariantList & | args = QVariantList() | |||
) | [explicit] |
Generic Constructor
parent | parent widget
|
Definition at line 23 of file configdisplay.cpp.
ConfigDisplay::~ConfigDisplay | ( | ) |
Destructor
Definition at line 140 of file configdisplay.cpp.
void ConfigDisplay::defaults | ( | ) | [virtual] |
Overloaded method of KCModule. Sets the user interface elements to default values. This method is called when the user clicks the "Default" button.
Definition at line 217 of file configdisplay.cpp.
void ConfigDisplay::load | ( | ) | [virtual] |
Overloaded method of KCModule. Sets the user interface elements to reflect the current settings stored in the config file.
Definition at line 149 of file configdisplay.cpp.
void ConfigDisplay::save | ( | ) | [virtual] |
Overloaded method of KCModule. Stores the config information as shown in the user interface in the config file. Is called when the user clicks "Apply" or "Ok".
Definition at line 182 of file configdisplay.cpp.
void ConfigDisplay::slotChanged | ( | ) | [slot] |
Connected with the configuration items. Calls the slot changed() of KCModule to notify the dialog about the change.
Definition at line 144 of file configdisplay.cpp.
QCheckBox* ConfigDisplay::chkAccountlistAccount [private] |
Check box to switch on/off the "Account" column in the account list.
Definition at line 97 of file configdisplay.h.
QCheckBox* ConfigDisplay::chkAccountlistActive [private] |
Check box to switch on/off the "Active" column in the account list.
Definition at line 92 of file configdisplay.h.
QCheckBox* ConfigDisplay::chkAccountlistMessages [private] |
Check box to switch on/off the "Messages" column in the account list.
Definition at line 112 of file configdisplay.h.
QCheckBox* ConfigDisplay::chkAccountlistServer [private] |
Check box to switch on/off the "Server" column in the account list.
Definition at line 102 of file configdisplay.h.
QCheckBox* ConfigDisplay::chkAccountlistSize [private] |
Check box to switch on/off the "Size" column in the account list.
Definition at line 117 of file configdisplay.h.
QCheckBox* ConfigDisplay::chkAccountlistUser [private] |
Check box to switch on/off the "User" column in the account list.
Definition at line 107 of file configdisplay.h.
QCheckBox* ConfigDisplay::chkAllowHTML [private] |
Check box to switch on/off HTML in the message view.
Definition at line 167 of file configdisplay.h.
QCheckBox* ConfigDisplay::chkMessagelistAccount [private] |
Check box to switch on/off the "Account" column in the message list.
Definition at line 127 of file configdisplay.h.
QCheckBox* ConfigDisplay::chkMessagelistContent [private] |
Check box to switch on/off the "Content" column in the message list.
Definition at line 157 of file configdisplay.h.
QCheckBox* ConfigDisplay::chkMessagelistDate [private] |
Check box to switch on/off the "Date" column in the message list.
Definition at line 147 of file configdisplay.h.
QCheckBox* ConfigDisplay::chkMessagelistFrom [private] |
Check box to switch on/off the "From" column in the message list.
Definition at line 132 of file configdisplay.h.
QCheckBox* ConfigDisplay::chkMessagelistNumber [private] |
Check box to switch on/off the "Number" column in the message list.
Definition at line 122 of file configdisplay.h.
QCheckBox* ConfigDisplay::chkMessagelistSize [private] |
Check box to switch on/off the "Size" column in the message list.
Definition at line 152 of file configdisplay.h.
QCheckBox* ConfigDisplay::chkMessagelistState [private] |
Check box to switch on/off the "State" column in the message list.
Definition at line 162 of file configdisplay.h.
QCheckBox* ConfigDisplay::chkMessagelistSubject [private] |
Check box to switch on/off the "Subject" column in the message list.
Definition at line 142 of file configdisplay.h.
QCheckBox* ConfigDisplay::chkMessagelistTo [private] |
Check box to switch on/off the "To" column in the message list.
Definition at line 137 of file configdisplay.h.
KSharedConfigPtr ConfigDisplay::config [private] |
Connector to the configuration file
Definition at line 87 of file configdisplay.h.