有 C++/GTK 的 GUI 设计器吗?
我是 .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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用独立的 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.