📄 detailform.h
字号:
/****************************************************************************** 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -