childprocessform.h

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

H
49
字号
/****************************************************************************** Form interface generated from reading ui file 'childprocessform.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 CHILDPROCESSFORM_H#define CHILDPROCESSFORM_H#include <qvariant.h>#include <qdialog.h>class QVBoxLayout;class QHBoxLayout;class QGridLayout;class QSpacerItem;class QLabel;class QListView;class QListViewItem;class childProcessForm : public QDialog{    Q_OBJECTpublic:    childProcessForm( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );    ~childProcessForm();    QLabel* textLabel8;    QLabel* childProcesstextLabel;    QLabel* textLabel9;    QListView* childProcesslistView;protected:    QGridLayout* childProcessFormLayout;    QSpacerItem* spacer14;    QSpacerItem* spacer13;    QHBoxLayout* layout12;    QVBoxLayout* layout18;protected slots:    virtual void languageChange();};#endif // CHILDPROCESSFORM_H

⌨️ 快捷键说明

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