detailform.h
来自「一个linux进程管理器,具有以下功能: 管理系统的进程」· C头文件 代码 · 共 60 行
H
60 行
/****************************************************************************** Form interface generated from reading ui file 'detailform.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 DETAILFORM_H#define DETAILFORM_H#include <qvariant.h>#include <qdialog.h>class QVBoxLayout;class QHBoxLayout;class QGridLayout;class QSpacerItem;class QLabel;class QLineEdit;class detailForm : public QDialog{ Q_OBJECTpublic: detailForm( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); ~detailForm(); QLabel* UIDtextLabel; QLabel* EUIDtextLabel; QLabel* EffectiveownertextLabel; QLabel* userTimetextLabel; QLabel* systemTimetextLabel; QLabel* runTimetextLabel; QLineEdit* UIDlineEdit; QLineEdit* EUIDlineEdit; QLineEdit* EffectiveownerlineEdit; QLineEdit* userTimelineEdit; QLineEdit* systemTimelineEdit; QLineEdit* runTimelineEdit;public slots: virtual void detailForm_destroyed( QObject * );protected: QGridLayout* detailFormLayout; QSpacerItem* spacer10; QSpacerItem* spacer11; QHBoxLayout* layout9; QVBoxLayout* layout8; QVBoxLayout* layout7;protected slots: virtual void languageChange();};#endif // DETAILFORM_H
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?