Database Informations. More...
#include <Inf.h>
Public Slots | |
| void | evtBtnConnect (void) |
| void | evtRadAllTables (void) |
| void | evtRadNonTables (void) |
| void | evtBtnAccept (void) |
| void | evtBtnCancel (void) |
Public Member Functions | |
| Inf (QWidget *=0) | |
| void | setDialogStyle (int) |
| Sets dialog style. | |
| void | setConnectionType (QString) |
| Sets connection type. | |
| QString | getConnectionString (void) |
| returns connection string | |
| QStringList | getSelectedTables (void) |
| returns selected tables | |
Private Member Functions | |
| void | InitInterface (void) |
| Inits Interface. | |
| void | InitSlots (void) |
| Inits Slots. | |
| void | TranslateInterface (void) |
| Translates Interface. | |
Private Attributes | |
| QString | host |
| QString | port |
| QString | name |
| QString | user |
| QString | pass |
| QString | connectionType |
| QString | connectionString |
| QStringList | selectedTables |
| QVBoxLayout * | theLayout |
| QGridLayout * | lytInfo |
| QLabel * | lblHost |
| QHBoxLayout * | lytHost |
| QLineEdit * | txtHost |
| QLabel * | lblPort |
| QLineEdit * | txtPort |
| QLabel * | lblName |
| QLineEdit * | txtName |
| QLabel * | lblUser |
| QLineEdit * | txtUser |
| QLabel * | lblPass |
| QLineEdit * | txtPass |
| QPushButton * | btnConnect |
| QVBoxLayout * | lytTables |
| QLabel * | lblTables |
| QRadioButton * | radAllTables |
| QRadioButton * | radNonTables |
| QListWidget * | lstTables |
| QHBoxLayout * | lytDialog |
| QPushButton * | btnAccept |
| QPushButton * | btnCancel |
Database Informations.
Definition at line 43 of file Inf.h.
1.6.1