#include <configdialog.h>
Public Slots | |
void | slotDefault () |
Will be called when the "Default" button has been clicked. */. | |
void | slotApply () |
Will be called when the "Apply" button has been clicked. | |
void | enableApply () |
Will be called whenever a setting was changed. | |
Signals | |
void | settingsChanged () |
Will be emitted when the new settings should be applied. | |
Public Member Functions | |
ConfigDialog (QWidget *parent, const char *name=0, WFlags f=0) | |
~ConfigDialog () | |
void | updateDialog () |
void | updateConfiguration () |
It uses the Conifg() function to access the Configuration object, and populate its controls to the configuration object's data. Later, if OK is pressed the Configuration object is saved with the new settings.
Definition at line 54 of file configdialog.h.
|
Default constructor.
Definition at line 58 of file configdialog.cpp. References enableApply(). |
|
Default destructor. Definition at line 146 of file configdialog.cpp. |
|
|
Updates the dialog controls with Configuration values. Definition at line 150 of file configdialog.cpp. References Configuration::Caption, Configuration::CaptureMode, Config(), CaptionConfig::CustomPos, WWWConfig::Files, Configuration::Ftp, Configuration::Log, CaptionConfig::Position, Configuration::ScaleMode, PrefCapture::scaleModeChanged(), LogConfig::UseLog, FtpConfig::UseOffline, FtpConfig::UseThumb, WWWConfig::UseWWW, and Configuration::WWW. Referenced by KWebSnap::slotConfig(). |