serverform.h
资源名称:Webserver.rar [点击查看]
上传用户:yayahi0755
上传日期:2022-05-14
资源大小:876k
文件大小:1k
源码类别:
浏览器
开发平台:
Unix_Linux
- /****************************************************************************
- ** Form interface generated from reading ui file 'serverform.ui'
- **
- ** Created: 三 7月 5 16:04:35 2006
- ** by: The User Interface Compiler ($Id: qt/main.cpp 3.1.1 edited Nov 21 17:40 $)
- **
- ** WARNING! All changes made in this file will be lost!
- ****************************************************************************/
- #ifndef SERVERFORM_H
- #define SERVERFORM_H
- #include <qvariant.h>
- #include <qdialog.h>
- class QVBoxLayout;
- class QHBoxLayout;
- class QGridLayout;
- class QLabel;
- class QPushButton;
- class QTextEdit;
- class serverform : public QDialog
- {
- Q_OBJECT
- public:
- serverform( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
- ~serverform();
- QTextEdit* txtEdit;
- QLabel* pixDisplay;
- QPushButton* btnExit;
- protected:
- protected slots:
- virtual void languageChange();
- };
- #endif // SERVERFORM_H