kitchensync
KSync::ConfigureDialog Class Reference
#include <configuredialog.h>
Detailed Description
The ConfigureDialog of the KitchenSync Framework It'll contain all widgets of the ActionPart The small ConfigurationDialog.
- See also:
- ManipulatorPart
- Version:
- 0.1
Definition at line 38 of file configuredialog.h.
Signals | |
void | ok () |
Public Member Functions | |
ConfigureDialog (QWidget *parent=0, const char *name=0, bool modal=true) | |
~ConfigureDialog () | |
virtual void | show () |
void | addWidget (QWidget *widget, const QString &name, QPixmap *pixmap) |
Protected Slots | |
virtual void | slotOk () |
virtual void | slotCancel () |
Protected Member Functions | |
void | apply (bool) |
Constructor & Destructor Documentation
ConfigureDialog::ConfigureDialog | ( | QWidget * | parent = 0 , |
|
const char * | name = 0 , |
|||
bool | modal = true | |||
) |
simple c'tor
- Parameters:
-
parent The parent name The name modal if the dialog is modal
Definition at line 32 of file configuredialog.cpp.
Member Function Documentation
void ConfigureDialog::addWidget | ( | QWidget * | widget, | |
const QString & | name, | |||
QPixmap * | pixmap | |||
) |
add a widget to ConfigureDialog
- Parameters:
-
widget The widget to be added. It'll be reparented name The string shown as name pixmap the QPixmap shown
Definition at line 65 of file configuredialog.cpp.
void KSync::ConfigureDialog::ok | ( | ) | [signal] |
Emitted whenever the Ok button is clicked.
void ConfigureDialog::apply | ( | bool | ) | [protected] |
The documentation for this class was generated from the following files: