📄 simple-qfont-demo.cpp
字号:
/* $Id: qt/simple-qfont-demo.cpp 3.3.4 edited May 27 2003 $ */#include "viewer.h"#include <qapplication.h> int main( int argc, char **argv ){ QApplication app( argc, argv ); Viewer * textViewer = new Viewer(); textViewer->setCaption( "Qt Example - Simple QFont Demo" ); app.setMainWidget( textViewer ); textViewer->show(); return app.exec();}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -