serverform.h
上传用户:yayahi0755
上传日期:2022-05-14
资源大小:876k
文件大小:1k
源码类别:

浏览器

开发平台:

Unix_Linux

  1. /****************************************************************************
  2. ** Form interface generated from reading ui file 'serverform.ui'
  3. **
  4. ** Created: 三  7月 5 16:04:35 2006
  5. **      by: The User Interface Compiler ($Id: qt/main.cpp   3.1.1   edited Nov 21 17:40 $)
  6. **
  7. ** WARNING! All changes made in this file will be lost!
  8. ****************************************************************************/
  9. #ifndef SERVERFORM_H
  10. #define SERVERFORM_H
  11. #include <qvariant.h>
  12. #include <qdialog.h>
  13. class QVBoxLayout;
  14. class QHBoxLayout;
  15. class QGridLayout;
  16. class QLabel;
  17. class QPushButton;
  18. class QTextEdit;
  19. class serverform : public QDialog
  20. {
  21.     Q_OBJECT
  22. public:
  23.     serverform( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
  24.     ~serverform();
  25.     QTextEdit* txtEdit;
  26.     QLabel* pixDisplay;
  27.     QPushButton* btnExit;
  28. protected:
  29. protected slots:
  30.     virtual void languageChange();
  31. };
  32. #endif // SERVERFORM_H