What cross platform GUI library has the most native feel for each platform?

后端 未结 7 1208
野性不改
野性不改 2020-12-19 07:11

I\'ve noticed that GTK has a uniform feel across all platforms, which is great for Linux lovers, but not so great for people who prefer their native GUI feel.

I have

相关标签:
7条回答
  • 2020-12-19 08:13

    I have zero experience with Qt, but SWT has native look-and-feel for the major platforms by virtue of the fact it ships native libraries to do the job. We've used it to make Eclipse plug-ins for our various projects.

    0 讨论(0)
提交回复
热议问题