⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 popup.pro

📁 Trolltech公司发布的图形界面操作系统。可在qt-embedded-2.3.10平台上编译为嵌入式图形界面操作系统。
💻 PRO
字号:
# can be built in two different ways.# the first is as an application to demonstrate 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 += popupim_as_plugin# comment the following line if you want to make the input method as# and older style InputMethodInterface, compatible with Qtopia 1.5CONFIG += popupim_extended_interfaceTARGET       = popupimpopupim_as_plugin {    CONFIG      += qtopiaplugin    popupim_extended_interface {	HEADERS      = popupim.h popupextimpl.h	SOURCES      = popupim.cpp popupextimpl.cpp    } else {	HEADERS      = popupim.h popupimpl.h	SOURCES      = popupim.cpp popupimpl.cpp    }} else {    CONFIG      += qtopiaapp    CONFIG	-= buildQuicklaunch    HEADERS      = popupim.h    SOURCES      = popupim.cpp main.cpp}TRANSLATABLES=$$HEADERS $$SOURCESpopupim_as_plugin:QTOPIA_PROJECT_TYPE=inputmethods

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -