📄 main.cpp
字号:
/************************************************************************************************************Copyright(C) 2008 Hailing Zhao.This widget may be used under the terms of the GNU General Public License versions 3.0 as published by the Free Software Foundation and appearing in the file LICENSE.GPL included in the packaging of this file. Please review the following information to ensure GNU General Public Licensing requirements will be met: <http://www.gnu.org/licenses/>.**************************************************************************************************************/#include "pictureviewer.h"#include <QtGui>#include <QApplication>int main(int argc, char *argv[]){ QApplication a(argc, argv); PictureViewer w; w.show(); return a.exec();}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -