📄 informator.h.svn-base
字号:
/*************************************************************************** * Copyright (C) 2005 by Piotr Szymanski <niedakh@gmail.com> * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * * (at your option) any later version. * ***************************************************************************//** * @short The source of information about the Generator * * The goal of this class is to provide per Generator settings, * about data and other stuff not related with generating okular * content, but still needed for a full-featured plugin system. * */class Informator{ virtual QString iconName() = 0; virtual void addConfigurationPages ( KConfigDialog* cfg ) = 0; virtual KAboutData about(); virtual QStringList mimetypes() = 0;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -