GTK 应用程序的最佳 GUI 设计器是哪个?
我想要一个可视化 GUI 设计器,它将以 GtkBuilder 使用的格式生成 XML 输出。 Glade 似乎是最强大的,尽管 Gazpacho 更轻。 Stetic(包含在 MonoDevelop 中)似乎不错,但我认为它还不支持 GtkBuilder。
I want a visual GUI designer that will produce XML output in the format used by GtkBuilder. Glade seems to be the most powerful, although Gazpacho is more lightweight. Stetic (included with MonoDevelop) seems to be good but I don't believe it supports GtkBuilder yet.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
上次我尝试使用西班牙凉菜汤时——不可否认,是几个月前,所以它可能有所改进——它几乎无法使用。 不断崩溃[1],无法设置一些重要的小部件属性,最糟糕的是,无法加载其最终输出。 我最终只使用 Glade,保存到 .glade 文件,然后手动转换为 GtkBuilder。 我听说 Glade 的 GtkBuilder 输出在最近的版本中更好,因此您也许可以跳过第二步和第三步。
如果您决定使用 Glade,请务必使用 Glade 3——它比旧版本好得多。
[1] 是的,我知道它是用 Python 编写的。 不,我不明白他们是如何成功开发出如此不稳定的 Python 应用程序的。
The last time I tried to use Gazpacho -- admittedly, a few months ago, so it might have improved -- it was nearly unusable. Constant crashes[1], couldn't set some important widget attributes, and to top it off, its final output couldn't be loaded. I ended up just using Glade, saving to a .glade file, and converting to GtkBuilder manually. I've heard that Glade's GtkBuilder output is better in recent versions, so you might be able to skip the second and third steps.
If you decide on Glade, make sure to use Glade 3 -- it's much, much better than the older version.
[1] Yes, I know it's written in Python. No, I can't figure out how they managed to pull off such an unstable Python app.
我一直使用 Glade,良好的 XML 输出。 虽然我最近没有做很多事情,所以也许现在有更好的事情。
Ive always used Glade, nice XML output. Though I haven't done a lot recently so perhaps there's something better now.
你可以尝试 Glade + kiwi-gtk。 速度非常快! 如果您对 gtk 和 kiwi 有疑问,请在 twitter 上向我发送收件箱。
You can try Glade + kiwi-gtk. It's very fast! If you have doubts about gtk and kiwi send me a inbox on twitter.