uitestcontainer.hrh
来自「Symbian S60 UI training example」· HRH 代码 · 共 18 行
HRH
18 行
#ifndef UITESTCONTAINER_HRH_
#define UITESTCONTAINER_HRH_
enum
{
EUiTestCmdShowYourName = 0x6000,
EUiTestCmdExit
};
enum TUiTestContainerViewControls {
ENameQueryDialogId = 1 // Define a unique id for each control in the dialog
}; // ... important if you want to get a pointer to it in the source code
#endif /*UITESTCONTAINER_HRH_*/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?