📄 mainwindow.h
字号:
/****************************************************************************** Form interface generated from reading ui file 'gui.ui'**** Created: Thu Dec 14 18:57:34 2006** by: The User Interface Compiler (uic)**** WARNING! All changes made in this file will be lost!****************************************************************************/#ifndef MAINWINDOW_H#define MAINWINDOW_H#include <qvariant.h>#include <qdialog.h>#include <qmainwindow.h>class QVBoxLayout; class QHBoxLayout; class QGridLayout; class QFrame;class QListView;class QListViewItem;class Gui : public QMainWindow{ Q_OBJECTpublic: Gui( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); ~Gui(); QListView* ListView1; QFrame* Frame3; };#endif // GUI_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -