![]() |
Kooky
|
Configuration Dialog for dMySQL. More...
#include <cconfigdialog.h>
Inheritance diagram for cConfigDialog:
Collaboration diagram for cConfigDialog:Public Member Functions | |
| cConfigDialog (QWidget *parent=0) | |
| ~cConfigDialog () | |
| void | setHostname (const QString &szHostname) |
| void | setDatabase (const QString &szDatabase) |
| void | setUserName (const QString &szUserName) |
| void | setPassword (const QString &szPassword) |
| QString | hostname () |
| QString | database () |
| QString | userName () |
| QString | password () |
Private Slots | |
| void | on_m_lpTestButton_clicked () |
| void | on_m_lpPassword_textChanged (const QString &arg1) |
| void | on_m_lpPassword2_textChanged (const QString &arg1) |
| void | on_m_lpOKButton_clicked () |
| void | on_m_lpCancelButton_clicked () |
Private Attributes | |
| Ui::cConfigDialog * | ui |
| bool | m_bPasswordChanged |
This class implements basic import functionality for Kooky. All functions may be overwritten by derriving classes.
|
explicit |
| parent |
References ui.
| cConfigDialog::~cConfigDialog | ( | ) |
References ui.
| QString cConfigDialog::database | ( | ) |
References ui.
Referenced by cMySQLPlugin::config().
Here is the caller graph for this function:| QString cConfigDialog::hostname | ( | ) |
References ui.
Referenced by cMySQLPlugin::config().
Here is the caller graph for this function:
|
privateslot |
|
privateslot |
References ui.
|
privateslot |
| arg1 |
References m_bPasswordChanged, and ui.
|
privateslot |
| arg1 |
References m_bPasswordChanged, and ui.
|
privateslot |
| QString cConfigDialog::password | ( | ) |
References ui.
Referenced by cMySQLPlugin::config().
Here is the caller graph for this function:| void cConfigDialog::setDatabase | ( | const QString & | szDatabase | ) |
| szDatabase |
References ui.
Referenced by cMySQLPlugin::config().
Here is the caller graph for this function:| void cConfigDialog::setHostname | ( | const QString & | szHostname | ) |
| szHostname |
References ui.
Referenced by cMySQLPlugin::config().
Here is the caller graph for this function:| void cConfigDialog::setPassword | ( | const QString & | szPassword | ) |
| szPassword |
References ui.
Referenced by cMySQLPlugin::config().
Here is the caller graph for this function:| void cConfigDialog::setUserName | ( | const QString & | szUserName | ) |
| szUserName |
References ui.
Referenced by cMySQLPlugin::config().
Here is the caller graph for this function:| QString cConfigDialog::userName | ( | ) |
References ui.
Referenced by cMySQLPlugin::config().
Here is the caller graph for this function:
|
private |
TODO: describe
Referenced by on_m_lpPassword2_textChanged(), and on_m_lpPassword_textChanged().
|
private |
TODO: describe
Referenced by cConfigDialog(), database(), hostname(), on_m_lpOKButton_clicked(), on_m_lpPassword2_textChanged(), on_m_lpPassword_textChanged(), password(), setDatabase(), setHostname(), setPassword(), setUserName(), userName(), and ~cConfigDialog().