Are there Perl GUI builders, especially for WxPerl?

无人久伴 提交于 2020-01-01 08:22:08

问题


Are there good GUI builder for Perl GUI libraries, especially for WxPerl?


回答1:


For Wx:

  • WxGlade
  • Any Wx tool that generates XRC files.

For Tk:

  • Zooz
  • SpeTcl



回答2:


wxDesigner is the only one I know. I have never used it though.




回答3:


It's still fairly new, but the Padre editor has an in-development Padre::Plugin::FormBuilder plugin that takes a wxFormBuilder project file and generates pure-Perl dialog classes.




回答4:


Check out wxformbuilder. You can design your GUI there and generate an XRC file which wxPerl can then be configured to load.




回答5:


There is The GUI Loft for Win32::GUI, but of course it's not portable off of Win32.




回答6:


Of the GUI editors that I have tried briefly, wxGlade seems the most natural to use, but it still doesn't seem to have the "drag and drop" functionality that I grew to love when working with Java in Eclipse or Netbeans. Don't get me wrong, I love Perl, but would still really like to see a nice WYSIWYG GUI editor.




回答7:


I would recommend simply using web-based interfaces for everything. If you went with this approach, you could even run a local (i.e. on a Desktop) web server for "standalone" applications.

In like manner, ActiveState decided to focus on Web-based development instead of continuing work on their GUI editor



来源:https://stackoverflow.com/questions/1800170/are-there-perl-gui-builders-especially-for-wxperl

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!