12 #ifndef HK_KDEPASSWORD 13 #define HK_KDEPASSWORD 17 #include <qlineedit.h> 18 #include <qpushbutton.h> 20 #include <qcheckbox.h> 21 #include <qcombobox.h> 22 #include <hk_definitions.h> 39 hk_kdepassworddialog(hk_connection*,QWidget* p=0,
const char* name=0,struct_connectionfields*fields=0);
47 QLabel *passwordlabel;
51 QLabel *sqldelimiterlabel;
56 QLabel *booleanemulationlabel;
57 QComboBox* booleanemulationedit;
58 QLabel* databasenamelabel;
60 QCheckBox* savesettings;
61 QLabel *savesettingslabel;
64 struct_connectionfields* p_fields;
65 hk_connection* p_connection;
66 QVBoxLayout* gesamtlayout;
67 QVBoxLayout* textlayout;
68 QVBoxLayout* fieldlayout;
69 QHBoxLayout* datalayout;
70 QHBoxLayout* buttonlayout;
71 QHBoxLayout* headerlayout;
73 void ok_buttonclicked(
void);
74 void cancel_buttonclicked(
void);
Definition: hk_kdepassworddialog.h:35
Definition: hk_kdepassworddialog.cpp:20
Definition: hk_kdepassworddialog.cpp:43