搜索资源列表
mm
- 此例程实现自定义小键盘的qt映射,在用户界面上可以按自定义的左右键调节焦点的移动 关于左右键的映射在-This routine to implement custom keypad qt mapping, in the user interface can be regulated according to the custom about key focus on mobile About the or so key mapping
ScreenSnaper
- 基于Qt4下的截屏软件 使用了QPixmap::grabWindow(QApplication::desktop()->winId())来获得屏幕的图像 并保存在QPixmap的一个对象fullScreenMap里 再将该图像画到一个QWidget上并showFullScreen()以覆盖屏幕 之后的操作都是在这个QWidget上进行 跟QQ截图有点象 完成后点鼠标右键就有ContextMenu弹出 Esc为退出,空格键保存图像(当然也可以右键菜单保存)(Scr