?? composing.pro
字號:
# can be built in two different ways.# the first is as an application to demonstrate the composing nature of the # input method without bringing in complications to do with making it a plugin.# the second method shows how it can then be turned into a plugin.# coment the following line if you want to make the input method as an# applicationCONFIG += composeim_as_pluginTARGET = composeimcomposeim_as_plugin { CONFIG += qtopiaplugin HEADERS = composeim.h composeimpl.h SOURCES = composeim.cpp composeimpl.cpp} else { CONFIG += qtopiaapp CONFIG -= buildQuicklaunch HEADERS = composeim.h SOURCES = composeim.cpp main.cpp}TRANSLATABLES=$$HEADERS $$SOURCEScomposeim_as_plugin:QTOPIA_PROJECT_TYPE=inputmethods
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -