/**************************************************************************** ** Form interface generated from reading ui file 'key.ui' ** ** Created: Sun Dec 30 17:26:19 2001 ** by: The User Interface Compiler (uic) ** ** WARNING! All changes made in this file will be lost! ****************************************************************************/ #ifndef KEYMANAGER_H #define KEYMANAGER_H #include #include class QVBoxLayout; class QHBoxLayout; class QGridLayout; class QComboBox; class QGroupBox; class QLabel; class QLineEdit; class QListView; class QListViewItem; class QPushButton; #include "xcombobox.h" #include #include class KeyManager : public QWidget { Q_OBJECT public: KeyManager(MYSQL *mysql, QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); ~KeyManager(); QGroupBox* GroupBox1; QLabel* TextLabel2_4; QLabel* TextLabel1_3; QComboBox* key_type; QListView* field; QLineEdit* key_name; QPushButton* save; QPushButton* drop; QPushButton* up; QGroupBox* GroupBox2_2; QLabel* TextLabel1; QLabel* TextLabel2; XComboBox* database; XComboBox* table; QListView* key; QPushButton* down; QPushButton* close; QPushButton* fire; QPushButton* new_; public slots: void slot_close(); void slot_about(); void slot_fire(); void slot_new(); void slot_save(); void slot_drop(); void slot_up(); void slot_down(); void slot_database(); void slot_table(int); void slot_field(int); void slot_value(const QString &, const QString &); void slot_clear(); void slot_clicked(int); private: void signal_connect(); bool is_exist(QString); QListViewItem *get_last(); MYSQL *mysql; bool flag; signals: void signal_schema(); }; #endif // KEYMANAGER_H