/**************************************************************************** ** Form interface generated from reading ui file 'copy.ui' ** ** Created: Fri Oct 4 22:48:23 2002 ** by: The User Interface Compiler (uic) ** ** WARNING! All changes made in this file will be lost! ****************************************************************************/ #ifndef COPY_H #define COPY_H #include #include class QVBoxLayout; class QHBoxLayout; class QGridLayout; class QComboBox; class QGroupBox; class QLabel; class QLineEdit; class QPushButton; #define M_MOVE 0 #define M_COPY 1 #include "xcombobox.h" class Copy : public QWidget { Q_OBJECT public: Copy( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); ~Copy(); QGroupBox* GroupBox1; QLabel* TextLabel1; QLabel* TextLabel2; XComboBox* database1; XComboBox* table1; QGroupBox* GroupBox2; QLabel* TextLabel3; QLabel* TextLabel4; XComboBox* database2; QLineEdit* table2; QPushButton* fire; QPushButton* close; void set_mode(int); public slots: void slot_close(); void slot_fire(); void slot_database1(); void slot_database2(); void slot_table1(int); void slot_value(const QString &database, const QString &table); void slot_clear(); private: void signal_connect(); int mode; signals: void signal_schema(); }; #endif // COPY_H