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

后端 未结 7 1217
野性不改
野性不改 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:01

    WxWidgets and Qt both look right on OS X, but don't work right unless you do a bit of extra work, because proper OS integration on OS X also requires that you get the basic AppleScript hooks right; OS X uses these for many common system GUI actions, so you need them to get (for example) drag-and-drop onto your dock icon working.

提交回复
热议问题