寻找一个类似于Windows Paint的Qt开源项目
我正在搜索 Qt 开源项目以供参考。有没有像Windows Paint这样的项目?
I'm searching a Qt open source project for reference. Is there such a project like Windows Paint?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Qt 在基本示例中为您提供的是“Scribble”示例,它应该帮助您入门:
http://doc.qt.nokia.com/latest/widgets-scribble.html
但是,如果您想要具有形状工具、调色板和其他功能的东西,那么有 KolourPaint,但它在编译时和运行时不仅仅依赖于 Qt...因为它使用 KDE:
http://en.wikipedia.org/wiki/KolourPaint
您可能很难找到用“纯”Qt 编写的 MS Paint 克隆。在某种程度上,这是因为 Microsoft Paint 是一种无用的程序,而且我总是觉得这个视频相当有趣:-)
http://www.youtube.com/watch?v=Hxx2KcPWWZg
What Qt gives you in the base examples is the "Scribble" sample, which is supposed to get you started:
http://doc.qt.nokia.com/latest/widgets-scribble.html
But if you wanted something that's going to have shape tools, color palettes, and other features then there's KolourPaint, but it is dependent on more than just Qt for both the compile-time and run-time...as it uses KDE:
http://en.wikipedia.org/wiki/KolourPaint
You might have difficulty finding a clone of MS paint written in "pure" Qt. In part, that's because Microsoft Paint is kind of a useless program, and I always found this video rather amusing :-)
http://www.youtube.com/watch?v=Hxx2KcPWWZg