readme
来自「Trolltech公司发布的图形界面操作系统。可在qt-embedded-2.3」· 代码 · 共 19 行
TXT
19 行
This is a very simple example of how to write a composing input method.It will convert a sequence of four hex digits to one Unicode character.Shift+space toggles the input method on/off, and the return key acceptsthe composed text. Backspace removes the last composed character.A proper input method would implement cursor movement and a moresophisticated state machine, but that would make the code morecomplex and harder to understand.The input method is defined in composeim.h and composeim.cppThe plugin code is in composeimpl.h and composeimpl.cppmain.cpp is a stub that allows testing of the input method in isoloationfrom the qpe server.See inputmethods.html for a detailed explanation of creating a ComposingInput Method.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?