Perl GUI programming on Windows

后端 未结 6 1630
星月不相逢
星月不相逢 2021-02-02 00:44

I\'m looking for tools for Perl GUI programming on Windows for educational/in-house development, mostly science related.

My first choice was PerlQt. A friend of mine was

6条回答
  •  庸人自扰
    2021-02-02 01:23

    I have an experience with PerlTk and wxPerl. wxPerl is rather decent toolkit which I can recommend. There is also a GUI builder available wxGlade

    The few applications I had in Tk taught me to hate that toolkit wholeheartedly:

    1. it looks awful
    2. disproportional amount of coding time was spent on solving various bugs and finding workarounds for missing features

提交回复
热议问题