/**************************************************************************** ** Form interface generated from reading ui file './serverspybase.ui' ** ** Created: Thu Jul 19 18:57:14 2007 ** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.6 edited Aug 31 2005 $) ** ** WARNING! All changes made in this file will be lost! ****************************************************************************/ #ifndef SERVERSPYBASE_H #define SERVERSPYBASE_H #include #include class QVBoxLayout; class QHBoxLayout; class QGridLayout; class QSpacerItem; class QLabel; class QLineEdit; class QPushButton; class ServerspyBase : public QWidget { Q_OBJECT public: ServerspyBase( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); ~ServerspyBase(); QLabel* textLabel1; QLineEdit* m_address; QLabel* m_output; QLabel* m_ip; QLabel* m_hostname; QPushButton* m_find; QPushButton* m_quit; public slots: virtual void findServer(); protected: QVBoxLayout* ServerspyBaseLayout; QHBoxLayout* layout2; QHBoxLayout* layout1; QSpacerItem* spacer1; protected slots: virtual void languageChange(); }; #endif // SERVERSPYBASE_H