- Visual C++源码
- Visual Basic源码
- C++ Builder源码
- Java源码
- Delphi源码
- C/C++源码
- PHP源码
- Perl源码
- Python源码
- Asm源码
- Pascal源码
- Borland C++源码
- Others源码
- SQL源码
- VBScript源码
- JavaScript源码
- ASP/ASPX源码
- C#源码
- Flash/ActionScript源码
- matlab源码
- PowerBuilder源码
- LabView源码
- Flex源码
- MathCAD源码
- VBA源码
- IDL源码
- Lisp/Scheme源码
- VHDL源码
- Objective-C源码
- Fortran源码
- tcl/tk源码
- QT源码
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