XRCed 学习资源?
我看到很多人说 XRCed 非常强大“如果你学会了如何使用它”。 不幸的是,关于它的文档很少,并且SF.net主页上的许多链接现在都是404。
我能找到的最好的是 XRCed 教程,但是它太原始了 - 所以,有人有吗我想知道在哪里可以找到更好的文档?
I've seen many people saying XRCed very strong "if you have learned how to use it". Unfortuntately, there're few documents about it, and many of the links on SF.net home page is 404 now.
The best I can found is XRCed Tutorial, however it is too primitive - so, does anyone have some idea for where can I find better documents about it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
只是一个建议; 你试过wxFormBuilder吗? XRCed 看起来有点过时了(有一段时间没有更新了),而且它和 wxFB 做同样的事情。 我已经在几个项目中使用 wxFB 一段时间了,它是我的救星。
Just a suggestion; have you tried wxFormBuilder? XRCed seems a little outdated (hasn't been updated for a while), and it does the same thing as wxFB. I've been using wxFB for a while in several projects and it's a life saver.
除了已经提到的 wxFormBuilder 之外,我还将添加 wxGlade。 虽然我更喜欢 wxFormbuilders GUI,但我发现它缺乏可用的小部件。 所以我根据 wxGlade 提供的小部件数量转向了它。
两者都可以创建 XRC 文件(以及其他一些代码,如 C++ 和 python),并且我认为两者都得到了积极维护。 我认为 XRCed 自 2007 年以来就没有更新过。
为了便于使用,我会使用 wxFormBuilder。 如果您想使用各种不同的小部件,目前请使用 wxGlade。 我不知道 wxFormbuilder 是否计划在未来的版本中合并 ToggleButtons 等。 这不是我正在使用的那个...
Alongside the already mentioned wxFormBuilder, I'm going to throw in wxGlade, as well. While I prefer wxFormbuilders GUI, I found it to be lacking in the available widgets. So I moved to wxGlade based on the amount of widgets it offers.
Both can create XRC files (and some other codes like C++ and python) and I think both are actively maintained. I think XRCed hasn't been updated since 2007.
For ease of use, I would go with wxFormBuilder. If you want to use various different widgets, for the moment, go with wxGlade. I don't know if wxFormbuilder is planning on incorporating ToggleButtons and the like in their future releases. It isn't in the one that I am using...