about.h

来自「一个linux进程管理器,具有以下功能: 管理系统的进程」· C头文件 代码 · 共 52 行

H
52
字号
/****************************************************************************** Form interface generated from reading ui file 'about.ui'**** Created 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 ABOUT_H#define ABOUT_H#include <qvariant.h>#include <qdialog.h>class QVBoxLayout;class QHBoxLayout;class QGridLayout;class QSpacerItem;class QLabel;class About : public QDialog{    Q_OBJECTpublic:    About( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );    ~About();    QLabel* textLabel5;    QLabel* textLabel1;    QLabel* textLabel2;    QLabel* textLabel3;protected:    QGridLayout* AboutLayout;    QSpacerItem* spacer6;    QSpacerItem* spacer7;    QSpacerItem* spacer4;    QSpacerItem* spacer5;    QVBoxLayout* layout5;    QHBoxLayout* layout2;    QVBoxLayout* layout4;    QSpacerItem* spacer13;    QHBoxLayout* layout3;protected slots:    virtual void languageChange();};#endif // ABOUT_H

⌨️ 快捷键说明

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