/**************************************************************************** ** Form interface generated from reading ui file 'find.ui' ** ** Created: Tue May 29 10:37:27 2001 ** by: The User Interface Compiler (uic) ** ** WARNING! All changes made in this file will be lost! ****************************************************************************/ #ifndef FIND_H #define FIND_H #include #include class QVBoxLayout; class QHBoxLayout; class QGridLayout; class QCheckBox; class QComboBox; class QLabel; class QLineEdit; class QPushButton; class QSpinBox; #include #include "mdiwindow.h" #include "multilinelistviewitem.h" #include "querylistview.h" #include "xcombobox.h" class Find : public QWidget { Q_OBJECT public: Find(MYSQL *, QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); ~Find(); QLabel* TextLabel1; QLabel* TextLabel2; QLabel* TextLabel3; QPushButton* close; QPushButton* fire; QCheckBox* match_case; QLabel* TextLabel1_2; QCheckBox* match_whole; XComboBox* database; QComboBox* table; QLineEdit* text; QSpinBox* max_match; private: void signal_connect(); MYSQL *mysql; int value; int total; MDIWindow *query; QueryListView *sql; private slots: void slot_fire(); void slot_close(); void slot_database(); void slot_table(); bool slot_find(const QString &database, const QString &table); bool slot_find(const QString &database); }; #endif // FIND_H