hello.h

来自「基于Linux的c语言编程_"完全手册Linux系统下C源程序开发详解"」· C头文件 代码 · 共 39 行

H
39
字号
/****************************************************************************** Form interface generated from reading ui file 'hello.ui'**** Created by: The User Interface Compiler ($Id: qt/main.cpp   3.3.8   edited Jan 11 14:47 $)**** WARNING! All changes made in this file will be lost!****************************************************************************/#ifndef HELLO_H#define HELLO_H#include <qvariant.h>#include <qdialog.h>class QVBoxLayout;class QHBoxLayout;class QGridLayout;class QSpacerItem;class QLabel;class hello : public QDialog{    Q_OBJECTpublic:    hello( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );    ~hello();    QLabel* textLabel1;protected:protected slots:    virtual void languageChange();};#endif // HELLO_H

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?