/**************************************************************************** ** Form interface generated from reading ui file 'privilege.ui' ** ** Created: Fri May 4 10:57:32 2001 ** by: The User Interface Compiler (uic) ** ** WARNING! All changes made in this file will be lost! ****************************************************************************/ #ifndef PRIVILEGE_H #define PRIVILEGE_H #include #include class QVBoxLayout; class QHBoxLayout; class QGridLayout; class QButtonGroup; class QCheckBox; class QComboBox; class QLabel; class QLineEdit; class QListView; class QListViewItem; class QPushButton; class QRadioButton; class QTabWidget; class QCheckListItem; #include #include "xcombobox.h" class Privilege : public QWidget { Q_OBJECT public: Privilege(MYSQL *, QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); ~Privilege(); QPushButton* close; QPushButton* fire; QTabWidget* TabWidget2; QWidget* tab; QButtonGroup* ButtonGroup1; QRadioButton* revoke; QRadioButton* grant; QWidget* tab_2; QButtonGroup* ButtonGroup11; QLabel* TextLabel2; QLabel* TextLabel3; QLabel* TextLabel4_2; QLabel* TextLabel5_2; //QLineEdit* host; QComboBox* host; //QLineEdit* user; QComboBox* user; XComboBox* database; QComboBox* table; QWidget* tab_3; QButtonGroup* ButtonGroup2_2; QCheckBox* choose; QListView* privilege; QCheckListItem* select; QCheckListItem* insert; QCheckListItem* update; QCheckListItem* delete_; QCheckListItem* references; QCheckListItem* usage; QCheckListItem* index; QCheckListItem* alter; QCheckListItem* create; QCheckListItem* drop; QCheckListItem* reload; QCheckListItem* shutdown; QCheckListItem* process; QCheckListItem* file; QCheckListItem* grant_; protected: QVBoxLayout* tabLayout; QVBoxLayout* tabLayout_2; QVBoxLayout* tabLayout_3; private: void signal_connect(); MYSQL *mysql; signals: private slots: void slot_fire(); void slot_close(); void slot_choose(); void slot_table(); void slot_host(); void slot_user(); public slots: void slot_database(); }; #endif // PRIVILEGE_H