form1.h
来自「用QT库写的查看二进制文件数据的程序」· C头文件 代码 · 共 64 行
H
64 行
/****************************************************************************** Form interface generated from reading ui file 'form1.ui'**** Created: 星期五 七月 25 19:28:39 2008** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.2 edited Nov 24 13:47 $)**** WARNING! All changes made in this file will be lost!****************************************************************************/#ifndef FORM1_H#define FORM1_H#include <qvariant.h>#include <qmainwindow.h>class QVBoxLayout;class QHBoxLayout;class QGridLayout;class QSpacerItem;class QAction;class QActionGroup;class QToolBar;class QPopupMenu;class QLabel;class QPushButton;class QLineEdit;class QTextEdit;class Form1 : public QMainWindow{ Q_OBJECTpublic: Form1( QWidget* parent = 0, const char* name = 0, WFlags fl = WType_TopLevel ); ~Form1(); QLabel* textLabel1; QLabel* textLabel2; QPushButton* pushButton1; QLineEdit* lineEdit2; QTextEdit* textEdit1; QLineEdit* lineEdit1; QMenuBar *MenuBar; QPopupMenu *fileMenu; QToolBar *toolBar; QAction* fileOpenAction; QAction* Action;public slots: virtual void fileOpen(); virtual void editshow();protected: QString FName; int Sit;protected slots: virtual void languageChange();};#endif // FORM1_H
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?