Linux GUI development

前端 未结 4 1580
说谎
说谎 2020-12-10 03:31

I have a large GUI project that I\'d like to port to Linux. What is the most recommended framework to utilize for GUI programming in Linux? Are Frameworks such as KDE / Gnom

4条回答
  •  醉酒成梦
    2020-12-10 03:51

    I recommend wxWidgets or Qt. They are both mature, well-structured and cross-platform, with decent documentation and sample source code.

提交回复
热议问题