/**************************************************************************** ** Form interface generated from reading ui file 'servernew.ui' ** ** Created: Mon Aug 20 11:20:44 2001 ** by: The User Interface Compiler (uic) ** ** WARNING! All changes made in this file will be lost! ****************************************************************************/ #ifndef SERVERNEW_H #define SERVERNEW_H #include #include class QVBoxLayout; class QHBoxLayout; class QGridLayout; class QGroupBox; class QLabel; class QLineEdit; class QPushButton; class QSpinBox; class ServerNew : public QDialog { Q_OBJECT public: ServerNew( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); ~ServerNew(); QGroupBox* GroupBox1; QLabel* TextLabel1; QLabel* TextLabel2; QLabel* TextLabel3; QLabel* TextLabel5; QLabel* TextLabel6; QLabel* TextLabel7; QLabel* TextLabel8; QLineEdit* host; QLineEdit* user; QLineEdit* password; QLineEdit* database; QLineEdit* port; QLineEdit* socket; QPushButton* button; QSpinBox* timeout; QPushButton* fire; QPushButton* close; bool flag; private: void signal_connect(); private slots: void slot_fire(); void slot_close(); void slot_socket(); }; #endif // SERVERNEW_H