寻找一个类似于Windows Paint的Qt开源项目

发布于 2024-11-30 06:34:21 字数 48 浏览 0 评论 0原文

我正在搜索 Qt 开源项目以供参考。有没有像Windows Paint这样的项目?

I'm searching a Qt open source project for reference. Is there such a project like Windows Paint?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

_畞蕅 2024-12-07 06:34:21

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文