Linux GUI development

前端 未结 4 1571
说谎
说谎 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:55

    Gnome apps work on KDE desktops and vice versa; you won't be locking anyone out. As far as toolkits go, it's fairly subjective. All of the toolkits are fairly cross-platform. If you're not open source, then GTK+ would be the cheaper option, as Qt is only free for open source use, whereas GTK+ is LGPL.

提交回复
热议问题