📄 helloblankappview.cpp
字号:
/* Copyright (c) 2003, Symbian Software Ltd. All rights reserved */
#include <coemain.h>
#include "HelloBlankAppView.h"
void CBlankAppView::ConstructL(const TRect& aRect)
{
// Create a window for this application view
CreateWindowL();
// Set the window's size
SetRect(aRect);
// Make it a Blank control
SetBlank();
// Activate the window, which makes it ready to be drawn
ActivateL();
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -