Hacker News new | ask | show | jobs
by heavyset_go 251 days ago
How's it look and feel integration wise? Are the context menus native? Can you use native menubars?

These were a couple of my pain points with QML in the past, although they've been fixed in recent Qt releases.

If you have any code you can share, I'd love to see it.

1 comments

On macOS and Windows, the menubar is native. On Windows, context menus are, too. On macOS it‘s a small patch away, we just haven‘t gotten around. (https://github.com/slint-ui/slint/blob/7bb333c77dd477f8625c8... )

Shout out to the muda folks here and big thanks to npwoods :)

Nice, what's the story on Linux support on Wayland and Qt/GTK shells?