搜索资源列表
Screencopy
- QT编写的屏幕截图软件,简便易用,主要在于熟悉实现过程-screen copy programe developed by Qt
ScreenShot
- windows VS2008 环境下Qt实现截图软件 ,可直接运行-Qt screenshot software can be run directly under the environment of windows VS2008
shotpicture
- Qt编写的截图工具,适合学习Qt事件机制-Qt screenshot tool for learning Qt event mechanism
pingmujietu
- 这是一款用QT写的屏幕截图的软件,小小的功能给大家参考参考-use QT
ScreenSnaper
- 基于Qt4下的截屏软件 使用了QPixmap::grabWindow(QApplication::desktop()->winId())来获得屏幕的图像 并保存在QPixmap的一个对象fullScreenMap里 再将该图像画到一个QWidget上并showFullScreen()以覆盖屏幕 之后的操作都是在这个QWidget上进行 跟QQ截图有点象 完成后点鼠标右键就有ContextMenu弹出 Esc为退出,空格键保存图像(当然也可以右键菜单保存)(Scr