basename.rls
来自「symbian学习案例」· RLS 代码 · 共 28 行
RLS
28 行
/*
============================================================================
Name : $(baseName).rls
Author : $(author)
Copyright : $(copyright)
Description : This is a localisation file for $(baseName)
A .rls file is the one and only place where the logical
strings to be localised are defined.
============================================================================
*/
// LOCALISATION STRINGS
// Caption string for app.
#define qtn_caption_string "$(baseName)"
#define qtn_help "Help"
#define qtn_about "About"
#define qtn_exit "Exit"
#define qtn_loc_resource_file_1 "\\resource\\apps\\$(baseName)_$(uid3)"
#define qtn_about_dialog_title "About"
#define qtn_about_dialog_text "$(baseName) Version 1.0.0\n\nAuthor: $(author)\n\n(c) $(copyright)"
// End of File
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?