有 C++/GTK 的 GUI 设计器吗?

发布于 2024-12-28 14:32:02 字数 117 浏览 0 评论 0原文

我是 .NET 程序员,我正在寻找一个相当于 VS 的 IDE,我可以将控件等拖放到我的表单中。 MonoDevelop 使用 Gtk# 库,但我无法(在这个项目中)使用它解释或编译为字节代码的语言。因此选择了 C++。

I'm .NET programmer and I'm looking for an IDE equivalent to VS that I can drag and drop the controls etc to my form. MonoDevelop uses Gtk# library, but I can't do use of it (in this project) of languages interpreted or compiled to byte code. For this reason was C++ chosen.

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

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

发布评论

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

评论(1

笑梦风尘 2025-01-04 14:32:02

使用独立的 Glade 工具来设计基于 GTK+ 的用户界面。另请参阅 Glade 和 Gtk::Builder 部分在 gtkmm 教程中。

如果您使用的是 Linux,我还可以推荐 Anjuta Devstudio 作为 IDE,但我是恐怕它的 Windows 支持不存在,甚至没有可供下载的二进制文件。

Use the standalone Glade tool for designing GTK+ based user interfaces. Also see the section on Glade and Gtk::Builder in the gtkmm tutorial.

If you were on Linux, I could also recommend Anjuta Devstudio for an IDE, but I am afraid its Windows support is non-existent and there are even no binaries available for download.

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