📄 testapp.h
字号:
/* testapp.h * * Test Application class * * Copyright 2004 Petteri Kangaslampi * * See license.txt for full copyright and license information.*/#ifndef __TESTAPP_H__#define __TESTAPP_H__#include <aknapp.h>#include <akndoc.h>/** * Test Application class. Does very little, just creates the document. */class CTestApplication : public CAknApplication {private: CApaDocument* CreateDocumentL(); TUid AppDllUid() const; };#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -