#include <settings_stream_dialog.h>
Public Member Functions | |
settings_stream_dialog (QWidget *parent, const QString &name, settings_stream *config) | |
virtual | ~settings_stream_dialog () |
The dialog uses the widgets settings_stream_widget_connection, settings_stream_widget_saving and settings_stream_widget_splitting.
The class inherits public from KConfigDialog
- this way you can use the functions from KConfigDialog
. But be carefull: Use only the functions from which you know exactly what they do.
Definition at line 35 of file settings_stream_dialog.h.
settings_stream_dialog::settings_stream_dialog | ( | QWidget * | parent, | |
const QString & | name, | |||
settings_stream * | config | |||
) |
The constructor.
parent | Pass a QWidget as parent - the dialog will be centered to this widget. | |
name | Set a name for this object. You can read the name later using the property objectName (class QObject ). | |
config | Set the settings_stream object which will be used for the dialog. |
Definition at line 26 of file settings_stream_dialog.cpp.
settings_stream_dialog::~settings_stream_dialog | ( | ) | [virtual] |
The destructor.
Definition at line 55 of file settings_stream_dialog.cpp.